summaryrefslogtreecommitdiff
path: root/registryd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix.no.va.end' into 'master'Mike Gorse2021-05-221-1/+5
|\
| * registryd: call va_end before leavingShinwoo Kim2021-05-141-1/+5
* | DeviceEventController: fix numlock detectionMike Gorse2021-04-292-2/+2
|/
* keysymtab: Add missing newlines to separate 256-glyph rangesSamuel Thibault2020-07-161-1/+5
* Merge branch 'euro-name' into 'master'Mike Gorse2020-07-111-1/+1
|\
| * keysymtab: Fix EuroSign keysym nameSamuel Thibault2020-07-071-1/+1
* | Merge branch 'keysym2ucs-generate' into 'master'Mike Gorse2020-07-112-2/+43
|\ \
| * | keysymtab: Add (re)generation scriptSamuel Thibault2020-07-072-2/+43
| |/
* | keysymtab: Add missing symbolsSamuel Thibault2020-07-071-0/+22
|/
* Merge branch 'keysym2ucs-tack' into 'master'Mike Gorse2020-07-071-4/+4
|\
| * keysymtab: Fix left/right/up/down tack inversionSamuel Thibault2020-07-071-4/+4
* | Merge branch 'keysym2ucs-ucsname' into 'master'Mike Gorse2020-07-071-15/+15
|\ \
| * | keysymtab: fix some unicode namesSamuel Thibault2020-07-071-15/+15
| |/
* | Merge branch 'keysym2ucs-typo2' into 'master'Mike Gorse2020-07-071-1/+1
|\ \
| * | keysymtab: fix keysym name for Greek_IOTAdieresisSamuel Thibault2020-07-071-1/+1
| |/
* | Merge branch 'keysym2ucs-sort' into 'master'Mike Gorse2020-07-071-95/+95
|\ \
| * | Fix keysymtab ordering by ucs2Samuel Thibault2020-07-071-95/+95
| |/
* | Merge branch 'keysym2ucs-box' into 'master'Mike Gorse2020-07-071-0/+2
|\ \
| * | Add missing keysym aliases for U+2500 and U+2502Samuel Thibault2020-07-071-0/+2
| |/
* | Fix keysym2ucs lookupSamuel Thibault2020-07-071-12/+4
|/
* Fix ucs2keysym line for Euro signSamuel Thibault2020-07-041-1/+1
* meson: Remove useless "install: true"Samuel Thibault2019-11-261-1/+0
* Relicense as LGPL 2.1Mike Gorse2019-08-2817-68/+68
* Fix outdated FSF addressMike Gorse2019-08-2717-34/+34
* Merge branch 'mod5' into 'master'Mike Gorse2019-06-111-0/+13
|\
| * deviceeventcontroller-x11.c: Also try mod4 and mod5 to generate keysymsSamuel Thibault2019-06-081-0/+13
* | Resort to WAYLAND_DISPLAY checks to avoid X11 connectionsCarlos Garnacho2019-05-211-1/+1
|/
* Only use x11 device event controller implementation on X11 sessionsCarlos Garnacho2019-05-061-1/+1
* Use a consistent style for the meson optionsSoapux2019-01-281-1/+1
* Add support for locking/unlocking modifiersSamuel Thibault2018-11-182-0/+8
* Use the appropriate annotationEmmanuele Bassi2018-05-171-1/+1
* Do not declare unused variablesEmmanuele Bassi2018-05-171-6/+10
* 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