summaryrefslogtreecommitdiff
path: root/gtk/a11y
Commit message (Expand)AuthorAgeFilesLines
* Do not return NULL AtkStateSetPeter Bloomfield2015-02-281-3/+6
* Drop nonworking code to set a11y roles of tooltipsMatthias Clasen2015-02-181-10/+1
* gtk: Add support for g_autoptr()Alexander Larsson2015-02-022-0/+76
* A11y: fix typo when initializing a container cell accessibleMike Gorse2015-01-261-1/+1
* Fix accessible_class->widget_set initializationMaks Naumov2015-01-131-1/+1
* Split subdirectory file lists offMatthias Clasen2014-11-301-0/+123
* GtkButtonAccessible: Stop emitting state-change signals for ATK_STATE_ARMEDJoanmarie Diggs2014-11-251-22/+0
* Implement support for ATK_STATE_HAS_TOOLTIPJoanmarie Diggs2014-10-221-0/+8
* GtkContainerAccessible: avoid resurrecting accessiblesMatthias Clasen2014-10-141-1/+1
* stylecontext: Move private a11y function to private headerBenjamin Otte2014-08-163-0/+3
* GtkMenuItemAccessible: use "insert" signalRyan Lortie2014-08-151-10/+11
* 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