summaryrefslogtreecommitdiff
path: root/gtk/a11y
Commit message (Expand)AuthorAgeFilesLines
* a11y: Expose window type hint as attributeMatthias Clasen2016-03-041-0/+35
* Split off a private header for GtkTextBufferMatthias Clasen2015-10-151-0/+1
* Remove a duplicate stringMatthias Clasen2015-07-261-1/+0
* a11y: Only emit signals when cells change; not upon creationJoanmarie Diggs2015-04-107-17/+29
* Fix an AtkStateType emitted for GtkBooleanCellAccessibleJoanmarie Diggs2015-03-261-1/+1
* a11y: Only emit name-changed onceJoanmarie Diggs2015-03-251-5/+3
* a11y: Free the cell text after emitting text-changed:delete.Joanmarie Diggs2015-03-251-6/+4
* a11y: Refactor codeJoanmarie Diggs2015-03-251-19/+11
* a11y: Refactor textcellaccessible codeJoanmarie Diggs2015-03-251-11/+7
* a11y: handle atk race condition where widget has been destroyedChristian Hergert2015-03-211-0/+8
* menu button: Improve accessibilityMatthias Clasen2015-03-131-0/+19
* 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