summaryrefslogtreecommitdiff
path: root/atspi/atspi-misc.c
Commit message (Expand)AuthorAgeFilesLines
* Add mode-changed signalMike Gorse2020-06-071-0/+1
* Use the event name when sending screen reader events over dbusMike Gorse2020-05-271-0/+30
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
* Fix outdated FSF addressMike Gorse2019-08-271-2/+2
* 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
|/
* Refactor the API for the screen reader to notify listeners of its statusMike Gorse2019-07-181-11/+0
* Resort to WAYLAND_DISPLAY checks to avoid X11 connectionsCarlos Garnacho2019-05-211-1/+2
* 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-051-0/+11
* Add atspi_text_notify_read_positionMike Gorse2019-05-051-0/+47
* atspi: Update error logsTapasweni Pathak2018-10-041-4/+4
* Optionally read the dbus address from env var AT_SPI_BUS_ADDRESSAlexander Larsson2017-09-041-1/+6
* Decrements the reference count of session_busShinwoo Kim2017-07-231-2/+4
* Poll direct dbus connections in the main loopMike Gorse2017-06-021-1/+12
* Correctly handle at-spi2-registryd dying when processing NameOwnerChangedMike Gorse2016-06-021-1/+1
* ref_accessible_desktop: don't unref reply until we're finished with itMike Gorse2016-05-221-1/+2
* Don't display warnings when connecting to an app that no longer existsMike Gorse2016-02-291-4/+12
* Don't display warning if unable to connect when logged in via sshSamuel Thibault2016-02-081-1/+2
* Modified cache API to include index and child count rather than childrenMike Gorse2015-08-141-21/+48
* Fix GTK-Doc comment blocksDieter Verfaillie2015-03-231-16/+16
* Fix a typo in a crasher messageMichael Catanzaro2015-01-131-1/+1
* Use app_hash to find app to remove in response to NameOwnerChangedMike Gorse2014-09-111-10/+4
* Check failure of dbus_connection_send_with_reply()Daiki Ueno2014-09-111-4/+11
* Fix lifecycle of an accessible's cacheMike Gorse2014-07-191-1/+3
* Unref enum type classes when we're done with themMike Gorse2014-07-191-0/+2
* Fix various memory leaks when checking D-Bus signaturesMike Gorse2014-07-191-5/+16
* Add AtspitableCell, tracking the new atk interfaceMike Gorse2014-02-181-0/+2
* Fix a critical when processing deferred messagesGiovanni Campagna2014-02-171-4/+4
* Allow caching of data sent with events and requesting such dataMike Gorse2014-02-011-0/+97
* Unref process_deferred_messages_source when clearing itMike Gorse2013-10-111-0/+2
* Skip some non-introspectable functionsMike Gorse2013-10-101-0/+3
* Remove calls to g_type_init()Mike Gorse2013-10-101-2/+0
* Fix some warnings and documentation issuesMike Gorse2013-10-101-65/+8
* misc: Simplify code flow in process_deferred_messagesJasper St. Pierre2013-09-051-15/+18
* misc: Fix bad typeJasper St. Pierre2013-09-051-1/+1
* Move the process_deferred_messages idle cb when switching main contextsMike Gorse2013-09-041-7/+20
* Don't dispatch while calling get_accessibility_bus_addressMike Gorse2013-09-021-2/+0
* Dispatch dbus messages after method calls when no main loop runningMike Gorse2013-08-211-0/+2
* Do not query X unless DISPLAY or AT_SPI_DISPLAY are setMike Gorse2013-08-081-6/+7
* Allow building without X11Mike Gorse2013-08-081-1/+7
* Fix memory leak in atspi_accessible_get_role_nameMike Gorse2013-07-101-1/+1
* Add atspi_set_main_contextMike Gorse2013-07-011-1/+25
* Add atspi_is_initializedMike Gorse2013-06-161-0/+13
* Reinstate atspi_role_get_nameMike Gorse2013-05-221-0/+33
* Merge branch 'enum-types'Mike Gorse2013-05-101-0/+14
|\
* | Fix some warningsMike Gorse2013-02-041-8/+22
* | Fix various warningsMike Gorse2013-01-161-1/+1
* | Check that message is non-NULL before calling libdbusMike Gorse2013-01-151-1/+1