more uint -> guint fixes
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor /
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
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-10-28 Mario Sanchez PradaSocket's implementation of ref_state_set to return...
2011-10-19 Matthias ClasenDon't leave va_args dangling
2011-09-24 Matthias ClasenPrevent gnome-shell getting stuck on the login screen
2011-09-19 Mike GorseBGO#658013: Add timeout to check for disconnect on...
2011-08-29 Alejandro PiñeiroUsing new format to register to window events
2011-08-15 Mike GorseFixed some problems when shutting down and restarting...
2011-07-28 Mike GorseYet more build fixes
2011-07-28 Mike GorseFix breakage introduced in last commit
2011-07-27 Mike GorseSome refactoring to remove duplicate code and other...
2011-07-24 Joanmarie DiggsFix for bug 653872 - New ATK Roles
2011-07-11 Mike GorseEnsure the detail ints are initialized before sending...
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-17 Mike GorseBGO#652797: Remove unused AtkMisc instance
2011-06-16 Mike GorseFix some warnings
2011-05-23 Mike GorseAdd GetAtspiVersion
2011-05-22 Mike GorseAlways emit children-changed, property-change, and...
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-05-13 Mike GorseReentrancy fixes when using --disable-p2p
2011-04-27 Mike GorseRemove unused file
2011-04-08 Michael Meeksfix leak
2011-03-22 Alejandro PiñeiroRemove not required dbus-glib includes
2011-03-21 Mario Sanchez PradaProvide a SetCurrentValue method in the value adaptor...
2011-03-21 Fernando HerreraBGO#638377: Handle text-insert, text-remove, and text...
2011-03-21 Mike GorseUse libatspi to get the accessibility bus and handle...
2011-03-08 Mike GorseFix accessibility of root apps on Linux
2011-03-08 Frederic CrozatAdd missing header.
2011-03-04 Mike GorseClose the X display when we're finished with it
2011-03-04 Mike GorseDo not exit if the accessibility bus disconnects
2011-02-23 Mike GorseFix some missing prototypes
2011-02-21 Mike GorseRevert "Use abs_top_srcdir rather than top_builddir...
2011-02-21 Mario LangFix some memory leaks, initialize a variable, and add...
2011-02-21 Frederic CrozatAdd missing standard header / fix prototype
2011-02-19 Matthias ClasenDon't leak remove_data in remove_events
2011-02-19 Matthias ClasenFree option context after use
2011-02-19 Matthias ClasenDon't leak path in emit_event
2011-02-19 Matthias ClasenDon't leak property data in spi_atk_bridge_get_bus
2011-02-10 Mike GorseBGO#641869: Remove --enable-relocate and associated...
2011-02-06 Mike Gorse/tmp/at-spi2 should be created with permissions of...
2011-02-06 Mike GorseFix for BGO#641338: Gracefully handle errors listening...
2011-02-06 Mike GorseUse abs_top_srcdir rather than top_builddir for the...
2011-01-31 Mike GorseAdd SetExtents, SetPosition, and SetSize
2011-01-06 Mike GorseFix some memory leaks
2011-01-03 Mike GorseInitialize app_bus_addr if p2p is disabled
2011-01-03 Mike GorseCheck for a NULL pending call before calling dbus_pendi...
2010-12-30 Mike GorseAvoid calling a deprecated libdbus function
2010-12-28 Mike Gorseatk-bridge.desktop should set GTK_PATH, not GTK_PATH64
2010-12-15 Mike GorseSome fixes for--disable-p2p
2010-12-08 Mike GorseDon't free an event name until we're done with it
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-11-05 Mike GorseRemove g_atexit handler.
2010-10-18 Mike GorseFire all events until we receive a reply from GetRegist...
next