summaryrefslogtreecommitdiff
path: root/gtk/gtkaccessible.c
Commit message (Expand)AuthorAgeFilesLines
* a11y: Get the accessible role onceEmmanuele Bassi2020-11-191-2/+4
* a11y: Defer to the GtkAccessible's implementationEmmanuele Bassi2020-11-111-3/+7
* a11y: Protect should_present() from empty contextsEmmanuele Bassi2020-11-111-3/+4
* docs: Add example of relations with lists of referencesEmmanuele Bassi2020-11-101-0/+12
* Merge branch 'matthiasc/atspi-child' into 'master'Matthias Clasen2020-10-271-0/+36
|\
| * a11y: Don't present HIDDEN accessiblesMatthias Clasen2020-10-241-0/+12
| * a11y: Fix up state / change enum confusionMatthias Clasen2020-10-241-1/+1
| * a11y: Add child state change to GtkATContextEmmanuele Bassi2020-10-211-0/+24
* | a11y: Treat PRESENTATION like NONEMatthias Clasen2020-10-211-1/+2
|/
* a11y: Add bounds change apiMatthias Clasen2020-10-191-0/+27
* accessible: Avoid realizing the context prematurelyMatthias Clasen2020-10-141-4/+7
* accessible: Add some docsMatthias Clasen2020-10-121-0/+42
* accessible: Add gtk_accessible_get_platform_stateMatthias Clasen2020-10-121-0/+17
* accessible: Add a way to hide accessiblesMatthias Clasen2020-10-121-0/+13
* a11y: Pass on platform changesMatthias Clasen2020-10-121-0/+13
* a11y: Turn accessible roles to stringEmmanuele Bassi2020-10-121-0/+104
* Annotate GValue-variants methods of GtkAccessibleEmmanuele Bassi2020-08-251-3/+3
* Properly document GtkAccessible:accessible-roleEmmanuele Bassi2020-08-251-0/+7
* a11y: Allow bulk attribute update with the GValue APIEmmanuele Bassi2020-08-251-66/+84
* a11y: Add an explicit "reset to default" methodEmmanuele Bassi2020-07-281-3/+72
* a11y: Add proper error reporting to value collectionEmmanuele Bassi2020-07-281-29/+87
* docs: Expand GtkAccessible documentationMatthias Clasen2020-07-261-2/+20
* docs: Update a11y docsMatthias Clasen2020-07-261-2/+2
* a11y: Allow setting the role post-constructionEmmanuele Bassi2020-07-261-1/+0
* a11y: Change default accessible roleEmmanuele Bassi2020-07-261-3/+3
* a11y: Add relations APIEmmanuele Bassi2020-07-261-0/+87
* Remove GTK_ACCESSIBLE_STATE_NONEEmmanuele Bassi2020-07-261-2/+2
* a11y: Add binding-friendly accessible property setterEmmanuele Bassi2020-07-261-0/+37
* Add accessible properties to GtkAccessibleEmmanuele Bassi2020-07-261-5/+55
* Allow setting the accessible role at constructionEmmanuele Bassi2020-07-261-0/+40
* Plug GtkATContext into GtkAccessibleEmmanuele Bassi2020-07-261-1/+122
* Introduce GtkAccessibleEmmanuele Bassi2020-07-261-0/+30
* Remove ATKEmmanuele Bassi2020-07-261-215/+0
* Use modern GObject macros for GtkAccessibleEmmanuele Bassi2020-06-051-14/+14
* Fix minor typosYuri Chornoivan2020-05-281-1/+1
* The big versioning cleanupMatthias Clasen2018-02-061-4/+0
* accessible: Fix compile warningsRico Tzschichholz2016-10-231-7/+0
* accessible: Drop deprecated connect_widget_destroyedRico Tzschichholz2016-10-231-34/+0
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* Docs: Don't use note elementsMatthias Clasen2014-02-021-2/+3
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* accessible: Unset widget on dispose, not finalizeBenjamin Otte2012-02-101-3/+3
* accessible: Remove stray semicolonBenjamin Otte2012-01-121-1/+1
* accessible: Deprecate gtk_accessible_connect_widget_destroyed()Benjamin Otte2011-12-191-0/+2
* accessible: Ensure we unset the widget when finalizingBenjamin Otte2011-12-191-0/+11
* accesible: Manage the DEFUNCT stateBenjamin Otte2011-12-191-0/+18
* accessible: Use set_widget() in destroy notifyBenjamin Otte2011-12-191-1/+8
* API: accessible: Add widget_set and widget_unset vfuncsBenjamin Otte2011-12-191-0/+20