Use atspi_is_initialized to decide whether to expose p2p connection
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / adaptors /
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-04-30 Mike GorseEnsure that DBus errors are freed
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
2012-09-04 Mike GorseCorrectly cast hyperlinks in GetURI
2012-07-30 Mike GorseImplement GetLocalizedName for actions
2012-07-06 Mike GorseOnly create a directory and a socket when requested
2012-07-05 Cosimo Cecchiatk-adaptor: plug a refcount leak
2012-06-25 Mike GorseUse XDG_RUNTIME_DIR to hold sockets, and do not make...
2012-06-14 Bastien NoceraFix compile-time warnings
2012-06-14 Bastien NoceraRemove unneeded X11 dependency
2012-05-31 Joanmarie DiggsFix for bug 677211 - The collection interface's MATCH_A...
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-07 Mike GorseHave GrabFocus return a bool, per the spec, rather...
2012-01-30 Mike GorseDon't try to unref an object if atk returned NULL
2012-01-19 Mike GorseRemove methods to set an atk object's name and description
2011-11-26 Mike GorseIn GetItems, unref objects in two passes
2011-11-25 Mike GorseRef all cached accessibles before querying them for...
2011-11-11 Mario Sanchez PradaMake sure the a11y hierarchy under an AtkPlug is genera...
2011-08-15 Mike GorseFixed some problems when shutting down and restarting...
2011-07-27 Mike GorseSome refactoring to remove duplicate code and other...
2011-06-30 Mike GorseAdd AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF
2011-06-23 Mike GorseBGO#652858: Deregister objects on state-changed::defunct
2011-06-22 Mike GorseBGO#652596: Allow setting CurrentValue via dbus propert...
2011-06-21 Mike GorseOnly register for events when something is listening
2011-06-16 Mike GorseFix some warnings
2011-05-23 Mike GorseAdd GetAtspiVersion
2011-05-20 Patrick WelcheBuild fixes.
2011-05-16 Mike GorseCheck table description strings for valid UTF-8
2011-05-16 Mike GorseBGO#650286: Ensure valid UTF-8 from ATK
2011-05-13 Mike GorseFix matching attributes on collection interfaces
2011-04-27 Mike GorseRemove unused file
2011-03-21 Mario Sanchez PradaProvide a SetCurrentValue method in the value adaptor...
2011-03-21 Mike GorseUse libatspi to get the accessibility bus and handle...
2011-03-08 Frederic CrozatAdd missing header.
2011-02-23 Mike GorseFix some missing prototypes
2011-01-31 Mike GorseAdd SetExtents, SetPosition, and SetSize
2010-12-03 Mike GorseMerge branch 'p2p'
2010-12-03 Mike GorseDisable for dbus-glib prior to 0.9.0
2010-12-01 Mike GorseRemove some unused variables
2010-11-29 Mike GorseExpect attributes in a collection match rule to be...
2010-10-07 Mike GorseMerge branch 'master' into p2p
2010-10-01 Mike GorseDisable p2p functionality if AT_SPI_CLIENT is set
2010-09-29 Mike GorseMerge branch 'master' into p2p
2010-09-01 Mike GorseHave value methods return 0 on failure rather than...
2010-08-31 Mike GorseMerge branch 'master' into p2p
2010-08-31 Trevor Saunderscode cleanup
2010-08-31 Trevor Saunders enable peer to peer comunication for at-spi2
2010-08-03 Mike GorseDefine -DG_DISABLE_DEPRECATED, and remove deprecated...
2010-06-23 Mike GorseFix a warning and an incorrect return value
2010-06-23 Mario Sanchez PradaRemoved the extra boolean parameter added to know when...
2010-06-22 Mario Sanchez PradaAdded a new boolean parameter to allow specifying when...
2010-06-21 Mike GorseRemove extra call from impl_GetColumnHeader
2010-06-18 Mike GorseHave ChildCount and GetChildAtIndex take sockets into...
2010-06-17 Mike GorseFix NSelectedRows and NSelectedColumns
2010-06-16 Mike Gorseref an object while adding it to the cache
2010-05-24 Mike GorseFix cache object path and interface names
2010-05-17 Mike GorseHyperlink fixes
2010-05-03 Mike GorseFix handling of MATCH_ANY for empty statesets in a...
2010-04-15 Mike GorseFix errant g_return_val_if_fail calls for hyperlinks
2010-04-12 Mike Gorse Do not ignore count for getMatchesTo
2010-04-09 Mike GorseBuild fixes
2010-04-09 Mike GorsePlug/socket fixes
2010-03-05 Mike GorseOnly query a relation set if it is non-NULL
2010-02-12 Mark DoffmanChange the name of interfaces from org.freedesktop...
2010-02-12 Mark DoffmanConvert droute introspection to use string literals...
2010-02-03 Mark DoffmanFix error where null objects were sent with wrong address.
2010-02-02 Mike GorsePlug/socket fixes, and remove conditional
2010-01-19 Mike GorseEvent fixes
2010-01-18 Mike GorseFix collection interface-checking code
2010-01-15 Mike GorseFix appending attribute set
2010-01-15 Mike GorseFix cache update signature
2010-01-05 Mark DoffmanFix object lifecycle errors.
2010-01-05 Mark DoffmanIntegrate leasing scheme in-to atk-bridge.
2010-01-05 Mark DoffmanMove the D-Bus adaptor code into its own folder within the