summaryrefslogtreecommitdiff
path: root/registryd
Commit message (Expand)AuthorAgeFilesLines
* Add names to every timeoutBastien Nocera2015-01-063-7/+22
* Limit service activation to accessibility busMagdalen Berns2014-10-071-1/+1
* Use git.mk to maintain .gitignore.Evan Nemerson2014-06-071-0/+2
* Fix ucs2keysym prototypeMike Gorse2014-06-074-7/+6
* Ensure that we register with the session manager only onceDavid Liang2014-06-071-0/+18
* registryd: Wait for session manager to start before registering with itDavid Liang2014-04-271-11/+13
* Don't pass empty property array to RegisterEventMike Gorse2014-02-241-8/+12
* registryd: Remove some unused codeMike Gorse2014-02-172-31/+0
* Allow caching of data sent with events and requesting such dataMike Gorse2014-02-011-9/+38
* Fix testregistry.pyMike Gorse2013-12-231-32/+39
* Check returned error before using when registering with session managerMike Gorse2013-10-231-2/+5
* Fix a few more warningsMike Gorse2013-10-103-4/+5
* Remove calls to g_type_init()Mike Gorse2013-10-101-2/+0
* Allow building without X11Mike Gorse2013-08-085-1457/+1809
* build: Fix srcdir != builddirColin Walters2013-05-101-0/+2
* Fix various warningsMike Gorse2013-01-162-14/+1
* Fix deregistering of applicationsMike Gorse2012-12-071-1/+2
* Fix another crash when removing hung processesMike Gorse2012-12-071-1/+1
* Remove the correct datum when clearing a hung processMike Gorse2012-12-061-1/+1
* [registry] Fix crash handling DeregisterKeystrokeListenerMike Gorse2012-11-151-6/+24
* Don't leak dbus connectionsWilliam Jon McCann2012-09-171-0/+6
* Don't leak errorsWilliam Jon McCann2012-09-142-23/+31
* Exit without a SIGABRT when unable to open X displayMike Gorse2012-09-101-2/+2
* Fix build with -fno-commonBehdad Esfahbod2012-08-211-18/+18
* Consistently return a value - from joerg@netbsd.orgPatrick Welche2012-06-291-2/+2
* Increase the keystroke event timeoutMike Gorse2012-03-161-1/+1
* [registry] Send a ping to a process when marking as hungMike Gorse2012-03-141-0/+32
* Send key events to listeners assumed to be hung, but don't blockMike Gorse2012-02-241-2/+10
* Expect a signed int for GetIndexInParent, per the specMike Gorse2012-02-231-1/+1
* If a keystroke listener does not respond, disable until it respondsMike Gorse2012-02-131-1/+57
* Allow applications to query keyboard and mouse listenersMike Gorse2012-01-052-2/+205
* Revert part of last commitMike Gorse2011-12-271-0/+7
* Add some type checks for dbus messages, and remove some old codeMike Gorse2011-12-272-27/+6
* BGO#660947: Gracefully exit when already running, rather than SIGABRTMike Gorse2011-10-061-1/+1
* Add some defensive checks to prevent problems with defunct objectsMike Gorse2011-09-151-0/+2
* Fix crash when handling event listenersMike Gorse2011-09-091-16/+3
* Fix crash when unregistering device listenersMike Gorse2011-09-051-0/+3
* Clean up device listeners from disconnected applicationsMike Gorse2011-08-282-3/+3
* Remove support for relocated CORBA, as discussed at the a11y meetingMike Gorse2011-07-281-43/+0
* Build fixes.Patrick Welche2011-05-141-2/+1
* registry: Use correct signature for EndSessionResponseMatthias Clasen2011-04-011-1/+1
* Removing not required dbus-glib related includesAlejandro PiƱeiro2011-03-222-2/+0
* Add some missing prototypesMike Gorse2011-03-214-4/+7
* Bump version, remove dbus-glib dependency, and add pc fileMike Gorse2011-03-212-3/+3
* Move atspi_get_a11y_bus back into libatspi and publicly exportMike Gorse2011-03-214-223/+3
* Port registryd session management code from dbus-glib to gdbusMike Gorse2011-03-212-55/+65
* Do not free a key listener's bus name and path twiceMike Gorse2011-03-181-2/+5
* bus: Rewrite a11y bus management, don't fall back to session busColin Walters2011-03-184-130/+223
* Fix missing NULL argument to g_strconcat.Frederic Crozat2011-03-081-1/+1
* Fix for BGO#643454: Kill the accessibility bus daemon with the GNOME sessionMike Gorse2011-03-071-0/+29