summaryrefslogtreecommitdiff
path: root/gtk/a11y
Commit message (Expand)AuthorAgeFilesLines
* a11y: Map GTK_ACCESSIBLE_ROLE_ALERT_DIALOG to ATSPI_ROLE_ALERTLukáš Tyrychtr2023-04-061-1/+1
* a11y: Set ATSPI_STATE_SHOWING for all widgets, not only for windowsLukáš Tyrychtr2023-03-301-1/+2
* Deprecate gtk_widget_translate_coordinatesMatthias Clasen2023-03-252-32/+26
* listitemwidget: split out GtkListItemBaseBenjamin Otte2023-03-231-6/+6
* Merge branch 'add_visited_state' into 'main'Matthias Clasen2023-03-151-0/+19
|\
| * a11y: Add GTK_ACCESSIBLE_STATE_VISITEDLukáš Tyrychtr2023-03-081-0/+19
* | a11y: Notify assistive technologies when a GTK_ACCESSIBLE_PROPERTY_VALUE_NOW ...Lukáš Tyrychtr2023-03-101-3/+11
* | Merge branch 'expose_checkable_state' into 'main'Matthias Clasen2023-03-081-0/+1
|\ \
| * | a11y: When an accessible has GTK_STATE_CHECKED, set its ATSPI_STATE_CHECKABLE...Lukáš Tyrychtr2023-03-061-0/+1
| |/
* | a11y: Expose GTK_ACCESSIBLE_ROLE_LANDMARK to AtSPI2Lukáš Tyrychtr2023-03-061-1/+1
|/
* Merge branch 'expose_error_message_relation' into 'main'Matthias Clasen2023-03-052-0/+4
|\
| * a11y: Expose GTK_ACCESSIBLE_RELATION_ERROR_MESSAGE to AtSPI2Lukáš Tyrychtr2023-03-032-0/+4
* | a11y: Simplify bookkeeping while iterating accessible childrenEmmanuele Bassi2023-03-031-31/+14
|/
* Merge branch 'ebassi/accessible-transfer-full' into 'main'Matthias Clasen2023-03-034-33/+100
|\
| * Mark Accessible getters as transfer fullEmmanuele Bassi2023-03-034-33/+100
* | Merge branch 'expose_details_relation' into 'main'Emmanuele Bassi2023-03-032-0/+2
|\ \
| * | a11y: Expose GTK_ACCESSIBLE_RELATION_DETAILS to at-spi2Lukáš Tyrychtr2023-03-012-0/+2
| |/
* | Merge branch 'fix_section_role' into 'main'Emmanuele Bassi2023-03-031-2/+2
|\ \
| * | a11y: Fix mapping of GTK_ACCESSIBLE_ROLE_PRESENTATIONLukáš Tyrychtr2023-03-011-2/+2
| |/
* | gtkatspicontext: Fix a leak of a floating GVariantPhilip Withnall2023-03-011-2/+8
|/
* a11y: Expose GTK_ACCESSIBLE_PROPERTY_AUTOCOMPLETELukáš Tyrychtr2023-02-271-0/+7
* a11y: Expose GTK_ACCESSIBLE_PROPERTY_HAS_POPUPLukáš Tyrychtr2023-02-271-0/+7
* a11y: Expose GTK_ACCESSIBLE_PROPERTY_MULTI_SELECTABLE to at-spi2Lukáš Tyrychtr2023-02-271-0/+7
* a11y: Expose GTK_ACCESSIBLE_PROPERTY_REQUIRED to at-spi2Lukáš Tyrychtr2023-02-271-0/+7
* a11y: Map GTK_ACCESSIBLE_STATE_INVALID to ATSPI_STATE_INVALID_ENTRYLukáš Tyrychtr2023-02-271-1/+1
* a11y: Introduce a dedicated role for toggle buttonsLukáš Tyrychtr2023-02-231-0/+2
* a11y: Documentation and code style fixesEmmanuele Bassi2023-02-031-13/+14
* a11y: Use a DOM-like API for iterating accessible objectsLukáš Tyrychtr2023-02-031-30/+17
* a11y: Rename GtkAccessible.get_parentLukáš Tyrychtr2023-02-031-4/+4
* Style fixesLukáš Tyrychtr2023-02-031-2/+3
* Improve documentationLukáš Tyrychtr2023-02-031-0/+4
* a11y: Add bounds rectangle to GtkAccessibleLukáš Tyrychtr2023-02-031-23/+3
* a11y: Skip non-presentable objectsLukáš Tyrychtr2023-02-031-9/+15
* a11y: Use GtkAccessible for tree traversalLukáš Tyrychtr2023-02-031-234/+71
* a11y: Use fallback logic when GApplication has no DBus object pathBarnabás Pőcze2023-01-081-1/+2
* a11y: Check if path is NULL when removing from cacheBarnabás Pőcze2023-01-081-0/+3
* atspicontext: Log more helpful warnings when the a11y bus doesn't existCorey Berla2022-11-281-1/+3
* atspicontext: Cache empty atspi bus addressCorey Berla2022-11-281-0/+6
* atspicontext: Log failure to connect to a11yCorey Berla2022-11-271-3/+3
* Deprecate treeviews and cell renderersMatthias Clasen2022-10-111-1/+5
* gtk: Rename some private headersMatthias Clasen2022-10-053-3/+3
* a11y: Drop GtkAccessibleRange.get_minimum_increment()ebassi/a11y/accessible-rangeEmmanuele Bassi2022-09-302-27/+42
* Actually use the AccessibleRange interfaceLukáš Tyrychtr2022-09-291-26/+10
* gtk: Use the new debug macrosMatthias Clasen2022-09-233-31/+31
* a11y: Be safe against state type changesMatthias Clasen2022-09-091-26/+43
* gtkatspiselection: Retrieve the correct GtkNotebook tab widgetMat2022-08-281-1/+1
* a11y: Fix a memory leakMatthias Clasen2022-08-121-1/+3
* Move private function out of the AT-SPI a11y backendEmmanuele Bassi2022-08-045-691/+8
* inscription: Add a11y support for text interfaceBenjamin Otte2022-06-111-0/+271
* Merge branch 'ebassi/a11y-text-extents' into 'main'Matthias Clasen2022-06-021-1/+41
|\