summaryrefslogtreecommitdiff
path: root/atspi
Commit message (Expand)AuthorAgeFilesLines
* Minor code clean-upMike Gorse2020-09-041-4/+5
* Fix handling of event listener removals during an event callbackMike Gorse2020-09-021-2/+29
* _atspi_dbus_set_interfaces: Fix memory leak when called with invalid signatureMike Gorse2020-08-241-1/+1
* Fix a compiler warningMike Gorse2020-08-191-1/+1
* Merge branch 'patch-1' into 'master'Mike Gorse2020-08-101-1/+1
|\
| * Keep indentationShinwoo Kim2020-08-101-1/+1
* | Fix possible memory leakMike Gorse2020-08-101-0/+1
|/
* constants: Fix typos in two _COUNT constantsColomban Wendling2020-08-051-2/+2
* atspi_accessible_set_cache_mask: relax assertMike Gorse2020-06-241-1/+1
* Fix use after free when an event listener is destroyedMike Gorse2020-06-161-6/+4
* Fix documentation for the new mode_changed signalMike Gorse2020-06-111-0/+1
* Merge branch 'pkgconfig-fix' into 'master'Mike Gorse2020-06-111-1/+1
|\
| * meson: De-duplicate deps of 'Requires' in pkgconfig fileSoapux2020-05-191-1/+1
* | Fix use-after-free when a device listener is destroyedColomban Wendling2020-06-111-1/+3
* | Fix mode-changed signal registrationMike Gorse2020-06-091-1/+1
* | Add mode-changed signalMike Gorse2020-06-074-3/+37
* | Use the event name when sending screen reader events over dbusMike Gorse2020-05-274-32/+37
|/
* Documentation fixMike Gorse2020-02-161-1/+0
* Add ATSPI_ROLE_MARK and ATSPI_ROLE_SUGGESTIONJoanmarie Diggs2020-01-161-1/+15
* Fix source reproducibilityJoshua Watt2019-11-201-1/+1
* Fix use after free when freeing an eventMike Gorse2019-09-041-1/+1
* Clarify atspi_editable_text_insert_text documentationMike Gorse2019-08-281-2/+2
* Relicense as LGPL 2.1Mike Gorse2019-08-2859-230/+230
* Fix outdated FSF addressMike Gorse2019-08-2757-114/+114
* 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
* | cleanup: Avoid disposing NULLSamuel Thibault2019-08-251-1/+2
* | atspi_accessible_dispose: Avoid unreferencing NULLSamuel Thibault2019-08-251-1/+8
|/
* Support mutter remote desktop interface for key/mouse eventsMike Gorse2019-08-056-0/+488
* Add missing atspi_application_get_type prototypeSamuel Thibault2019-08-011-0/+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-1810-135/+178
* Add ATSPI_ROLE_CONTENT_DELETION and ATSPI_ROLE_CONTENT_INSERTIONJoanmarie Diggs2019-06-131-1/+9
* Merge branch 'wip/carlosg/wayland-session-checks' into 'master'Mike Gorse2019-05-221-1/+2
|\
| * Resort to WAYLAND_DISPLAY checks to avoid X11 connectionsCarlos Garnacho2019-05-211-1/+2
* | 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
* | Do not rely on getenv("DISPLAY")!=NULL to assume it is a X11 environmentCarlos Garnacho2019-05-061-1/+1
|/
* More updates related to reading position notificationsMike Gorse2019-05-055-63/+113
* Add atspi_text_notify_read_positionMike Gorse2019-05-055-0/+112
* Add atspi_accessible_get_accessible_idSamuel Thibault2019-04-302-0/+29
* Fix meson.build for meson 0.50.0.Tobias Stoeckmann2019-03-121-1/+1
* Include strings.h for strcasecmpMike Gorse2019-03-031-0/+1
* Update libatspi documentation to indicate that extents are only meaningfulMike Gorse2019-03-035-0/+28
* Fix atspi_table_cell_get_(row|column)_headersMike Gorse2019-02-271-1/+1
* Add ScrollSubstringTo and ScrollSubstringToPoint text interfacesSamuel Thibault2019-01-152-0/+70
* Add support for locking/unlocking modifiersSamuel Thibault2018-11-182-3/+8
* atspi: Update error logsTapasweni Pathak2018-10-046-14/+14
* Merge branch 'pkgconfig' into 'master'Emmanuele Bassi2018-10-021-0/+10
|\