summaryrefslogtreecommitdiff
path: root/atspi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix meson deprecation in call to pkgconfig.generate()Federico Mena Quintero2022-05-241-1/+1
* Merge branch 'va_end' into 'master'Mike Gorse2022-03-271-2/+5
|\
| * Move va_end from _atspi_dbus_call_partial_va to _atspi_dbus_call_partialSamuel Thibault2022-03-241-2/+5
* | listeners: Fix crash on NULL listenerSamuel Thibault2022-03-131-7/+15
|/
* Reorder g_free around g_slist_removeFederico Mena Quintero2021-12-141-1/+1
* _atspi_dbus_handle_event(): assert that the event source is not NULL before p...Federico Mena Quintero2021-12-141-0/+2
* _atspi_dbus_handle_event(): return early if the category or interface name is...Federico Mena Quintero2021-12-141-0/+7
* Reorder g_free around g_slist_removeFederico Mena Quintero2021-12-141-1/+1
* spi_display_name() - make conditional on HAVE_X11Federico Mena Quintero2021-12-131-37/+37
* Fix function prototypeFederico Mena Quintero2021-11-231-1/+1
* AtspiDevice key grab fixesMike Gorse2021-05-123-8/+81
* Fix double free when removing event listenersMike Gorse2021-04-211-1/+4
* AtspiDeviceListenerCB: remove const from event prototypeMike Gorse2021-02-232-2/+3
* Remove debug printMike Gorse2021-02-221-1/+0
* atspi_accessible_get_(name|description): fix memory leakMike Gorse2021-02-221-0/+6
* Fix an invalid free introduced in 2.39.90, along with some warningsMike Gorse2021-02-223-7/+7
* Fix memory leaksBartlomiej Grzelewski2021-02-123-1/+46
* Device fixesMike Gorse2021-01-273-30/+331
* Fix build with X11 dep disabledMichael Catanzaro2021-01-111-8/+8
* Add device APIMike Gorse2021-01-119-2/+1368
* misc: unref bus at the end of cleanupShinwoo Kim2020-10-191-8/+9
* 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
|/