summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtkentryaccessible.c
Commit message (Expand)AuthorAgeFilesLines
* GtkEntryAccessible: Remove unused variableColin Walters2012-08-161-1/+0
* Expose the masked string for password fields to assistive technologies.Mario Sanchez Prada2012-08-101-44/+40
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* a11y: emit entry signals immediatelyBenjamin Otte2011-12-191-45/+11
* Fix cut-and-paste error in GtkEntryAccessible/GtkLabelAccessibleDan Winship2011-08-101-1/+1
* Use canonical namesMatthias Clasen2011-07-171-5/+5
* Avoid unnecessary includesMatthias Clasen2011-07-101-5/+4
* Reduce the number of unwanted exportsMatthias Clasen2011-07-091-9/+9
* a11y: Don't use an idle handler for entry actionsBenjamin Otte2011-07-061-40/+1
* Initial conversion of GailWidget to GtkWidgetAccessibleMatthias Clasen2011-07-051-3/+3
* Drop unneeded includes of gdkkeysyms.hMatthias Clasen2011-07-051-1/+0
* Convert GailComboBox to GtkComboBoxAccessibleMatthias Clasen2011-07-051-2/+2
* GtkEntryAccessible: Slight simplification of attribute handlingMatthias Clasen2011-07-051-10/+8
* Minor optimizationMatthias Clasen2011-07-051-3/+2
* GtkEntryAccessible: shorten some function namesMatthias Clasen2011-07-051-85/+71
* Remove a bit of dead codeMatthias Clasen2011-07-051-3/+0
* GtkEntryAccessible: Clean up the AtkAction implementation a bitMatthias Clasen2011-07-051-99/+62
* Purge traces of insert idle handlerMatthias Clasen2011-07-051-13/+0
* GtkEntryAccessible: Rework text_changed handlingMatthias Clasen2011-07-051-97/+63
* GtkEntryAccessible: port from GailTextUtil to GtkPangoMatthias Clasen2011-07-051-638/+445
* First cut at GailEntry -> GtkEntryAccessibleMatthias Clasen2011-07-051-0/+1383