summaryrefslogtreecommitdiff
path: root/atk-adaptor/bridge.c
Commit message (Expand)AuthorAgeFilesLines
* Add a NULL check into register_replyMike Gorse2013-05-031-0/+8
* Ensure that DBus errors are freedMike Gorse2013-05-021-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
* Only initialize the cache when an AT is runningMike Gorse2012-09-131-14/+24
* When a client is removed, don't continue looking through the list of clientsMike Gorse2012-08-201-0/+1
* Don't leak GError when option parsing failsMike Gorse2012-08-201-1/+4
* Don't iterate over the list twice when removing eventsMike Gorse2012-08-201-2/+11
* Only create a directory and a socket when requestedMike Gorse2012-07-051-53/+49
* Don't create a sub-directory for the socket when running as rootMike Gorse2012-07-031-7/+15
* Use XDG_RUNTIME_DIR to hold sockets, and do not make a world-writable dirMike Gorse2012-06-251-10/+26
* Only register events at beginning if AT is listeningAlejandro Piñeiro2012-06-201-2/+3
* more uint -> guint fixesRyan Lortie2012-06-161-1/+1
* bridge.c: change 'uint' for 'guint'Ryan Lortie2012-06-161-1/+1
* Put declarations at the beginning of the blockBastien Nocera2012-06-151-2/+1
* Reset inited variable on cleanupBastien Nocera2012-06-151-1/+6
* Move NO_AT_BRIDGE test to the libraryAlejandro Piñeiro2012-06-151-1/+27
* Namespace the exported APIBastien Nocera2012-06-141-2/+2
* Remove unneeded X11 dependencyBastien Nocera2012-06-141-2/+0
* Move adaptor_*() functions into their own headerBastien Nocera2012-06-141-0/+1
* Move GTK+ modules to their own source filesBastien Nocera2012-06-141-45/+0
* Remove unused variablesBastien Nocera2012-06-141-11/+2
* Remove unused functionsBastien Nocera2012-06-141-50/+0
* Export adaptor_init() and adaptor_cleanup()Bastien Nocera2012-06-141-40/+46
* Remove unused X11 display codeBastien Nocera2012-06-141-8/+2
* No need to include i18n supportBastien Nocera2012-06-141-1/+0
* Remove a translation from a g_warning callMike Gorse2012-04-301-1/+1
* bridge: drive-by list usage fixesRay Strode2012-01-211-6/+16
* Make keystroke listeners work even if no other event listeners presentMike Gorse2012-01-051-26/+152
* Socket's implementation of ref_state_set to return empty sets instead of NULLMario Sanchez Prada2011-10-281-8/+8
* Fixed some problems when shutting down and restarting the moduleMike Gorse2011-08-151-26/+50
* Some refactoring to remove duplicate code and other clean-upsMike Gorse2011-07-271-13/+13
* Only register for events when something is listeningMike Gorse2011-06-211-3/+72
* BGO#652797: Remove unused AtkMisc instanceMike Gorse2011-06-161-3/+0
* Reentrancy fixes when using --disable-p2pMike Gorse2011-05-131-4/+0
* Remove not required dbus-glib includesAlejandro Piñeiro2011-03-221-1/+0
* Use libatspi to get the accessibility bus and handle main loop integrationMike Gorse2011-03-211-77/+5
* Fix accessibility of root apps on LinuxMike Gorse2011-03-081-0/+44
* Close the X display when we're finished with itMike Gorse2011-03-041-0/+1
* Do not exit if the accessibility bus disconnectsMike Gorse2011-03-041-0/+1