summaryrefslogtreecommitdiff
path: root/atspi/atspi-misc.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing includeMike Gorse2023-05-081-0/+1
* When parsing GetItems, guard against adding an object as its own childMike Gorse2023-05-051-1/+8
* Use internal names when possible for localized role namesMike Gorse2023-05-031-0/+160
* typos--Harald Sitter2023-03-061-1/+1
* Add socket interface to the list of interfaces in atspi-misc.cMike Gorse2023-01-061-1/+1
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-061-529/+537
* Docs: Move to gi-docgenThomas Booker2022-09-281-0/+6
* misc: call queue cleanup functionVictor Toso2022-08-211-2/+7
* Rename _atspi_dbus_return_accessible_from_iter to _atspi_dbus_consume_accessibleFederico Mena Quintero2022-07-121-6/+7
* Remove unused variablesFederico Mena Quintero2022-07-121-1/+0
* Replace pairs of get_reference_from_iter/ref_accessible with _atspi_dbus_retu...Federico Mena Quintero2022-07-121-6/+5
* _atspi_dbus_set_interfaces: split internals into a demarshaler and a translatorFederico Mena Quintero2022-07-121-18/+80
* Make function staticFederico Mena Quintero2022-07-121-1/+1
* atspi-misc: Remove unused allow_sync logicFederico Mena Quintero2022-07-061-35/+0
* Remove duplicated codeFederico Mena Quintero2022-06-021-3/+1
* Remove unused field BusDataClosure.dataFederico Mena Quintero2022-06-021-18/+17
* Move va_end from _atspi_dbus_call_partial_va to _atspi_dbus_call_partialSamuel Thibault2022-03-241-2/+5
* spi_display_name() - make conditional on HAVE_X11Federico Mena Quintero2021-12-131-37/+37
* Fix an invalid free introduced in 2.39.90, along with some warningsMike Gorse2021-02-221-4/+3
* Fix memory leaksBartlomiej Grzelewski2021-02-121-1/+35
* misc: unref bus at the end of cleanupShinwoo Kim2020-10-191-8/+9
* _atspi_dbus_set_interfaces: Fix memory leak when called with invalid signatureMike Gorse2020-08-241-1/+1
* 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