Redefine universal-switch vconf keys.
[platform/upstream/at-spi2-core.git] / registryd /
2018-04-13 Paweł StawickiMerge branch 'upstream/2.26.1' into tizen 04/175804/2 accepted/tizen/unified/20180425.062248 submit/tizen/20180419.063831 submit/tizen/20180423.061623
2018-03-20 Paweł Stawicki[prevent][36018] Fix for unchecked return value 04/172904/3
2018-03-20 Paweł Stawicki[prevent][42562] Fix for resource leakage 03/172903/2
2018-03-20 Paweł Stawicki[prevent][32379] Fix for resource leakage 02/172902/2
2017-10-24 Mike Gorsemeson: x11 fixes
2017-08-10 Mike Gorsemeson: fix org.a11y.atspi.Registry.service
2017-06-20 Mike GorseAdd meson build files to Makefile.am
2017-06-14 Mike GorseMerge branch 'wip/meson'
2017-05-26 Iain LaneFix -Wmisleading-indentation warnings
2017-05-24 Emmanuele Bassibuild: Find sed, instead of assuming it's in PATH
2017-05-24 Emmanuele Bassibuild: Clean up X11 detection and build
2017-05-24 Emmanuele BassiRemove xevie support
2017-05-24 Emmanuele BassiAdd Meson build system
2016-11-19 Emmanuele BassiEnsure that X11 symbols are only used when necessary
2016-11-19 Emmanuele BassiRevert "Block out X11 API with #ifdefs"
2016-11-19 Mike GorseRevert "registryd: Include config.h before checking...
2016-11-19 Philip Withnallregistryd: Include config.h before checking HAVE_X11
2016-11-17 Philip ChimentoBlock out X11 API with #ifdefs
2016-11-17 Philip ChimentoCopy in key mask defines from Xlib.h
2016-07-06 Shinwoo KimApply address space layout randomization (ASLR) 09/78709/1 accepted/tizen/common/20160707.171457 accepted/tizen/ivi/20160707.042945 accepted/tizen/mobile/20160707.043009 accepted/tizen/tv/20160707.042921 accepted/tizen/wearable/20160707.042959 submit/tizen/20160707.010852
2016-04-11 Rui Matosregistryd: Avoid crashing with a NULL keystring
2015-10-26 Zbigniew KosinskiImplement GrabHighlight and ClearHighligh methods. 88/50188/1
2015-10-25 Tomasz OlszakFixed crash during removal of last application in regis...
2015-10-23 Tomasz OlszakFixed crash during deregistering applications. 92/49792/2
2015-10-12 Patryk KaczmarekFixed atspi_text_ functions
2015-05-20 Mike GorseVoid functions shouldn't try to return values
2015-04-23 Patryk KaczmarekSome conditions added to build also on wayland 62/38662/1 accepted/tizen/common/20150423.184818 accepted/tizen/mobile/20150424.010608 accepted/tizen/tv/20150424.010523 accepted/tizen/wearable/20150424.010546 submit/tizen/20150423.174735
2015-04-20 Patryk KaczmarekBus rules for tizen updated
2015-01-06 Bastien NoceraAdd names to every timeout
2014-10-07 Magdalen BernsLimit service activation to accessibility bus
2014-06-07 Evan NemersonUse git.mk to maintain .gitignore.
2014-06-07 Mike GorseFix ucs2keysym prototype
2014-06-07 David LiangEnsure that we register with the session manager only...
2014-04-27 David Liangregistryd: Wait for session manager to start before...
2014-02-24 Mike GorseDon't pass empty property array to RegisterEvent
2014-02-17 Mike Gorseregistryd: Remove some unused code
2014-02-01 Mike GorseAllow caching of data sent with events and requesting...
2013-12-23 Mike GorseFix testregistry.py
2013-10-23 Mike GorseCheck returned error before using when registering...
2013-10-10 Mike GorseFix a few more warnings
2013-10-10 Mike GorseRemove calls to g_type_init()
2013-08-08 Mike GorseAllow building without X11
2013-05-11 Colin Waltersbuild: Fix srcdir != builddir
2013-05-10 Mike GorseMerge branch 'enum-types'
2013-01-16 Mike GorseFix various warnings
2012-12-07 Mike GorseFix deregistering of applications
2012-12-07 Mike GorseFix another crash when removing hung processes
2012-12-06 Mike GorseRemove the correct datum when clearing a hung process
2012-11-15 Mike Gorse[registry] Fix crash handling DeregisterKeystrokeListener
2012-09-18 William Jon McCannDon't leak dbus connections
2012-09-14 William Jon McCannDon't leak errors
2012-09-10 Mike GorseExit without a SIGABRT when unable to open X display
2012-08-21 Behdad EsfahbodFix build with -fno-common
2012-06-29 Patrick WelcheConsistently return a value - from joerg@netbsd.org
2012-03-16 Mike GorseIncrease the keystroke event timeout
2012-03-14 Mike Gorse[registry] Send a ping to a process when marking as...
2012-02-24 Mike GorseSend key events to listeners assumed to be hung, but...
2012-02-23 Mike GorseExpect a signed int for GetIndexInParent, per the spec
2012-02-13 Mike GorseIf a keystroke listener does not respond, disable until...
2012-01-05 Mike GorseAllow applications to query keyboard and mouse listeners
2011-12-28 Mike GorseRevert part of last commit
2011-12-27 Mike GorseAdd some type checks for dbus messages, and remove...
2011-10-06 Mike GorseBGO#660947: Gracefully exit when already running, rathe...
2011-09-15 Mike GorseAdd some defensive checks to prevent problems with...
2011-09-09 Mike GorseFix crash when handling event listeners
2011-09-05 Mike GorseFix crash when unregistering device listeners
2011-08-29 Mike GorseClean up device listeners from disconnected applications
2011-07-28 Mike GorseRemove support for relocated CORBA, as discussed at...
2011-05-14 Patrick WelcheBuild fixes.
2011-04-01 Matthias Clasenregistry: Use correct signature for EndSessionResponse
2011-03-22 Alejandro PiñeiroRemoving not required dbus-glib related includes
2011-03-21 Mike GorseAdd some missing prototypes
2011-03-21 Mike GorseBump version, remove dbus-glib dependency, and add...
2011-03-21 Mike GorseMove atspi_get_a11y_bus back into libatspi and publicly...
2011-03-21 Mike GorsePort registryd session management code from dbus-glib...
2011-03-19 Mike GorseDo not free a key listener's bus name and path twice
2011-03-18 Colin Waltersbus: Rewrite a11y bus management, don't fall back to...
2011-03-08 Frederic CrozatFix missing NULL argument to g_strconcat.
2011-03-07 Mike GorseFix for BGO#643454: Kill the accessibility bus daemon...
2011-02-24 Mike GorseFix error parsing old DeviceEvent API introduced in...
2011-02-24 Mike GorseDevice events now use uint32 for hw_code and modifiers...
2011-02-21 Mike GorseRemove event listeners from an AT that has disconnected...
2011-02-21 jhbuildFix a few memory leaks in at-spi2-registryd
2011-02-10 Mike GorseBGO#641869: Remove --enable-relocate
2011-02-02 Mike Gorsesignal_filter in registryd should return NOT_YET_HANDLE...
2011-02-01 Frederic CrozatEnsure variable is initialized
2011-02-01 Frederic CrozatAdd missing return values
2011-02-01 Frederic CrozatAdd missing standard headers
2011-01-08 Mike GorseFix a memory leak when emitting some signals from the...
2011-01-04 Mike GorseHave the registry daemon return an error when fetching...
2011-01-04 Mike GorseAdd support for ToolkitName and TOolkitVersion into...
2010-12-29 Mike GorseFix arg type for mouse events
2010-12-28 Mike GorseAdd a stub GetItems implementation into at-spi2-registryd
2010-12-02 Mike GorseReturn ChildCount property as a variant, per DBus spec
2010-11-08 Mike GorseMerge branch 'master' into gi
2010-11-08 Mike GorseHave the desktop object return ROLE_DESKTOP_FRAME
2010-08-23 Mike GorseRemove unused default-atspi-introspection-path configur...
2010-08-20 Kjartan MaraasLink to '-ldl'
2010-08-17 Patrick WelcheBuild fixes
2010-08-16 Mike GorseAdd GetRegisteredEvents and EventListenerRegistered...
next