Summary: added broadcast of focus, window activate/deactivate events on a11y bus Orca screen reader is now able to read elementary application.
Reviewers: raster, seoz, z.kosinski, kimcinoo
Reviewed By: raster
Differential Revision: https://phab.enlightenment.org/D508
71cd5a1 atspi: event broadcast added. Orca screen reader now ables to read UI.
src/lib/elm_atspi_bridge.c | 726 ++++++++++++++++++++++++---
src/lib/elm_atspi_object.c | 971 +++++++++++++++++++++++--------------
src/lib/elm_atspi_object_common.h | 23 +
src/lib/elm_atspi_object_eo.h | 90 ++--
src/lib/elm_atspi_object_legacy.h | 3 +-
src/lib/elm_widget.c | 16 +
6 files changed, 1361 insertions(+), 468 deletions(-)
Upstream: git.enlightenment.org