summaryrefslogtreecommitdiff
path: root/gtk/gtkaccessiblevalue.c
Commit message (Expand)AuthorAgeFilesLines
* a11y: Add GTK_ACCESSIBLE_STATE_VISITEDLukáš Tyrychtr2023-03-081-4/+10
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-60/+61
* accessiblevalue: Drop SECTIONMatthias Clasen2021-03-111-3/+1
* a11y: Do not copy the list of referencesEmmanuele Bassi2020-11-101-1/+1
* a11y: Parse reference lists using varargsEmmanuele Bassi2020-11-101-7/+24
* a11y: Add GValue initializers for accessible attributesEmmanuele Bassi2020-11-101-0/+140
* Treat tristate as an enum when parsingmatthiasc/a11y-buildableMatthias Clasen2020-10-261-5/+4
* a11y: Parse booleans in ui files as expectedMatthias Clasen2020-10-251-24/+12
* a11y: Handle relations in UI filesEmmanuele Bassi2020-10-211-4/+3
* a11y: Add parsing code for accessible valuesEmmanuele Bassi2020-10-211-4/+191
* a11y: Different value types cannot be equalEmmanuele Bassi2020-08-251-0/+3
* a11y: Add proper error reporting to value collectionEmmanuele Bassi2020-07-281-57/+161
* a11y: Use undefined as default for string attributesEmmanuele Bassi2020-07-281-2/+2
* a11y: Allow unsetting the relations using NULLEmmanuele Bassi2020-07-271-6/+26
* a11y: Be a bit safer against crashesMatthias Clasen2020-07-271-0/+18
* a11y: Change the collection type for reflist attributesEmmanuele Bassi2020-07-261-6/+6
* a11y: Allow storing list of references in GtkAccessibleValueEmmanuele Bassi2020-07-261-6/+157
* a11y: Add relations APIEmmanuele Bassi2020-07-261-0/+183
* a11y: Simplify GtkAccessibleValueEmmanuele Bassi2020-07-261-304/+369
* a11y: Resync with the ARIA specEmmanuele Bassi2020-07-261-27/+13
* Remove GTK_ACCESSIBLE_STATE_NONEEmmanuele Bassi2020-07-261-6/+0
* a11y: Collect reference valueEmmanuele Bassi2020-07-261-5/+5
* Add accessible properties to GtkAccessibleEmmanuele Bassi2020-07-261-12/+150
* Plumb all the GtkAccessibleProperty values into GtkAccessibleValueEmmanuele Bassi2020-07-261-32/+543
* Add GtkAccessibleValueEmmanuele Bassi2020-07-261-0/+426