summaryrefslogtreecommitdiff
path: root/registryd
Commit message (Expand)AuthorAgeFilesLines
* Drop autotools supportMike Gorse2017-10-301-68/+0
* meson: x11 fixesMike Gorse2017-10-231-8/+11
* meson: fix org.a11y.atspi.Registry.serviceMike Gorse2017-08-102-2/+2
* Add meson build files to Makefile.amMike Gorse2017-06-191-1/+2
* Merge branch 'wip/meson'Mike Gorse2017-06-133-85/+53
|\
| * build: Find sed, instead of assuming it's in PATHEmmanuele Bassi2017-05-241-1/+1
| * build: Clean up X11 detection and buildEmmanuele Bassi2017-05-241-8/+6
| * Remove xevie supportEmmanuele Bassi2017-05-241-76/+4
| * Add Meson build systemEmmanuele Bassi2017-05-241-0/+42
* | Fix -Wmisleading-indentation warningsIain Lane2017-05-251-1/+2
|/
* Ensure that X11 symbols are only used when necessaryEmmanuele Bassi2016-11-192-10/+14
* Revert "Block out X11 API with #ifdefs"Emmanuele Bassi2016-11-194-7/+4
* Revert "registryd: Include config.h before checking HAVE_X11"Mike Gorse2016-11-191-2/+0
* registryd: Include config.h before checking HAVE_X11Philip Withnall2016-11-181-0/+2
* Block out X11 API with #ifdefsPhilip Chimento2016-11-164-4/+7
* Copy in key mask defines from Xlib.hPhilip Chimento2016-11-162-17/+19
* registryd: Avoid crashing with a NULL keystringRui Matos2016-04-111-3/+5
* Fixed crash during removal of last application in registryd.Tomasz Olszak2015-10-241-2/+3
* Fixed atspi_text_ functionsPatryk Kaczmarek2015-10-121-3/+0
* Void functions shouldn't try to return valuesMike Gorse2015-05-191-2/+2
* 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