summaryrefslogtreecommitdiff
path: root/atspi
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * meson: Generate a pkg-config fileSoapux2018-09-061-0/+10
* | Clean up the documentationMartin Robinson2018-09-071-93/+94
|/
* build: Silence g-ir-scannerEmmanuele Bassi2018-05-171-1/+2
* Remove spurious gtk-doc markersEmmanuele Bassi2018-05-171-9/+9
* Fix documentation annotationsEmmanuele Bassi2018-05-172-1/+2
* Add ScrollTo and ScrollToPoint component interfacesSamuel Thibault2018-05-163-2/+104
* support building a static libraryRafael Kitover2018-03-051-1/+1
* Make the build reproducibleChris Lamb2017-12-042-2/+2
* documentation: Remove list association from ATSPI_ROLE_DESCRIPTION_{TERM,VALUE}Joanmarie Diggs2017-11-301-6/+3
* meson: fix soversionMike Gorse2017-10-301-2/+2
* Drop autotools supportMike Gorse2017-10-301-160/+0
* meson: Actually use the soversionJan Alexander Steffens (heftig)2017-10-251-0/+2
* meson: x11 fixesMike Gorse2017-10-231-1/+1
* Optionally read the dbus address from env var AT_SPI_BUS_ADDRESSAlexander Larsson2017-09-041-1/+6
* More meson fixesMike Gorse2017-08-071-3/+3
* meson: add support for gobject-introspectionMike Gorse2017-08-071-0/+34
* Decrements the reference count of session_busShinwoo Kim2017-07-231-2/+4