summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix use after free when an event listener is destroyedgnome-3-34Mike Gorse2020-06-161-6/+4
* Fix use-after-free when a device listener is destroyedColomban Wendling2020-06-111-1/+3
* Fix source reproducibilityJoshua Watt2019-11-201-1/+1
* 2.34.0AT_SPI2_CORE_2_34_0Mike Gorse2019-09-092-1/+7
* Update doapMike Gorse2019-09-091-15/+12
* Merge branch 'at_spi_bus' into 'master'Mike Gorse2019-09-081-11/+18
|\
| * at-spi-bus-launcher: defer starting atspi bus after bus name acquiredSamuel Thibault2019-09-061-10/+12
| * at-spi-bus-launcher: Only clear AT_SPI_BUS X prop when having set itSamuel Thibault2019-09-061-1/+5
| * at-spi-bus-launcher: clear a11y_bus_pid when failing to read addressSamuel Thibault2019-09-061-0/+1
* | Fix use after free when freeing an eventMike Gorse2019-09-041-1/+1
|/
* 2.33.92AT_SPI2_CORE_2_33_92Mike Gorse2019-09-022-1/+11
* Up meson requirementMike Gorse2019-09-021-1/+1
* Merge branch 'wip/lantw/meson-only-link-to-libdl-when-it-is-necessary' into '...Mike Gorse2019-09-021-1/+7
|\
| * meson: Only link to libdl when it is necessaryTing-Wei Lan2019-09-021-1/+7
|/
* Update INSTALLMike Gorse2019-08-281-14/+14
* Clarify atspi_editable_text_insert_text documentationMike Gorse2019-08-281-2/+2
* Relicense as LGPL 2.1Mike Gorse2019-08-2883-424/+444
* Fix outdated FSF addressMike Gorse2019-08-2781-163/+163
* Merge branch 'early_quit_warn' into 'master'Mike Gorse2019-08-261-2/+3
|\
| * misc: Do not warn on no reply from pending get_items callSamuel Thibault2019-08-251-2/+3
* | Merge branch 'warn' into 'master'Mike Gorse2019-08-262-2/+10
|\ \ | |/ |/|
| * cleanup: Avoid disposing NULLSamuel Thibault2019-08-251-1/+2
| * atspi_accessible_dispose: Avoid unreferencing NULLSamuel Thibault2019-08-251-1/+8
|/
* 2.33.90AT_SPI2_CORE_2_33_90Mike Gorse2019-08-052-1/+12
* Support mutter remote desktop interface for key/mouse eventsMike Gorse2019-08-057-0/+489
* Merge branch 'get_type' into 'master'Mike Gorse2019-08-011-0/+2
|\
| * Add missing atspi_application_get_type prototypeSamuel Thibault2019-08-011-0/+2
|/
* Merge branch 'master' into 'master'Mike Gorse2019-07-251-2/+2
|\
| * Fix typosSamuel Thibault2019-07-251-2/+2
|/
* Add a sender to the AtspiEvent struct.Mike Gorse2019-07-182-1/+7
* Refactor the API for the screen reader to notify listeners of its statusMike Gorse2019-07-1811-136/+178
* 2.33.2AT_SPI2_CORE_2_33_2Mike Gorse2019-06-171-0/+12
* Merge branch 'solaris' into 'master'Mike Gorse2019-06-171-0/+1
|\
| * Add /usr/lib/dbus-daemon to list of paths to check inAlan Coopersmith2019-06-161-0/+1
|/
* Bump versionMike Gorse2019-06-141-1/+1
* Merge branch 'ins-and-del' into 'master'Mike Gorse2019-06-151-1/+9
|\
| * Add ATSPI_ROLE_CONTENT_DELETION and ATSPI_ROLE_CONTENT_INSERTIONJoanmarie Diggs2019-06-131-1/+9
|/
* Merge branch 'mod5' into 'master'Mike Gorse2019-06-111-0/+13
|\
| * deviceeventcontroller-x11.c: Also try mod4 and mod5 to generate keysymsSamuel Thibault2019-06-081-0/+13
* | NEWS: fix typoMike Gorse2019-05-211-1/+1
* | Merge branch 'wip/carlosg/wayland-session-checks' into 'master'Mike Gorse2019-05-223-4/+5
|\ \ | |/ |/|
| * Resort to WAYLAND_DISPLAY checks to avoid X11 connectionsCarlos Garnacho2019-05-213-4/+5
* | 2.33.1AT_SPI2_CORE_2_33_1Mike Gorse2019-05-202-1/+13
* | Merge branch 'reading-position-endoffset' into 'master'Mike Gorse2019-05-202-24/+7
|\ \ | |/ |/|
| * atspi_text_notify_reading_position: let caller specify end offsetSamuel Thibault2019-05-102-24/+7
* | Merge branch 'wip/carlosg/x11-session-checks' into 'master'Mike Gorse2019-05-203-75/+30
|\ \ | |/ |/|
| * Only use x11 device event controller implementation on X11 sessionsCarlos Garnacho2019-05-061-1/+1
| * Do not rely on getenv("DISPLAY")!=NULL to assume it is a X11 environmentCarlos Garnacho2019-05-062-27/+29
| * bus-launch: Do not poke X11 to check at-spi-bus-launcher is runningCarlos Garnacho2019-05-061-47/+0
|/
* More updates related to reading position notificationsMike Gorse2019-05-056-64/+114