Merge branch 'upstream' into tizen
[platform/upstream/at-spi2-atk.git] / atk-adaptor / bridge.c
2021-03-10 Bartlomiej GrzelewskiMerge branch 'upstream' into tizen 90/254890/1
2021-03-10 Bartlomiej Grzelewski2.38.0 89/254889/1 upstream/2.38.0
2020-02-11 Artur ŚwigońMerge tag 'upstream/2.34.1' into tizen 04/224304/2 submit/tizen/20200213.221652
2020-02-07 Artur Świgoń2.34.1 74/224274/1 upstream/2.34.1
2019-02-11 Radoslaw CybulskiMerge upstream branch 2.30.0 into origin/tizen 35/199435/2 submit/tizen/20190213.001307 submit/tizen/20190213.060634
2018-04-12 Paweł StawickiMerge branch 'upstream/2.26.1' into tizen 84/176084/1
2018-03-20 Paweł Stawicki[prevent][25347] Fix for unchecked return value 08/173108/2
2017-06-28 Radoslaw CybulskiAdd navigation helper functions for screen-reader and... 42/136142/1
2017-04-24 Rui Matosatk-adaptor/bridge: Fix GList handling resulting in...
2016-10-20 Tomasz WozniakRevert "Revert "Merge remote-tracking branch 'origin... 25/93125/1
2016-10-19 Tomasz WozniakRevert "Merge remote-tracking branch 'origin/sandbox... 01/92901/1
2016-10-17 Marcin NiesluchowskiMerge remote-tracking branch 'origin/sandbox/mnieslucho... 93/92593/1
2016-09-21 Shinwoo Kim[Fix prevent issue]
2016-08-29 Samuel Thibaultatk_bridge_adaptor_init: return -1 if NO_AT_BRIDGE...
2016-04-25 Shinwoo Kim[Fix prevent issue] 24/67124/1
2016-03-08 Samuel ThibaultMake sure the runtime directory exists
2016-03-08 Samuel ThibaultDon't drop the main context when p2p socket configurati...
2015-12-07 Mike GorseAlways accept connections as root if unable to find...
2014-07-19 Mike GorseCorrectly remove the socket on exit
2014-04-14 Mike GorseAdd an atexit handler to remove the D-Bus socket
2014-02-24 Mike GorseAllow EventListenerRegistered with old signature
2014-02-18 Mike GorseAdd AtspitableCell, tracking the new atk interface
2014-02-03 Mike GorseSupport sending data with events
2013-07-09 Mike GorseFix another crash when we're initialized/shut down...
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...
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-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-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 Mike GorseOnly initialize the cache when an AT is running
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-06 Mike GorseOnly create a directory and a socket when requested
2012-07-04 Mike GorseDon't create a sub-directory for the socket when runnin...
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 Ryan Lortiemore uint -> guint fixes
2012-06-16 Ryan Lortiebridge.c: change 'uint' for 'guint'
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 NoceraNamespace the exported API
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 NoceraExport adaptor_init() and adaptor_cleanup()
2012-06-14 Bastien NoceraRemove unused X11 display code
2012-06-14 Bastien NoceraNo need to include i18n support
2012-04-30 Mike GorseRemove a translation from a g_warning call
2012-01-21 Ray Strodebridge: drive-by list usage fixes
2012-01-05 Mike GorseMake keystroke listeners work even if no other event...
2011-10-28 Mario Sanchez PradaSocket's implementation of ref_state_set to return...
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-21 Mike GorseOnly register for events when something is listening
2011-06-17 Mike GorseBGO#652797: Remove unused AtkMisc instance
2011-05-13 Mike GorseReentrancy fixes when using --disable-p2p
2011-03-22 Alejandro PiñeiroRemove not required dbus-glib includes
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-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-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 property data in spi_atk_bridge_get_bus
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-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-15 Mike GorseSome fixes for--disable-p2p
2010-12-03 Mike GorseMerge branch 'p2p'
2010-12-03 Mike GorseDisable for dbus-glib prior to 0.9.0
2010-11-05 Mike GorseRemove g_atexit handler.
2010-10-18 Mike GorseFire all events until we receive a reply from GetRegist...
2010-10-07 Mike GorseMerge branch 'master' into p2p
2010-10-07 Mike GorseFire all events until we receive a reply from GetRegist...
2010-09-29 Mike GorseMerge branch 'master' into p2p
2010-08-31 Mike GorseMerge branch 'master' into p2p
2010-08-31 MatthiAS ClasenMake the module resident.
2010-08-31 Mike GorsePeer-to-peer fixes; work in progress
2010-08-31 Trevor Saundersimprove how the dbus address is handled
2010-08-31 Trevor Saunderscode cleanup
2010-08-31 Trevor Saunders enable peer to peer comunication for at-spi2
2010-08-16 Mike GorseOnly send events when something is listening for them
2010-08-06 Mike GorseHave adaptor_init() return -1 on error and not consider...
next