summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GtkSeparatorMenuItem: Drop the accessible factoryMatthias Clasen2011-07-051-81/+12
* Add api for setting the layerMatthias Clasen2011-07-055-7/+17
* Silence compiler warningsMatthias Clasen2011-07-051-12/+6
* Set accessible parents of notebook childrenMatthias Clasen2011-07-051-0/+3
* Verify that notify::accessible parent is emittedMatthias Clasen2011-07-051-0/+29
* Drop use of factories for cell accessiblesMatthias Clasen2011-07-054-142/+12
* Add an initial focus handling testMatthias Clasen2011-07-052-0/+130
* Change the toolkit name in GailUtil to 'gtk', tooMatthias Clasen2011-07-051-1/+1
* Change the toolkit attribute from gail to gtkMatthias Clasen2011-07-0529-234/+234
* Move GtkSwitchAccessible to a11y/Matthias Clasen2011-07-054-184/+259
* Move GtkSpinnerAccessible to a11y/Matthias Clasen2011-07-054-63/+137
* Drop the atk_component_add/remove_focus_handler implementationMatthias Clasen2011-07-051-34/+3
* Initial conversion of GailWidget to GtkWidgetAccessibleMatthias Clasen2011-07-0536-1359/+1038
* Convert GailContainer to GtkContainerAccessibleMatthias Clasen2011-07-0537-449/+392
* Convert GailMenuShell to GtkMenuShellAccessibleMatthias Clasen2011-07-058-169/+115
* Convert GailMenu to GtkMenuAccessibleMatthias Clasen2011-07-058-190/+164
* Convert GailWindow to GtkWindowAccessibleMatthias Clasen2011-07-059-1136/+906
* Convert GailButton to GtkButtonAccessibleMatthias Clasen2011-07-0525-2720/+594
* Drop unneeded includes of gdkkeysyms.hMatthias Clasen2011-07-056-7/+0
* Drop unneeded includes gailtextutil.hMatthias Clasen2011-07-052-11/+9
* Convert Gail(Sub)MenuItem to GtkAccessible classesMatthias Clasen2011-07-0516-1060/+796
* Convert GailCheck(Sub)MenuItem to GtkAccessible classesMatthias Clasen2011-07-0514-271/+235
* Convert GailRadio(Sub)MenuItem to GtkAccessible classesMatthias Clasen2011-07-0511-393/+337
* Add a test for menusMatthias Clasen2011-07-052-0/+228
* Convert GailExpander to GtkExpanderAccessibleMatthias Clasen2011-07-0519-598/+533
* Add a placeholder-text testMatthias Clasen2011-07-053-1/+202
* Convert GailStatusbar to GtkStatusbarAccessibleMatthias Clasen2011-07-058-798/+208
* Convert GailNotebookPage to GtkNotebookPageAccessibleMatthias Clasen2011-07-0510-935/+393
* Don't overwrite rolesMatthias Clasen2011-07-051-1/+2
* Avoid excessive child_changed::added emissionsMatthias Clasen2011-07-051-0/+6
* Convert GailNotebook to GtkNotebookAccessibleMatthias Clasen2011-07-059-513/+438
* Convert GailTreeView to GtkTreeViewAccessibleMatthias Clasen2011-07-057-1731/+1381
* Add more children testsMatthias Clasen2011-07-051-0/+13
* Convert GailComboBox to GtkComboBoxAccessibleMatthias Clasen2011-07-058-578/+473
* tests: Don't print selection countBenjamin Otte2011-07-057-11/+3
* tests: Make accessibility-dump output selected children by nameBenjamin Otte2011-07-054-7/+14
* tests: Fix compiler warningsBenjamin Otte2011-07-051-2/+2
* tests: Add assert to accessibility-dumpBenjamin Otte2011-07-051-8/+14
* Silence compiler warningsMatthias Clasen2011-07-051-27/+31
* a11y: Make notebookpage emit child-added signal syncBenjamin Otte2011-07-053-36/+9
* a11y: Keep the gail notebook in the notebook pageBenjamin Otte2011-07-053-15/+14
* a11y: Redo notebook page managementBenjamin Otte2011-07-054-177/+37
* a11y: Redo notebok page lifetime managementBenjamin Otte2011-07-053-37/+46
* a11y: Remove idle handler from menuitem actionBenjamin Otte2011-07-052-64/+30
* a11y: Remove idle handler for expander actionsBenjamin Otte2011-07-052-33/+1
* a11y: Remove idle handler for combo box actionBenjamin Otte2011-07-052-42/+8
* a11y: Remove idle handler from GailButtonBenjamin Otte2011-07-052-61/+1
* a11y: Use gtk_button_clicked() to click a button.Benjamin Otte2011-07-051-44/+4
* a11y: Remove "press" and "release" actions from buttonsBenjamin Otte2011-07-0513-116/+1
* a11y: Do actions on cells immediatelyBenjamin Otte2011-07-052-24/+3