summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* a11y: Pass on platform changesMatthias Clasen2020-10-127-3/+44
* atspi: Be more careful about indexesMatthias Clasen2020-10-121-5/+32
* atspi: Set some more atspi statesMatthias Clasen2020-10-121-0/+50
* Pass orientation property to accessibleMatthias Clasen2020-10-121-0/+4
* wip: Emit StateChanged signalsMatthias Clasen2020-10-121-1/+129
* atspi: Derive readonly state from aria propertiesMatthias Clasen2020-10-121-6/+10
* text: Set the readonly accessible propertyMatthias Clasen2020-10-121-0/+5
* atspi: Set editable stateMatthias Clasen2020-10-121-0/+25
* atspi: Implement EditableText interfaceMatthias Clasen2020-10-123-1/+381
* atspi: Break out the Value implementationMatthias Clasen2020-10-124-92/+165
* atspi: Break out the Text implementationsMatthias Clasen2020-10-124-677/+1187
* scalebutton: Set accessible value propertiesMatthias Clasen2020-10-121-0/+17
* paned: Set accessible value propertiesMatthias Clasen2020-10-121-0/+8
* Simplify GetInterfaces handlingMatthias Clasen2020-10-121-18/+14
* atspi: Implement Value for more widgetsMatthias Clasen2020-10-121-30/+57
* atspi: Implement Value interface for rangesMatthias Clasen2020-10-121-0/+82
* atspi: Implement Text interface for text viewsMatthias Clasen2020-10-121-70/+264
* atspi: Add textview utilitiesMatthias Clasen2020-10-123-0/+1039
* atspi: Export more pango utilsMatthias Clasen2020-10-122-25/+52
* atspi: Implement text for GtkText widgets tooMatthias Clasen2020-10-121-44/+197
* atspi: Implement Text interface for labelsMatthias Clasen2020-10-121-0/+345
* atspi: Add pango utilitiesMatthias Clasen2020-10-124-0/+1311
* atspicontext: Fix GetIndexInParent for toplevelsMatthias Clasen2020-10-121-16/+57
* atcontext: labelled-by has a reference listMatthias Clasen2020-10-121-1/+2
* atspicontext: Implement GetRelationSetMatthias Clasen2020-10-121-0/+50
* atspiroot: Stub out GetRelationSetMatthias Clasen2020-10-121-0/+5
* atspi: Add the AtspiRelationType enumMatthias Clasen2020-10-121-0/+22
* Move atspi enums to gtkatspiprivate.hMatthias Clasen2020-10-122-48/+49
* Add a GetInterfaces methodMatthias Clasen2020-10-123-0/+22
* Don't pass NULL to g_variant_new_stringMatthias Clasen2020-10-121-2/+2
* atspi utils: Fix an oversightMatthias Clasen2020-10-121-1/+1
* Fixup: Add a forgotten #pragma onceMatthias Clasen2020-10-121-0/+2
* a11y: Convenience API for referencing ATSPI root nodeEmmanuele Bassi2020-10-123-22/+21
* a11y: Add utility function for null refsEmmanuele Bassi2020-10-123-1/+10
* atspicontext: Implement GetStateMatthias Clasen2020-10-121-1/+151
* atspiroot: Fix GetState implementationMatthias Clasen2020-10-121-0/+1
* atspiroot: Implement GetIndexInParentMatthias Clasen2020-10-121-1/+5
* atspicontext: Implement GetIndexInParentMatthias Clasen2020-10-121-0/+24
* atspicontext: Implement more accessible apiMatthias Clasen2020-10-121-1/+78
* atspiroot: Implement GetChildrenMatthias Clasen2020-10-121-0/+23
* atspiroot: Don't leak referencesMatthias Clasen2020-10-121-0/+4
* atspiroot: Implement GetLocaleMatthias Clasen2020-10-121-1/+22
* atspicontext: Print out the a11y bus addressMatthias Clasen2020-10-121-2/+10
* a11y: Localise the role name of the root nodeEmmanuele Bassi2020-10-121-1/+2
* a11y: Register the Accessible interface on all AtSpiContext instancesEmmanuele Bassi2020-10-121-0/+149
* a11y: Implement more ATSPI methods on the root nodeEmmanuele Bassi2020-10-121-10/+69
* a11y: Add method to extract desktop dataEmmanuele Bassi2020-10-122-2/+19
* a11y: Validate the DBus context pathEmmanuele Bassi2020-10-122-2/+25
* a11y: Turn accessible roles to stringEmmanuele Bassi2020-10-122-0/+107
* a11y: Convert GTK roles to ATSPI onesEmmanuele Bassi2020-10-123-0/+307