gtk2/gtk/a11y
Emmanuele Bassi 30210c7087 a11y: Move ATContext to an explicit realization model
We are doing too much work during the construction phase of the
AT-SPI backend for GtkATContext. Instead of having the AtSpiContext
register itself at construction time, let's add explicit realize
and unrealize operations, and connect the ATContext realization to the
rooting operation of a GtkWidget.
2020-11-04 15:02:44 +00:00
..
atspi Add a GetInterfaces method 2020-10-12 15:10:40 -04:00
gtkatspiaction.c a11y: Add actions for color swatches 2020-10-21 23:36:22 -04:00
gtkatspiactionprivate.h Initial ATSPI Action implementation for widget 2020-10-16 00:34:01 +01:00
gtkatspicache.c a11y: Add AT-SPI cache object 2020-10-12 16:19:32 +01:00
gtkatspicacheprivate.h a11y: Add AT-SPI cache object 2020-10-12 16:19:32 +01:00
gtkatspicomponent.c atspi: Implement Component 2020-10-19 12:19:55 -04:00
gtkatspicomponentprivate.h atspi: Implement Component 2020-10-19 12:19:55 -04:00
gtkatspicontext.c a11y: Move ATContext to an explicit realization model 2020-11-04 15:02:44 +00:00
gtkatspicontextprivate.h atspi: Implement Selection for listbox 2020-10-13 17:24:06 -04:00
gtkatspieditabletext.c a11y: Rename some methods 2020-10-19 12:58:29 -04:00
gtkatspieditabletextprivate.h stack: Turn pages into accessibles 2020-10-14 21:04:17 -04:00
gtkatspipango.c atspi: Export more pango utils 2020-10-12 15:10:40 -04:00
gtkatspipangoprivate.h atspi: Export more pango utils 2020-10-12 15:10:40 -04:00
gtkatspiprivate.h atspi: Implement Component 2020-10-19 12:19:55 -04:00
gtkatspiroot.c a11y: Move ATContext to an explicit realization model 2020-11-04 15:02:44 +00:00
gtkatspirootprivate.h a11y: Move ATContext to an explicit realization model 2020-11-04 15:02:44 +00:00
gtkatspiselection.c atspi: Add fold markers 2020-10-15 13:14:56 -04:00
gtkatspiselectionprivate.h atspi: Implement Selection for notebook tabs 2020-10-14 21:04:25 -04:00
gtkatspitext.c atspi: Implement Text for more editables 2020-10-19 12:44:50 -04:00
gtkatspitextbuffer.c atspitextbuffer: Explicitly cast between pango and gtk enums 2020-10-22 17:46:34 +02:00
gtkatspitextbufferprivate.h Cosmetics 2020-10-13 21:27:56 -04:00
gtkatspitextprivate.h stack: Turn pages into accessibles 2020-10-14 21:04:17 -04:00
gtkatspiutils.c a11y: Move ChildrenChanged emitter to ATSPI utilities 2020-10-21 15:18:23 +01:00
gtkatspiutilsprivate.h a11y: Move ChildrenChanged emitter to ATSPI utilities 2020-10-21 15:18:23 +01:00
gtkatspivalue.c stack: Turn pages into accessibles 2020-10-14 21:04:17 -04:00
gtkatspivalueprivate.h stack: Turn pages into accessibles 2020-10-14 21:04:17 -04:00
meson.build atspi: Implement Component 2020-10-19 12:19:55 -04:00