summaryrefslogtreecommitdiff
path: root/gtk/a11y
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
* gtk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-301-2/+2
* a11y: Make lockbutton notify about state changesBenjamin Otte2012-07-092-1/+20
* a11y: Get lockbutton text directlyBenjamin Otte2012-07-091-2/+16
* a11y: Add separate accessible for GtkLockButtonBenjamin Otte2012-07-093-0/+85
* a11y: Don't mess up if column gets hiddenBenjamin Otte2012-07-091-11/+28
* a11y: remove implementation for [add/remove]_global_event_listenerAlejandro Piñeiro2012-06-281-114/+0
* build: Drop --without-atk-bridge optionColin Walters2012-06-261-2/+2
* build: Add --without-atk-bridge, only check for it on X11 platformsColin Walters2012-06-221-0/+4
* gtk: Always load the atk-bridgeBastien Nocera2012-06-151-0/+2
* a11y: fix a typo leading to a crashCosimo Cecchi2012-06-071-5/+2
* iconview: Bring back per-row contextsBenjamin Otte2012-05-081-4/+4
* iconview: Redo layoutingBenjamin Otte2012-05-071-4/+4
* iconview: Remove needless requirementBenjamin Otte2012-05-071-1/+1
* a11y: Add back the 'toggle' actionsBenjamin Otte2012-03-191-1/+51
* a11y: Only care about GtkOrientable::orientationBenjamin Otte2012-03-091-1/+2
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-0/+1
* Change FSF AddressJavier Jardón2012-02-2795-285/+95
* Symbol exporting fixesMatthias Clasen2012-02-211-1/+1
* GtkColorSwatch: Add accessible actionsMatthias Clasen2012-02-143-0/+157
* a11y: Mark cells as defunct when deleting themBenjamin Otte2012-02-121-0/+1
* a11y: Redo ref_accessible_at_point()Benjamin Otte2012-02-112-116/+17
* a11y: create focus cell accessibles when they get focusedBenjamin Otte2012-02-111-14/+13
* a11y: Split out cell creation functionBenjamin Otte2012-02-111-56/+67
* a11y: Set relations without tree pathBenjamin Otte2012-02-111-16/+6
* a11y: Remove unused variableBenjamin Otte2012-02-111-7/+3
* a11y: Keep treeview accessibles aroundBenjamin Otte2012-02-111-26/+5
* a11y: Remove old treeview focus tracking codeBenjamin Otte2012-02-111-152/+0
* a11y: Emit focus change events when focus cell changesBenjamin Otte2012-02-111-0/+37
* a11y: Update treeview focused statusBenjamin Otte2012-02-111-2/+42
* treeview: Notify accessible about focus changesBenjamin Otte2012-02-111-0/+12
* treeview: Tell accessible about focus column changesBenjamin Otte2012-02-112-0/+11
* a11y: Invoke key snooper directlyBenjamin Otte2012-01-192-14/+6
* Revert "a11y: Remove keysnooping support"Benjamin Otte2012-01-181-0/+123
* Remove a check that broke the color chooser a11y dumpMatthias Clasen2012-01-161-1/+1
* a11y: Disconnect from buffer signalsBenjamin Otte2012-01-122-34/+66
* a11y: Remove keysnooping supportBenjamin Otte2012-01-061-123/+0
* Remove an unnecessary warningMatthias Clasen2011-12-301-7/+8
* a11y: emit entry signals immediatelyBenjamin Otte2011-12-192-49/+11
* a11y: implement widget_(un)set in ContainerCellBenjamin Otte2011-12-191-0/+32
* a11y: Make GtkCellAccessible a GtkAccessibleBenjamin Otte2011-12-193-26/+14
* widget: Set widget in accessible's constructorBenjamin Otte2011-12-191-3/+0
* a11y: Don't connect_destroyed anymoreBenjamin Otte2011-12-191-1/+0
* iconview: Simplify adjustment monitoring for accessibleBenjamin Otte2011-12-192-106/+8
* a11y: Remove widget_destroyed callBenjamin Otte2011-12-191-22/+0
* a11y: Use widget_unset vfunc in treeviewBenjamin Otte2011-12-191-21/+4
* a11y: Fix crash in notebookBenjamin Otte2011-12-191-13/+2
* iconview: Split out iconview accessibleBenjamin Otte2011-12-193-0/+1706
* a11y: Simplify codeBenjamin Otte2011-12-191-54/+25