summaryrefslogtreecommitdiff
path: root/atspi/atspi-event-listener.c
Commit message (Expand)AuthorAgeFilesLines
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-061-387/+402
* Docs: Move to gi-docgenThomas Booker2022-09-281-0/+12
* Add an "announcement" event/signal to allow objects to send notificationsMike Gorse2022-08-041-0/+1
* Rename _atspi_dbus_return_accessible_from_iter to _atspi_dbus_consume_accessibleFederico Mena Quintero2022-07-121-1/+1
* 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-021-25/+97
* Add an "announcement" event/signal to allow objects to send notificationsMike Gorse2022-07-021-0/+1
* Remove unused field BusDataClosure.dataFederico Mena Quintero2022-06-021-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
* Fix double free when removing event listenersMike Gorse2021-04-211-1/+4
* Fix an invalid free introduced in 2.39.90, along with some warningsMike Gorse2021-02-221-2/+3
* Fix memory leaksBartlomiej Grzelewski2021-02-121-0/+8
* Fix handling of event listener removals during an event callbackMike Gorse2020-09-021-2/+29
* 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
|/
* Fix use after free when an event listener is destroyedMike Gorse2020-06-161-6/+4
* Use the event name when sending screen reader events over dbusMike Gorse2020-05-271-31/+1
* Fix use after free when freeing an eventMike Gorse2019-09-041-1/+1
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
* Fix outdated FSF addressMike Gorse2019-08-271-2/+2
* Add a sender to the AtspiEvent struct.Mike Gorse2019-07-181-1/+6
* Refactor the API for the screen reader to notify listeners of its statusMike Gorse2019-07-181-79/+58
* More updates related to reading position notificationsMike Gorse2019-05-051-53/+93
* Include strings.h for strcasecmpMike Gorse2019-03-031-0/+1
* atspi: Update error logsTapasweni Pathak2018-10-041-3/+3
* Fix a couple of introspection issuesRico Tzschichholz2017-07-031-0/+12
* atspi-event-listener: Plug a memory leakRui Matos2016-04-111-0/+3
* Fix reversed check for NULL childOwen W. Taylor2015-10-241-1/+1
* Don't crash if we get a object:children-changed event with a non-existent childOwen W. Taylor2015-10-121-0/+2
* Modified cache API to include index and child count rather than childrenMike Gorse2015-08-141-7/+13
* Fix lifecycle of an accessible's cacheMike Gorse2014-07-191-1/+1
* Add a check NULL of the source accessible handling an eventAlejandro Piñeiro2014-03-171-0/+5
* Don't pass empty property array to RegisterEventMike Gorse2014-02-241-6/+13
* Allow caching of data sent with events and requesting such dataMike Gorse2014-02-011-12/+86
* Make AtspiEventListenerCb not call for a const datumMike Gorse2013-10-101-1/+1
* skipping atspi_event_listener_[register/deregister]_no_dataAlejandro Piñeiro2013-08-291-2/+2
* Skip atspi_(event|device)_listener_new_simpleMike Gorse2013-07-151-1/+1
* Fix some warningsMike Gorse2013-02-041-1/+0
* Make documentation for atspi_event_listener_new() appear.Patrick Welche2012-12-171-1/+1
* Fix a crash when parsing eventsMike Gorse2012-12-041-0/+3
* Re-register keystroke listeners if the registry goes away and returnsMike Gorse2012-11-201-11/+36
* Only call an event listener once per eventMike Gorse2012-10-261-0/+13
* Update cache in response to role change notificationsMike Gorse2012-10-051-0/+12
* Don't leak errorsWilliam Jon McCann2012-09-141-11/+9
* Code clean-upsMike Gorse2012-07-181-19/+4
* Fix abort on an error while removing a match ruleMike Gorse2012-07-081-6/+6
* Invalidate states when receiving a focus eventMike Gorse2012-02-211-0/+5
* Don't g_object_unref a NULL object for event variantMike Gorse2012-02-191-1/+2