gtk2/gtk/a11y
Emmanuele Bassi 31fea11255 a11y: Drop GtkAccessibleRange.get_minimum_increment()
MinimumIncrement is an AT-SPI-ism that has no counterpart in the ARIA
specification, so it should not live inside public API. Additionally,
it's not really a useful method because it collapses two values on the
adjustment API.

The only method in the GtkAccessibleRange interface should be the
set_current_value(), which allows ATs to control the current position in
a ranged widget.

The AT-SPI implementation can now use all the accessible properties,
including the VALUE_TEXT one, mapped to the Text property on the
AtSpi.Value interface.
2022-09-30 18:36:02 +01:00
..
atspi a11y: Drop GtkAccessibleRange.get_minimum_increment() 2022-09-30 18:36:02 +01:00
gtkatspiaction.c a11y: Avoid out-of-bounds access 2021-02-04 00:34:05 -05:00
gtkatspiactionprivate.h Initial ATSPI Action implementation for widget 2020-10-16 00:34:01 +01:00
gtkatspicache.c gtk: Use the new debug macros 2022-09-23 18:12:39 -04:00
gtkatspicacheprivate.h a11y: Add the root object to the cache 2021-04-19 19:22:20 +01:00
gtkatspicomponent.c a11y: Implement missing atspi.Component getters 2020-11-11 18:33:15 +00:00
gtkatspicomponentprivate.h atspi: Implement Component 2020-10-19 12:19:55 -04:00
gtkatspicontext.c gtk: Use the new debug macros 2022-09-23 18:12:39 -04:00
gtkatspicontextprivate.h a11y: Implement atspi.Cache 2020-11-16 16:44:56 +00: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 Move private function out of the AT-SPI a11y backend 2022-08-04 23:34:41 +01:00
gtkatspipangoprivate.h Move private function out of the AT-SPI a11y backend 2022-08-04 23:34:41 +01:00
gtkatspiprivate.h a11y: Add getters for GtkAtSpiContext 2020-11-16 16:44:56 +00:00
gtkatspiroot.c gtk: Use the new debug macros 2022-09-23 18:12:39 -04:00
gtkatspirootprivate.h a11y: Defer object registration after root registration 2022-04-19 16:35:27 +01:00
gtkatspiselection.c gtkatspiselection: Retrieve the correct GtkNotebook tab widget 2022-08-28 17:02:01 +03:00
gtkatspiselectionprivate.h atspi: Implement Selection for notebook tabs 2020-10-14 21:04:25 -04:00
gtkatspitext.c Move private function out of the AT-SPI a11y backend 2022-08-04 23:34:41 +01:00
gtkatspitextbuffer.c Move private function out of the AT-SPI a11y backend 2022-08-04 23:34:41 +01:00
gtkatspitextbufferprivate.h Move private function out of the AT-SPI a11y backend 2022-08-04 23:34:41 +01:00
gtkatspitextprivate.h stack: Turn pages into accessibles 2020-10-14 21:04:17 -04:00
gtkatspiutils.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkatspiutilsprivate.h a11y: Move ChildrenChanged emitter to ATSPI utilities 2020-10-21 15:18:23 +01:00
gtkatspivalue.c a11y: Drop GtkAccessibleRange.get_minimum_increment() 2022-09-30 18:36:02 +01: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