summaryrefslogtreecommitdiff
path: root/atspi
Commit message (Expand)AuthorAgeFilesLines
* Hold a reference to the AtspiDevice while processing eventsHEADmainMike Gorse2023-05-172-0/+5
* Guard against recursion in atspi_accessible_clear_cacheMike Gorse2023-05-102-8/+18
* Don't crash when an invalid index, for the array length, is requestedLukáš Tyrychtr2023-05-101-3/+6
* 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-033-0/+167
* Use const attribute name input in atspi_*_get*_attribute_value()Colomban Wendling2023-04-254-9/+9
* Fix a variable nameMike Gorse2023-04-021-4/+4
* typos--Harald Sitter2023-03-066-7/+7
* Fix possible crash in screen_reader_signal_watcherMike Gorse2023-02-151-0/+1
* Fix memory leakMike Gorse2023-01-061-0/+1
* Add socket interface to the list of interfaces in atspi-misc.cMike Gorse2023-01-061-1/+1
* x11: Register key grabs using the currently-focused windowMike Gorse2023-01-061-22/+57
* atspi-constants.h: put the description of AtspiConstants inside the include g...Federico Mena Quintero2022-12-131-2/+2
* Remove blank comment line so g-ir-scanner will pick up enum variantsFederico Mena Quintero2022-12-131-1/+0
* DeviceEventController.xml: document the RegisterKeystrokeListener methodFederico Mena Quintero2022-12-121-1/+1
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-0665-3820/+3819
* atspi_deregister_device_event_listener(): turn into a no-opFederico Mena Quintero2022-12-051-26/+4
* atspi_register_device_event_listener(): turn into a no-op.Federico Mena Quintero2022-12-051-32/+5
* Fix typo in mutter dbus method callMatthias Roßmann2022-11-241-2/+2
* Component.xml: document the SetSize methodFederico Mena Quintero2022-10-171-1/+1
* Component.xml: document the SetPosition methodFederico Mena Quintero2022-10-171-2/+2
* Component.xml: document the SetExtents methodFederico Mena Quintero2022-10-171-2/+2
* meson: Change x11 option to featureXavier Claessens2022-09-271-6/+3
* Docs: Move to gi-docgenThomas Booker2022-09-2820-2/+223
* Merge branch 'call-unused-cleanup-function' into 'main'Mike Gorse2022-08-221-2/+7
|\
| * misc: call queue cleanup functionVictor Toso2022-08-211-2/+7
* | Fix license of atspi-gmain.cMike Gorse2022-08-221-1/+1
|/
* Fix up last commitMike Gorse2022-08-041-2/+0
* Add an "announcement" event/signal to allow objects to send notificationsMike Gorse2022-08-043-1/+4
* Add `ATK_ROLE_PUSH_BUTTON_MENU`Fushan Wen2022-07-221-0/+2
* Rename _atspi_dbus_return_accessible_from_iter to _atspi_dbus_consume_accessibleFederico Mena Quintero2022-07-127-12/+13
* 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_accessible_is_a() - no need to update the interfaces cache mask againFederico Mena Quintero2022-07-121-1/+0
* _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-062-42/+0
* Accessible.xml: Document the GetRole methodFederico Mena Quintero2022-07-051-13/+12
* Accessible.xml: document the GetRelationSet methodFederico Mena Quintero2022-07-051-3/+3
* Revert "Add an "announcement" event/signal to allow objects to send notificat...Mike Gorse2022-07-021-1/+0
* Add atspi_event_listener_register_with_appMike Gorse2022-07-022-25/+113
* Add an "announcement" event/signal to allow objects to send notificationsMike Gorse2022-07-021-0/+1
* Fix warningMike Gorse2022-06-231-1/+1
* fix typoNozomi Miyamori2022-06-191-1/+1
* Minor documentation fixMike Gorse2022-06-171-1/+1
* Add a Text property to AtspiValueMike Gorse2022-06-172-0/+24
* Remove duplicated codeFederico Mena Quintero2022-06-021-3/+1
* Remove unused field BusDataClosure.dataFederico Mena Quintero2022-06-025-23/+21
* Remove unused prototypeFederico Mena Quintero2022-06-021-2/+0