summaryrefslogtreecommitdiff
path: root/gtk/a11y
Commit message (Expand)AuthorAgeFilesLines
* build: Remove the Autotools buildEmmanuele Bassi2022-12-081-135/+0
* Drop unnecessary volatile modifierEmmanuele Bassi2022-12-061-1/+1
* Merge branch 'fix-cell-accessible-leak' into 'gtk-3-24'Emmanuele Bassi2022-02-121-0/+1
|\
| * Fix a leak of cell accessiblesMatthias Clasen2022-02-111-0/+1
* | Add `Since` marker for `GtkHeaderBarAccessible`Sebastian Dröge2022-01-301-0/+5
* | Add `Since` marker to new accessibility API from 3.24.30Sebastian Dröge2022-01-303-0/+15
|/
* a11y: Plug a memory leak with treeviewsMatthias Clasen2021-06-111-0/+11
* a11y: Fix ref counting in tree viewsMatthias Clasen2021-06-111-1/+9
* Merge branch 'filechooser-a11y' into 'gtk-3-24'Emmanuele Bassi2021-05-254-0/+183
|\
| * GtkFileChooserWidget: export a11y action "show_location"Yann Dirson2021-05-114-0/+183
* | gtknotebookpageaccessible: do not fallback to child accessible for extentsSamuel Thibault2020-12-051-12/+4
|/
* GtkPlug/Socket: add accessibility supportSamuel Thibault2020-10-086-0/+317
* Implement ATK's scrollSubstringTo()Martin Pieuchot2020-10-071-0/+94
* a11y: Avoid clobbering AtkUtilClass vmethodsCarlos Garnacho2019-09-271-0/+3
* a11y: Include window management buttons in headerbarheaderbar-buttons-a11yBenjamin Otte2019-08-154-0/+146
* Add a few placeholder documentation block to have g-i annotationsRico Tzschichholz2019-05-011-0/+16
* meson: Sync build files with master and update to 3.24Nirbheek Chauhan2019-04-111-2/+59
* Import meson build files from an 3.22Nirbheek Chauhan2019-04-111-0/+57
* atk key: Always convert control character events into key namesSamuel Thibault2019-03-121-2/+1
* Merge branch 'master' into 'master'Emmanuele Bassi2019-03-031-2/+2
* all: Don't warn about deprecated gtk_window_present usageBastien Nocera2019-02-223-3/+16
* Merge branch 'issue1507-bis' into 'gtk-3-24'Matthias Clasen2019-01-071-4/+5
|\
| * a11y: Check display in `*grab_cell_focus()`Olivier Fourdan2018-12-171-4/+5
* | Fix 'Fix "A11y: Add support for AtkTableCell"'...Daniel Boles2018-12-301-1/+1
* | Fix "A11y: Add support for AtkTableCell"Chun-wei Fan2018-12-261-4/+4
* | A11y: Add support for AtkTableCellMike Gorse2018-12-194-1/+224
|/
* a11y: Check X11 display at runtimeOlivier Fourdan2018-12-101-4/+5
* a11y/entry: Fix copy-pasteo re 2ndary icon tooltip1160-crash-clearing-gtkentry-icon-tooltipDaniel Boles2018-06-191-1/+1
* a11y/ScrolledWin|IconView: Connect signals safelyJuan Pablo Ugarte2018-04-222-18/+18
* Merge branch 'textview-delete' into 'gtk-3-22'Benjamin Otte2018-04-041-13/+27
|\
| * gtktextviewaccessible: update cursor position after text suppressionSamuel Thibault2018-04-041-13/+27
* | gtkentryaccessible: Fix text-changed::delete lengthSamuel Thibault2018-04-041-1/+1
|/
* a11y: Cast g_object_ref() to the right typeEmmanuele Bassi2018-02-112-3/+3
* Fix updating the widget accessible description when using its tooltipColomban Wendling2017-12-091-0/+3
* a11y: Handle a treeview with no columnsBenjamin Otte2017-11-131-1/+1
* a11y/entry: Fixups for previous commitDaniel Boles2017-10-151-2/+3
* a11y/entry: Fix text coords not adjusted for allocSamuel Thibault2017-10-151-2/+5
* GtkLabelAccessible: Initialize link before setting parentFlorian Müllner2016-11-231-1/+1
* a11y: Correctly indent codeBenjamin Otte2016-08-251-1/+2
* build: add GtkStack accessible private header at the right placeTimm Bäder2016-05-301-1/+1
* Add GtkStackAccessibleTimm Bäder2016-05-304-0/+198
* a11y: Expose window type hint as attributeMatthias Clasen2016-03-041-0/+35
* Split off a private header for GtkTextBufferMatthias Clasen2015-10-151-0/+1
* Remove a duplicate stringMatthias Clasen2015-07-261-1/+0
* a11y: Only emit signals when cells change; not upon creationJoanmarie Diggs2015-04-107-17/+29
* Fix an AtkStateType emitted for GtkBooleanCellAccessibleJoanmarie Diggs2015-03-261-1/+1
* a11y: Only emit name-changed onceJoanmarie Diggs2015-03-251-5/+3
* a11y: Free the cell text after emitting text-changed:delete.Joanmarie Diggs2015-03-251-6/+4
* a11y: Refactor codeJoanmarie Diggs2015-03-251-19/+11
* a11y: Refactor textcellaccessible codeJoanmarie Diggs2015-03-251-11/+7