summaryrefslogtreecommitdiff
path: root/atk-adaptor/bridge.c
Commit message (Expand)AuthorAgeFilesLines
* Wait for the test-application startup using an atspi listenerFederico Mena Quintero2023-05-091-1/+21
* atk-adaptor/bridge.c: Remove handler for unused signal DeviceListenerRegisteredFederico Mena Quintero2022-12-121-2/+0
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-061-201/+193
* atk-adaptor: Do not query for mouse listeners with GetDeviceEventListenersFederico Mena Quintero2022-12-051-16/+0
* spi_atk_create_socket(): escape just the socket path, not the full unix: addressFederico Mena Quintero2022-06-091-5/+14
* spi_atk_create_socket() - Do not use the global dataFederico Mena Quintero2022-06-091-4/+4
* Revert "spi_atk_create_socket(): escape the dbus address, just like the atspi...Federico Mena Quintero2022-06-091-5/+1
* spi_atk_create_socket(): escape the dbus address, just like the atspi launche...Federico Mena Quintero2022-05-241-1/+5
* Expose the accessible hierarchy via dbus introspectionMike Gorse2022-04-121-2/+41
* droute: handle unimplemented interfaces for GetAll and introspectionMike Gorse2022-04-081-1/+41
* Fix typoSamuel Thibault2021-07-091-1/+1
* adaptor: Fix missing events at startupColomban Wendling2019-12-031-11/+31
* Merge branch 'embed_const' into 'master'Mike Gorse2019-09-101-1/+1
|\
| * socket_embed_hook: Make plug_id parameter constSamuel Thibault2019-09-101-1/+1
* | Fix double-free introduced in last commitMike Gorse2019-09-021-3/+0
* | Fix small memory leak introduced in the last commitMike Gorse2019-09-021-5/+0
|/
* init: Initialize spi_global_app_data->desktop_name earlySamuel Thibault2019-08-291-0/+2
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
* Fix old FSF addressMike Gorse2019-08-271-2/+2
* Clear registration_pending during registrationSamuel Thibault2019-08-181-0/+2
* When switching the main context, move pending register_application callMike Gorse2019-08-151-5/+13
* Defer application registration via an idle callbackMike Gorse2019-08-141-3/+4
* Merge branch 'set_event_context' into 'master'Mike Gorse2019-04-301-2/+2
|\
| * Add atk_bridge_set_event_contextSamuel Thibault2019-04-011-2/+2
* | atk-adaptor: document atk_bridge_adaptor_init error messagesAlejandro PiƱeiro2019-04-021-2/+4
|/
* atk-adaptor/bridge: Fix GList handling resulting in memory corruptionRui Matos2017-04-241-11/+6
* atk_bridge_adaptor_init: return -1 if NO_AT_BRIDGE is setSamuel Thibault2016-08-291-1/+3
* Make sure the runtime directory existsSamuel Thibault2016-03-081-3/+7
* Don't drop the main context when p2p socket configuration failsSamuel Thibault2016-03-081-2/+0
* Always accept connections as root if unable to find an owning userMike Gorse2015-12-071-1/+4
* Correctly remove the socket on exitMike Gorse2014-07-191-2/+3
* Add an atexit handler to remove the D-Bus socketMike Gorse2014-04-141-13/+27
* Allow EventListenerRegistered with old signatureMike Gorse2014-02-241-1/+2
* Add AtspitableCell, tracking the new atk interfaceMike Gorse2014-02-181-0/+1
* Support sending data with eventsMike Gorse2014-02-031-16/+173
* Fix another crash when we're initialized/shut down repeatedlyMike Gorse2013-07-091-1/+1
* Add a NULL check into register_replyMike Gorse2013-05-031-0/+8
* Ensure that DBus errors are freedMike Gorse2013-04-301-11/+6
* Add NULL check to fix crash when receiving a dbus reply after cleanupMike Gorse2013-04-101-0/+3
* Re-register if the registry goes away and later returnsMike Gorse2012-11-201-2/+18
* Don't return DBUS_HANDLER_RESULT_HANDLED for NameOwnerChanged signalsMike Gorse2012-11-201-1/+0
* socket_embed_hook() should return immediately if spi_global_register is NULLJoanmarie Diggs2012-11-181-0/+2
* atk-adaptor: don't emit a critical in case the bridge was not initializedGiovanni Campagna2012-10-291-1/+2
* Register the cache on the main D-Bus connectionMike Gorse2012-09-201-0/+2
* Fix crashes in atk_bridge_adaptor_cleanupMike Gorse2012-09-201-1/+2
* Don't leak pending callsWilliam Jon McCann2012-09-171-0/+3
* Don't leak messageWilliam Jon McCann2012-09-171-0/+1
* Don't leak stringsWilliam Jon McCann2012-09-171-2/+9
* Close the connection when we are done with itWilliam Jon McCann2012-09-171-0/+1
* Make cleanup more robustWilliam Jon McCann2012-09-141-3/+5