summaryrefslogtreecommitdiff
path: root/gtk/a11y
Commit message (Expand)AuthorAgeFilesLines
* a11y: Plug a leak in the AT-SPI contextebassi/a11y-leakEmmanuele Bassi2020-12-051-0/+1
* a11y: Check before disconnecting Text signalsEmmanuele Bassi2020-11-251-0/+8
* a11y: Check before disconnecting selection signalsEmmanuele Bassi2020-11-251-0/+4
* a11y: Cache the accessibility bus addressEmmanuele Bassi2020-11-231-1/+9
* a11y: Turn critical warnings into debug messagesEmmanuele Bassi2020-11-231-3/+3
* a11y: Skip atspi.Cache signals for hidden elementsEmmanuele Bassi2020-11-191-0/+24
* a11y: Remove weak ref from atspi.CacheEmmanuele Bassi2020-11-191-32/+7
* a11y: Add a fallback for the root base pathEmmanuele Bassi2020-11-191-1/+3
* a11y: Reuse the generated AT-SPI interface nameEmmanuele Bassi2020-11-191-2/+3
* a11y: Use the appropriate GVariant for cache signalsEmmanuele Bassi2020-11-191-2/+3
* a11y: Ensure valid object paths in the fallback codeEmmanuele Bassi2020-11-161-1/+21
* a11y: Implement atspi.CacheEmmanuele Bassi2020-11-166-67/+309
* a11y: Update the Cache interface introspectionEmmanuele Bassi2020-11-161-2/+2
* a11y: Add getters for GtkAtSpiContextEmmanuele Bassi2020-11-163-0/+53
* a11y: Compute the base path in the root objectEmmanuele Bassi2020-11-163-39/+57
* a11y: Resync the AT-SPI XMLEmmanuele Bassi2020-11-1618-128/+125
* a11y: Implement atspi.Text.ScrollSubstringTo for GtkTextViewEmmanuele Bassi2020-11-122-1/+101
* a11y: Add accessible actions to GtkSearchEntryEmmanuele Bassi2020-11-121-0/+90
* a11y: Add role exception for GtkScrolledWindowEmmanuele Bassi2020-11-121-0/+6
* a11y: Create AtSpiRoot on realizationEmmanuele Bassi2020-11-111-15/+35
* a11y: Translate ARIA windows to AT-SPI framesEmmanuele Bassi2020-11-111-1/+2
* a11y: Add more ARIA/AT-SPI role translationsEmmanuele Bassi2020-11-111-5/+5
* a11y: Realize parent ATContext for the stack pageEmmanuele Bassi2020-11-111-1/+5
* a11y: Implement missing atspi.Component gettersEmmanuele Bassi2020-11-112-3/+28
* a11y: Clean up properly in unregister_objectMatthias Clasen2020-11-091-2/+3
* a11y: ARIA's "presentation" role maps to ATSPI_ROLE_SECTIONEmmanuele Bassi2020-11-051-1/+1
* a11y: Remove stray g_printerr()Emmanuele Bassi2020-11-041-2/+3
* a11y: Move parent context ref getter to its own functionEmmanuele Bassi2020-11-041-41/+61
* a11y: Move ATContext to an explicit realization modelEmmanuele Bassi2020-11-043-72/+167
* Merge branch 'wip/baedert/for-master' into 'master'Matthias Clasen2020-10-272-2/+5
|\
| * atspitextbuffer: Explicitly cast between pango and gtk enumsTimm Bäder2020-10-221-2/+2
| * atspicontext: Add a few missing break statementsTimm Bäder2020-10-221-0/+3
* | Merge branch 'matthiasc/atspi-child' into 'master'Matthias Clasen2020-10-275-13/+274
|\ \ | |/ |/|
| * a11y: More State<>Change confusionmatthiasc/atspi-childMatthias Clasen2020-10-242-2/+15
| * a11y: Handle all cases for state changeMatthias Clasen2020-10-241-25/+26
| * CosmeticsMatthias Clasen2020-10-242-10/+5
| * a11y: Redo child-added/-removed for toplevelsMatthias Clasen2020-10-243-39/+4
| * a11y: Emit child notification when toplevels get hiddenMatthias Clasen2020-10-241-1/+7
| * a11y: Improve child index helpersMatthias Clasen2020-10-241-6/+6
| * a11y: Improve child notification for toplevelsMatthias Clasen2020-10-242-19/+65
| * a11y: Skip non-presented children when requiredMatthias Clasen2020-10-241-0/+3
| * a11y: Handle HIDDEN state changesMatthias Clasen2020-10-241-1/+23
| * a11y: Handle stack case for addition/removalMatthias Clasen2020-10-221-6/+64
| * a11y: Emit ChildrenChanged for toplevel list changesEmmanuele Bassi2020-10-211-0/+43
| * a11y: Move ChildrenChanged emitter to ATSPI utilitiesEmmanuele Bassi2020-10-213-25/+49
| * a11y: Implement ChildrenChanged atspi.EventEmmanuele Bassi2020-10-211-0/+85
* | a11y: Add actions for color swatchesMatthias Clasen2020-10-211-3/+102
* | atspi: Give model buttons a click action tooMatthias Clasen2020-10-211-1/+3
|/
* atsi: Fix emission of text selection changesMatthias Clasen2020-10-201-7/+17
* a11y: Fix accessible tree inconsistencyMatthias Clasen2020-10-191-15/+28