summaryrefslogtreecommitdiff
path: root/atk-adaptor/bridge.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix some missing prototypesMike Gorse2011-02-231-0/+1
* Don't leak remove_data in remove_eventsMatthias Clasen2011-02-191-0/+2
* Free option context after useMatthias Clasen2011-02-191-0/+1
* Don't leak property data in spi_atk_bridge_get_busMatthias Clasen2011-02-191-0/+1
* /tmp/at-spi2 should be created with permissions of 0x1777Mike Gorse2011-02-061-6/+7
* Fix for BGO#641338: Gracefully handle errors listening to dbus server for p2pMike Gorse2011-02-061-2/+8
* Fix some memory leaksMike Gorse2011-01-061-1/+3
* Initialize app_bus_addr if p2p is disabledMike Gorse2011-01-031-0/+2
* Check for a NULL pending call before calling dbus_pending_call_set_notifyMike Gorse2011-01-031-1/+2
* Avoid calling a deprecated libdbus functionMike Gorse2010-12-301-5/+2
* Some fixes for--disable-p2pMike Gorse2010-12-151-0/+4
* Merge branch 'p2p'Mike Gorse2010-12-031-21/+60
|\
| * Disable for dbus-glib prior to 0.9.0Mike Gorse2010-12-031-0/+4
| * Merge branch 'master' into p2pMike Gorse2010-10-071-0/+1
| |\