summaryrefslogtreecommitdiff
path: root/gtk/a11y
Commit message (Expand)AuthorAgeFilesLines
* listboxrowaccessible: Avoid assertion failureTimm Bäder2014-08-031-0/+1
* GtkPopover: Properly update a11y parentMatthias Clasen2014-07-301-9/+8
* a11y: unref selected item only if it is not NULLAlejandro Piñeiro2014-07-251-3/+7
* a11y: Do not include gtkx.h directlyBenjamin Otte2014-07-122-3/+4
* a11y: Remove an outdated commentBenjamin Otte2014-06-101-5/+0
* GtkEntryAccessible: Emit signal after insertionJoanmarie Diggs2014-06-101-3/+5
* gtk: fix annotation syntax and missing some missing annotationsEvan Nemerson2014-05-272-0/+14
* Deprecate GtkAligmentMatthias Clasen2014-05-232-1/+4
* a11y: build directly into libgtk instead of an internal libraryEvan Nemerson2014-05-231-190/+0
* cellarea: don't use focus-line-widthCosimo Cecchi2014-05-091-7/+0
* a11y: Avoid a warningMatthias Clasen2014-05-051-1/+2
* a11y: Disable deprecation warnings in AtkMisc implementationBenjamin Otte2014-05-051-0/+3
* GtkSpinButton: Implement new AtkValue interfaceMatthias Clasen2014-05-021-0/+67
* GtkScaleButton: Implement new AtkValue interfaceMatthias Clasen2014-05-021-0/+67
* GtkRange: Implement new AtkValue interfaceMatthias Clasen2014-05-021-0/+73
* GtkProgressBar: Implement new AtkValue interfaceMatthias Clasen2014-05-021-0/+22
* GtkPaned: Implement new AtkValue interfaceMatthias Clasen2014-05-021-0/+49
* GtkLevelBar: Implement new AtkValue interfaceMatthias Clasen2014-05-021-4/+50
* list box: Update accessible implementationMatthias Clasen2014-04-063-20/+84
* Clean up private headersMatthias Clasen2014-04-051-0/+1
* a11y: atk_table_get_row_at_index is deprecatedJonas Danielsson2014-04-011-1/+1
* a11y: atk_component_get_position is deprecatedJonas Danielsson2014-04-016-7/+14
* all: Name more idles and timeoutsBastien Nocera2014-03-262-1/+5
* a11y: Move relationset updating to new vfuncBenjamin Otte2014-03-241-23/+68
* a11y: Add API to update relationsets of cells to their parentsBenjamin Otte2014-03-243-0/+47
* a11y: Don't unref relationsBenjamin Otte2014-03-241-32/+0
* a11y: Remove weak reference when updating a GtkPopoverAccessible relative-to ...Carlos Garnacho2014-03-211-0/+2
* a11y: Don't use signalsBenjamin Otte2014-03-132-28/+39
* a11y: Don't allocate a list just for counting widgets in GtkContainerAccessibleCarlos Garnacho2014-03-101-5/+8
* a11y: Add GtkPopopverAccessibleCarlos Garnacho2014-03-103-0/+218
* a11y: Add private GtkContainerAccessible functions to add/remove a childCarlos Garnacho2014-03-103-5/+56
* a11y: Make GtkWindowAccessible know about popoversCarlos Garnacho2014-03-101-0/+48
* GtkIconViewAccessible: Don't access freed itemMarek Kasik2014-03-051-2/+2
* a11y: Fix refcounting for treeview cellsBenjamin Otte2014-02-263-17/+28
* a11y: Refactor functionBenjamin Otte2014-02-261-18/+16
* a11y: Split out a functionBenjamin Otte2014-02-261-6/+15
* a11y: Remove unused variableBenjamin Otte2014-02-261-5/+1
* a11y: Use more obvious function nameBenjamin Otte2014-02-261-1/+1
* a11y: Split out creation of cell infoBenjamin Otte2014-02-261-13/+2
* a11y: Split out a functionBenjamin Otte2014-02-261-6/+20
* a11y: remove implementation for component->get_sizeAlejandro Piñeiro2014-02-091-16/+0
* 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