summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kinput.c
Commit message (Expand)AuthorAgeFilesLines
* Xephyr: fix tiny memleak in KdParseKeyboard().Tamura Dai2023-05-121-0/+2
* dix: Remove LegalModifier()Adam Jackson2018-09-281-6/+0
* kdrive: Remove KdOsFuncsAdam Jackson2017-05-031-13/+3
* kdrive: static and dead code cleanupAdam Jackson2017-05-031-220/+33
* kdrive: Drop kdrive-config.h.Eric Anholt2017-03-231-2/+3
* kdrive: Unifdef KDRIVE_EVDEV.Eric Anholt2017-03-231-25/+0
* ddx: add new call to purge input devices that weren't addedPeter Hutterer2016-10-261-0/+5
* Remove readmask from screen block/wakeup handlerKeith Packard2016-07-181-2/+2
* kdrive: Only enable threaded input if we have input devicesKeith Packard2016-06-201-1/+2
* dix: Use OsSignal() not signal()Adam Jackson2016-06-081-1/+0
* kdrive: Use threaded inputKeith Packard2016-05-261-2/+4
* kdrive: Don't lock input across read in KdNotifyFdKeith Packard2016-05-261-2/+0
* Remove SIGIO support for input [v5]Keith Packard2016-05-261-64/+10
* kdrive: Remove unneeded AddEnabledDevice/RemoveEnabledDevice callsKeith Packard2016-05-261-2/+0
* kdrive/ephyr: map host X server's keymap into Xephyr, if supportedLaércio de Sousa2016-03-011-4/+4
* config/udev: distinguish between real keyboards and other key devicesLaércio de Sousa2016-03-011-1/+3
* kdrive: add options to set default XKB propertiesLaércio de Sousa2016-03-011-5/+11
* kdrive: introduce input hot-plugging support for udev and hal backends (#33140)Laércio de Sousa2016-03-011-22/+140
* kdrive: set "evdev" driver for input devices automatically, if available.Laércio de Sousa2016-02-081-0/+25
* kdrive: fix up NewInputDeviceRequest() implementationLaércio de Sousa2016-02-081-46/+30
* hw/kdrive: Use NotifyFd for kdrive input devicesKeith Packard2015-12-011-14/+14
* Replace 'sun' with '__sun'Richard PALO2015-11-301-1/+1
* kdrive/UnregisterFd: Fix off by oneEgbert Eich2015-11-301-1/+1
* kdrive: Remove dead debug arrays.Eric Anholt2015-09-231-35/+0
* Drop valuator mask argument from GetKeyboardEventsPeter Hutterer2015-03-131-1/+1
* kdrive: Fix -Wshadow errorsKeith Packard2014-01-221-2/+2
* Replace 'pointer' type with 'void *'Keith Packard2014-01-121-3/+3
* kdrive: fix cursor jumps on CursorOffScreen behaviorPeter Hutterer2013-11-141-4/+4
* kdrive: modify ephyr events to use POINTER_DESKTOP and scale them to thatPeter Hutterer2013-11-141-0/+2
* unbreak KdEnableInputStrake2013-10-211-5/+6
* kdrive: fix build error on gcc 4.8 for out-of-bounds array accessChris Clayton2013-09-061-1/+1
* kdrive: Fix const cast warnings in arguments processing.Eric Anholt2013-08-211-2/+2
* kdrive: Drop dead code.Eric Anholt2013-08-211-7/+0
* kdrive: fix "set but not used" warningsPeter Hutterer2013-03-061-8/+0
* Revert "kinput: allocate enough space for null character."Julien Cristau2012-10-071-1/+1
* kinput: allocate enough space for null character.Dave Airlie2012-08-061-1/+1
* Merge branch 'sigio-vt-switch-issues' into for-keithPeter Hutterer2012-07-041-30/+10
|\
| * Drop custom sigio block/unblock functions from kdrive, ephyr and dmxPeter Hutterer2012-07-031-30/+10
* | kdrive: adjust BlockHandler/WakeupHandler to new APIPeter Hutterer2012-06-201-3/+2
|/
* api: rework the X server driver API to avoid global arrays.Dave Airlie2012-06-051-2/+2
* kdrive: Remove redundant declarations.Michal Suchanek2012-05-141-2/+0
* Change lastDeviceIdleTime to be per-devicePeter Hutterer2012-03-221-1/+2
* Introduce a consistent coding styleKeith Packard2012-03-211-697/+660
* kdrive: drop screen crossing code.Dave Airlie2011-12-061-6/+0
* Convert some malloc + strncpy pairs into strndup callsAlan Coopersmith2011-11-231-3/+1
* kdrive: check for null memory, fix OOBPeter Hutterer2011-10-251-1/+7
* input: switch InputOption to use XF86OptionRec storage.Peter Hutterer2011-10-251-4/+5
* kdrive: switch to new InputOption API.Peter Hutterer2011-10-251-60/+72
* input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer2011-07-011-0/+6
* KDrive: Remove useless miPointerUpdateSprite callDaniel Stone2011-07-011-1/+0