summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v2.7.3AT_SPI2_ATK_2_7_3Mike Gorse2012-12-172-1/+9
* droute: Fix another memory few memory leaksJasper St. Pierre2012-12-081-0/+2
* Stop using deprecated glib functionsMike Gorse2012-11-262-7/+7
* 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
* Release v2.7.2AT_SPI2_ATK_2_7_2Mike Gorse2012-11-192-1/+12
* droute: Fix memory leak in path cleanupAndrew Potter2012-11-191-2/+2
* socket_embed_hook() should return immediately if spi_global_register is NULLJoanmarie Diggs2012-11-181-0/+2
* Remove dbindMike Gorse2012-11-1210-1347/+1
* Fix droute test, and remove dbind dependencyMike Gorse2012-11-122-21/+53
* atk-adaptor: don't emit a critical in case the bridge was not initializedGiovanni Campagna2012-10-291-1/+2
* Up libatspi dependency to 2.5.92Mike Gorse2012-10-281-1/+1
* Release v2.7.1AT_SPI2_ATK_2_7_1Mike Gorse2012-10-222-1/+8
* Fix unused functions when compiling w/o debugBastien Nocera2012-10-111-1/+3
* Remove empty spi_cache_dispose() functionBastien Nocera2012-10-111-12/+0
* droute: Fix compile-time warningsBastien Nocera2012-10-111-2/+1
* Remove schemaMike Gorse2012-09-264-24/+1
* Release v2.6.0AT_SPI2_ATK_2_6_0Mike Gorse2012-09-243-2/+8
* 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
* Release v2.5.92AT_SPI2_ATK_2_5_92Mike Gorse2012-09-172-1/+8
* Fix an errant g_object_unrefMike Gorse2012-09-171-2/+1
* 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
* atk-adaptor: plug some refcount leaksCosimo Cecchi2012-09-131-2/+12
* Remove erroneous debug print introduced in last commitMike Gorse2012-09-131-1/+0
* Only initialize the cache when an AT is runningMike Gorse2012-09-132-14/+28
* Fix build for removal of po/ directoryColin Walters2012-09-062-5/+1
* Removed po directoryClaude Paroz2012-09-0671-2839/+0
* Correctly cast hyperlinks in GetURIMike Gorse2012-09-041-1/+1
* Release v2.5.91AT_SPI2_ATK_2_5_91Mike Gorse2012-09-032-1/+5
* Updated Polish translationPiotr Drąg2012-09-011-0/+3
* Updated Latvian translationRūdolfs Mazurs2012-09-011-2/+2
* Removing gtk+3 directory from AC_CONFIG_FILES on configure.acAlejandro Piñeiro2012-08-211-1/+0
* Fix for Bug 678315 - Remove the bridge module for Gtk+ 3Joanmarie Diggs2012-08-213-68/+1
* Release v2.5.90AT_SPI2_ATK_2_5_90Mike Gorse2012-08-202-1/+8
* 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
* Release v2.5.5AT_SPI2_ATK_2_5_5Mike Gorse2012-08-062-1/+7
* Allow to build out of source directoryDaniel Narvaez2012-08-061-1/+3
* Implement GetLocalizedName for actionsMike Gorse2012-07-302-1/+41
* Release v2.5.4AT_SPI2_ATK_2_5_4Mike Gorse2012-07-162-1/+17
* Only send property-change signals relevant for caching, absent listenersMike Gorse2012-07-091-1/+5
* Only add items to the cache on children-changed if they are passed inMike Gorse2012-07-091-7/+5
* Don't try to set up the server with a main loop if there's no serverMike Gorse2012-07-061-3/+2
* Only create a directory and a socket when requestedMike Gorse2012-07-053-53/+54