gtk2/demos/widget-factory
Emmanuele Bassi c63087a563 Remove ATK
To build a better world sometimes means having to tear the old one down.
        -- Alexander Pierce, "Captain America: The Winter Soldier"

ATK served us well for nearly 20 years, but the world has changed, and
GTK has changed with it. Now ATK is mostly a hindrance towards improving
the accessibility stack:

 - it maps to a very specific implementation, AT-SPI, which is Linux and
   Unix specific
 - it requires implementing the same functionality in three different
   layers of the stack: AT-SPI, ATK, and GTK
 - only GTK uses it; every other Linux and Unix toolkit and application
   talks to AT-SPI directly, including assistive technologies

Sadly, we cannot incrementally port GTK to a new accessibility stack;
since ATK insulates us entirely from the underlying implementation, we
cannot replace it piecemeal. Instead, we're going to remove everything
and then incrementally build on a clean slate:

 - add an "accessible" interface, implemented by GTK objects directly,
   which describe the accessible role and state changes for every UI
   element
 - add an "assistive technology context" to proxy a native accessibility
   API, and assign it to every widget
 - implement the AT context depending on the platform

For more information, see: https://gitlab.gnome.org/GNOME/gtk/-/issues/2833
2020-07-26 20:31:14 +01:00
..
data widget-factory: Rename to org.gtk.WidgetFactory4 2019-04-02 00:27:33 +00:00
icons Add a missing icon 2019-02-13 12:49:31 -05:00
gtk-logo.webm Use a slightly larger version of the logo animation 2020-04-28 14:00:52 -04:00
help-overlay.ui Replace most uses of <Primary> with <Control> 2020-04-06 17:05:52 -04:00
meson.build demos/widget-factory: Add common_cflags to build 2020-03-06 18:56:40 +01:00
org.gtk.WidgetFactory4.appdata.xml widget-factory: Rename to org.gtk.WidgetFactory4 2019-04-02 00:27:33 +00:00
org.gtk.WidgetFactory4.desktop widget-factory: Rename to org.gtk.WidgetFactory4 2019-04-02 00:27:33 +00:00
portland-rose.jpg widget-factory: Ensure we have some backgrounds 2020-05-14 00:28:03 -04:00
snowy.jpg widget-factory: Ensure we have some backgrounds 2020-05-14 00:28:03 -04:00
sunset.jpg widget-factory: Ensure we have some backgrounds 2020-05-14 00:28:03 -04:00
widget-factory.c Remove ATK 2020-07-26 20:31:14 +01:00
widget-factory.css widget-factory: Use symboli icons in the toolbar 2020-05-05 10:45:47 -04:00
widget-factory.gresource.xml widget-factory: Ensure we have some backgrounds 2020-05-14 00:28:03 -04:00
widget-factory.ui Remove ATK 2020-07-26 20:31:14 +01:00