spec file, manifest and gbs.conf adapted for Tizen
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor /
2014-02-24 Mike GorseAllow EventListenerRegistered with old signature
2014-02-20 Mike GorseCollection: Fix an infinite loop when encountering...
2014-02-18 Mike GorseAdd AtspitableCell, tracking the new atk interface
2014-02-03 Mike GorseSupport sending data with events
2013-12-02 Alejandro Piñeirodocument: add support for newly added AtkDocument metho...
2013-11-20 Mike GorseFix GetBoundedRanges
2013-11-18 Alejandro Piñeirostates: add ATSPI_STATE_CHECKABLE and ATSPI_STATE_HAS_POPUP
2013-11-18 Alejandro Piñeiroroles: create new AT-SPI2 roles for ARIA roles (and...
2013-11-18 Alejandro PiñeiroSupport for roles TITLE_BAR, BLOCK_QUOTE, AUDIO and...
2013-10-23 Mike GorseFix atk_component_contains wrapper
2013-09-15 Mike GorseAllow a :-separated list of attribute values when readi...
2013-09-05 Mike GorseProperly clean up when timing out on a keystroke listener
2013-08-19 Mario Sanchez PradaImplemented GetStringAtOffset in the text adaptor in...
2013-07-09 Mike GorseFix another crash when we're initialized/shut down...
2013-07-01 Mike GorseFix deadlock with key event listeners in our own process
2013-06-16 Mike GorseUse atspi_is_initialized to decide whether to expose...
2013-05-20 Mike GorseDon't warn if an app returns NULL when referencing...
2013-05-03 Mike GorseAdd a NULL check into register_reply
2013-04-30 Mike GorseEnsure that DBus errors are freed
2013-04-10 Mike GorseAdd NULL check to fix crash when receiving a dbus reply...
2013-03-28 Xan Lopezsocket-adaptor: fix memory leak
2013-02-26 Mike GorseAdd Locale property, mapped to atk_object_get_object_locale
2013-02-04 Mike GorseFix various warnings
2013-01-31 Mike GorseSupport ATK_ROLE_LEVEL_BAR
2012-11-26 Mike GorseStop using deprecated glib functions
2012-11-20 Mike GorseRe-register if the registry goes away and later returns
2012-11-20 Mike GorseDon't return DBUS_HANDLER_RESULT_HANDLED for NameOwnerC...
2012-11-18 Joanmarie Diggssocket_embed_hook() should return immediately if spi_gl...
2012-10-29 Giovanni Campagnaatk-adaptor: don't emit a critical in case the bridge...
2012-10-11 Bastien NoceraFix unused functions when compiling w/o debug
2012-10-11 Bastien NoceraRemove empty spi_cache_dispose() function
2012-09-20 Mike GorseRegister the cache on the main D-Bus connection
2012-09-20 Mike GorseFix crashes in atk_bridge_adaptor_cleanup
2012-09-18 Mike GorseFix an errant g_object_unref
2012-09-17 William Jon McCannDon't leak pending calls
2012-09-17 William Jon McCannDon't leak message
2012-09-17 William Jon McCannDon't leak strings
2012-09-17 William Jon McCannClose the connection when we are done with it
2012-09-14 William Jon McCannMake cleanup more robust
2012-09-13 Cosimo Cecchiatk-adaptor: plug some refcount leaks
2012-09-13 Mike GorseRemove erroneous debug print introduced in last commit
2012-09-13 Mike GorseOnly initialize the cache when an AT is running
2012-09-04 Mike GorseCorrectly cast hyperlinks in GetURI
2012-08-21 Joanmarie DiggsFix for Bug 678315 - Remove the bridge module for Gtk+ 3
2012-08-20 Mike GorseWhen a client is removed, don't continue looking throug...
2012-08-20 Mike GorseDon't leak GError when option parsing fails
2012-08-20 Mike GorseDon't iterate over the list twice when removing events
2012-07-30 Mike GorseImplement GetLocalizedName for actions
2012-07-09 Mike GorseOnly send property-change signals relevant for caching...
2012-07-09 Mike GorseOnly add items to the cache on children-changed if...
2012-07-06 Mike GorseDon't try to set up the server with a main loop if...
2012-07-06 Mike GorseOnly create a directory and a socket when requested
2012-07-05 Cosimo Cecchiatk-adaptor: plug a refcount leak
2012-07-05 Cosimo Cecchiatk-adaptor: plug a refcount leak
2012-07-04 Mike GorseDon't create a sub-directory for the socket when runnin...
2012-06-27 Joanmarie DiggsFix for bug #679013 - AtspiCollection should be impleme...
2012-06-25 Mike GorseAdd atkbridge.symbols to EXTRA_DIST
2012-06-25 Mike GorseFix some more warnings
2012-06-25 Mike GorseReinstate gnome_accessibility_module_init/shutdown...
2012-06-25 Mike GorseUse XDG_RUNTIME_DIR to hold sockets, and do not make...
2012-06-20 Alejandro PiñeiroOnly register events at beginning if AT is listening
2012-06-17 John RallsMake extern the globals in introspection.h
2012-06-17 Ryan Lortiemore uint -> guint fixes
2012-06-16 Ryan Lortiebridge.c: change 'uint' for 'guint'
2012-06-15 Bastien NoceraRemove duplicate code from GTK+ modules
2012-06-15 Bastien NoceraPut declarations at the beginning of the block
2012-06-15 Bastien NoceraReset inited variable on cleanup
2012-06-15 Alejandro PiñeiroMove NO_AT_BRIDGE test to the library
2012-06-14 Bastien NoceraFix undeclared G_BEGIN_DECL usage
2012-06-14 Bastien NoceraFix compile-time warnings
2012-06-14 Bastien NoceraNamespace the exported API
2012-06-14 Bastien NoceraExport the atk-bridge-2.0 library
2012-06-14 Bastien NoceraLink the GTK+ modules against the private library
2012-06-14 Bastien NoceraRemove unneeded X11 dependency
2012-06-14 Bastien NoceraMove adaptor_*() functions into their own header
2012-06-14 Bastien NoceraMove GTK+ modules to their own source files
2012-06-14 Bastien NoceraRemove unused variables
2012-06-14 Bastien NoceraRemove unused functions
2012-06-14 Bastien NoceraCreate an uninstalled library
2012-06-14 Bastien NoceraExport adaptor_init() and adaptor_cleanup()
2012-06-14 Bastien NoceraRemove duplicate use of DBUS_LIBS
2012-06-14 Bastien NoceraRemove unused X11 display code
2012-06-14 Bastien NoceraNo need to include i18n support
2012-05-31 Joanmarie DiggsFix for bug 677211 - The collection interface's MATCH_A...
2012-04-30 Mike GorseRemove a translation from a g_warning call
2012-03-05 Mike GorseHave DoAction send the reply message *before* invoking atk
2012-02-23 Mike GorseHave GetIndexInParent return a signed int, per the...
2012-02-10 Mike GorseCheck that we have a valid path when emitting a signal
2012-02-07 Mike GorseHave GrabFocus return a bool, per the spec, rather...
2012-02-06 Mike GorseDon't cache objects that return NULL when their state...
2012-01-30 Mike GorseDon't try to unref an object if atk returned NULL
2012-01-21 Mike GorseWhen an object goes away, remove from queue of pending...
2012-01-21 Ray Strodebridge: drive-by list usage fixes
2012-01-19 Mike GorseRemove methods to set an atk object's name and description
2012-01-05 Mike GorseMake keystroke listeners work even if no other event...
2012-01-03 Mike GorseFix a warning caused by a missing const
2011-12-19 Benjamin Otteevents: Only deregister objects when they are defunct
2011-12-15 Mike GorseChange a : to a / in the suffix to an event
2011-12-12 Mike GorseDon't leak ref when processing a child-added signal...
2011-11-26 Mike GorseIn GetItems, unref objects in two passes
next