summaryrefslogtreecommitdiff
path: root/gtk/a11y
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix memory leak in GtkTreeViewAccessible"Ignacio Casal Quinteiro2014-02-061-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-052-2/+2
* a11y: Ignore deprecation warnings for ATK focus trackerBenjamin Otte2014-02-031-0/+4
* A11y: Fix text functions for table cellsMike Gorse2014-01-131-31/+22
* Fix memory leak in GtkTreeViewAccessibleJohn Lindgren2014-01-131-1/+1
* GtkMenuItem: fix initial accessible selection stateMatthias Clasen2014-01-051-1/+3
* a11y: Fix keybindings in menusMatthias Clasen2014-01-051-14/+51
* Emit a11y state change notification for color swatchesMatthias Clasen2014-01-051-0/+65
* GtkCheckMenuItemAccessible: Make work with model menu itemsMatthias Clasen2014-01-041-0/+6
* GtkColorSwatch: Set an accessible roleMatthias Clasen2014-01-041-0/+12
* Trivial formatting fixMatthias Clasen2014-01-041-1/+1
* GtkLabelAccessible: reorganize the codeMatthias Clasen2014-01-041-147/+172
* GtkLabelAccessible: update state of linksMatthias Clasen2014-01-042-1/+61
* GtkLabelAccessible: Implement AtkHypertextMatthias Clasen2014-01-042-8/+397
* Add a gtklabelprivate.h headerMatthias Clasen2014-01-041-0/+1
* GtkLinkButtonAccessible: fix broken AtkHyperlink implementationMatthias Clasen2014-01-041-16/+0
* Fix a few warningsMatthias Clasen2013-12-201-3/+3
* Improve menubutton a11yMatthias Clasen2013-12-203-0/+159
* gtktreeviewaccessible: Fix potential uses of uninitialised variablesPhilip Withnall2013-12-021-2/+12
* Fix the AtkImage implementation for GtkIconView itemsMatthias Clasen2013-12-011-0/+2
* gtktreeviewaccessible: Fix a potential division by zeroPhilip Withnall2013-11-241-1/+1
* Remove debug spewMatthias Clasen2013-10-281-3/+0
* Restore accessible names for image-only buttonsMatthias Clasen2013-10-141-10/+147
* Another forgotten a11y headerMatthias Clasen2013-10-071-0/+1
* Install flowbox a11y headersMatthias Clasen2013-10-071-0/+2
* Add GtkFlowBoxMatthias Clasen2013-10-066-0/+469
* a11y: Drop obsolete focus tab handling in notebooksMatthias Clasen2013-10-061-82/+0
* Trivial: remove an unused declarationMatthias Clasen2013-09-271-1/+0
* a11y: don't shutdown accessibility, so the atk bridge is always validMario Sanchez Prada2013-09-252-30/+0
* Add a GtkListBoxRow accessibleMatthias Clasen2013-09-213-2/+129
* Small improvement to GtkLinkButton a11yMatthias Clasen2013-09-211-0/+19
* Revert "a11y: Remove AtkSelection implementation from combobox"Benjamin Otte2013-09-161-1/+107
* a11y: Remove default description from GtkSwitchAlejandro Piñeiro2013-09-121-11/+0
* a11y: not using default name for switchAlejandro Piñeiro2013-09-101-1/+0
* a11y: Check whether a widget is mapped before querying its parentMike Gorse2013-08-311-1/+4
* Revert "a11y: Check whether a widget is mapped before querying its parent"Matthias Clasen2013-08-311-10/+4
* a11y: Check whether a widget is mapped before querying its parentMike Gorse2013-08-301-4/+10
* GtkSpinButton: disconnect signals in the accessibleMatthias Clasen2013-08-141-25/+48
* GtkRange: disconnect signals in the accessibleMatthias Clasen2013-08-141-38/+40
* a11y: Use new macros for defining private dataEmmanuele Bassi2013-07-0922-120/+50
* Deprecate GtkIconFactory, GtkIconSet, GtkIconSourceWilliam Jon McCann2013-06-261-4/+1
* Start deprecating some GtkStock APIWilliam Jon McCann2013-06-251-0/+4
* Remove more discontinued ChangeLogsWilliam Jon McCann2013-06-241-348/+0
* Add GtkListBoxAlexander Larsson2013-06-134-0/+277
* Add visibility flags in gtk/a11yMatthias Clasen2013-05-051-0/+1
* Add annotations in a11y headersMatthias Clasen2013-05-0544-0/+63
* a11y: Remove AtkSelection implementation from comboboxBenjamin Otte2013-05-021-107/+1
* GtkEntryAccessible: also handle entry icon tooltip NULL in notify_gtk.Alban Browaeys2013-03-171-4/+20
* a11y: Emit text-changed signals directlyBenjamin Otte2013-03-153-49/+73
* GtkLabelAccessible: Sanity check _get_text() input valuesBastien Nocera2013-03-061-1/+15