summaryrefslogtreecommitdiff
path: root/atk-adaptor
Commit message (Expand)AuthorAgeFilesLines
* Modify for the new caching APIMike Gorse2015-08-143-139/+108
* Release v2.17.1AT_SPI2_ATK_2_17_1Mike Gorse2015-07-201-0/+21
* atk-adapter: be careful with potential NULL GObjectsChristian Hergert2015-05-151-1/+1
* Add new roles for fractions, roots, subscripts, and superscriptsJoanmarie Diggs2015-01-261-0/+4
* Fix for bug 690008 - Add support for ATSPI_STATE_READ_ONLY/ATK_STATE_READ_ONLYJoanmarie Diggs2015-01-151-0/+2
* Add support for ATK_STATE_HAS_TOOLTIPJoanmarie Diggs2015-01-121-0/+2
* Don't parse non-existing argumentsBenjamin Otte2014-12-191-8/+1
* Add mapping between ATK_ROLE_STATIC and ATSPI_ROLE_STATICJoanmarie Diggs2014-11-251-0/+1
* Aggressively filtering AddChildren with STATE_MANAGES_DESCENDANTSAlejandro Piñeiro2014-09-241-0/+11
* Correctly remove the socket on exitMike Gorse2014-07-191-2/+3
* Do not overwrite text attributes with the default onesJacobo Aragunde Pérez2014-06-201-4/+5
* Only send cache-related events for transients when explicitly requestedMike Gorse2014-04-281-4/+15
* 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
* Collection: Fix an infinite loop when encountering a NULL parentMike Gorse2014-02-201-1/+1
* Add AtspitableCell, tracking the new atk interfaceMike Gorse2014-02-187-43/+332
* Support sending data with eventsMike Gorse2014-02-0316-59/+576
* document: add support for newly added AtkDocument methods and signalsAlejandro Piñeiro2013-12-022-2/+32
* Fix GetBoundedRangesMike Gorse2013-11-201-1/+8
* states: add ATSPI_STATE_CHECKABLE and ATSPI_STATE_HAS_POPUPAlejandro Piñeiro2013-11-181-1/+4
* roles: create new AT-SPI2 roles for ARIA roles (and one for rating)Alejandro Piñeiro2013-11-181-0/+8
* Support for roles TITLE_BAR, BLOCK_QUOTE, AUDIO and VIDEOAlejandro Piñeiro2013-11-181-0/+5
* Fix atk_component_contains wrapperMike Gorse2013-10-231-2/+2
* Allow a :-separated list of attribute values when reading match rulesMike Gorse2013-09-151-4/+28
* Properly clean up when timing out on a keystroke listenerMike Gorse2013-09-041-2/+4
* Implemented GetStringAtOffset in the text adaptor in the ATK bridgeMario Sanchez Prada2013-08-192-0/+103
* Fix another crash when we're initialized/shut down repeatedlyMike Gorse2013-07-091-1/+1
* Fix deadlock with key event listeners in our own processMike Gorse2013-07-011-0/+1
* Use atspi_is_initialized to decide whether to expose p2p connectionMike Gorse2013-06-162-7/+4
* Don't warn if an app returns NULL when referencing a childMike Gorse2013-05-201-2/+5
* Add a NULL check into register_replyMike Gorse2013-05-031-0/+8
* Ensure that DBus errors are freedMike Gorse2013-04-3015-211/+78
* Add NULL check to fix crash when receiving a dbus reply after cleanupMike Gorse2013-04-101-0/+3
* socket-adaptor: fix memory leakXan Lopez2013-03-281-4/+1
* Add Locale property, mapped to atk_object_get_object_localeMike Gorse2013-02-251-0/+11
* Fix various warningsMike Gorse2013-02-043-4/+3
* Support ATK_ROLE_LEVEL_BARMike Gorse2013-01-311-0/+1
* Stop using deprecated glib functionsMike Gorse2012-11-261-6/+6
* 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
* Fix unused functions when compiling w/o debugBastien Nocera2012-10-111-1/+3
* Remove empty spi_cache_dispose() functionBastien Nocera2012-10-111-12/+0
* 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
* 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