summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kinput.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-22kdrive: Fix -Wshadow errorsKeith Packard1-2/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-3/+3
2013-11-14kdrive: fix cursor jumps on CursorOffScreen behaviorPeter Hutterer1-4/+4
2013-11-14kdrive: modify ephyr events to use POINTER_DESKTOP and scale them to thatPeter Hutterer1-0/+2
2013-10-21unbreak KdEnableInputStrake1-5/+6
2013-09-06kdrive: fix build error on gcc 4.8 for out-of-bounds array accessChris Clayton1-1/+1
2013-08-21kdrive: Fix const cast warnings in arguments processing.Eric Anholt1-2/+2
2013-08-21kdrive: Drop dead code.Eric Anholt1-7/+0
2013-03-06kdrive: fix "set but not used" warningsPeter Hutterer1-8/+0
2012-10-07Revert "kinput: allocate enough space for null character."Julien Cristau1-1/+1
2012-08-06kinput: allocate enough space for null character.Dave Airlie1-1/+1
2012-07-04Merge branch 'sigio-vt-switch-issues' into for-keithPeter Hutterer1-30/+10
2012-07-03Drop custom sigio block/unblock functions from kdrive, ephyr and dmxPeter Hutterer1-30/+10
2012-06-20kdrive: adjust BlockHandler/WakeupHandler to new APIPeter Hutterer1-3/+2
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-05-14kdrive: Remove redundant declarations.Michal Suchanek1-2/+0
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer1-1/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-697/+660
2011-12-06kdrive: drop screen crossing code.Dave Airlie1-6/+0
2011-11-23Convert some malloc + strncpy pairs into strndup callsAlan Coopersmith1-3/+1
2011-10-25kdrive: check for null memory, fix OOBPeter Hutterer1-1/+7
2011-10-25input: switch InputOption to use XF86OptionRec storage.Peter Hutterer1-4/+5
2011-10-25kdrive: switch to new InputOption API.Peter Hutterer1-60/+72
2011-07-01input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer1-0/+6
2011-07-01KDrive: Remove useless miPointerUpdateSprite callDaniel Stone1-1/+0
2011-06-30Fix UTF-8 encodingMatěj Cepl1-2/+2
2011-05-11input: remove DDX event list handlingPeter Hutterer1-8/+3
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer1-1/+1
2011-05-11input: Provide Queue{Button|Keyboard|Proximity}Event helpersPeter Hutterer1-13/+5
2011-04-18input: remove GetKeyboardValuatorEvents, this is now unnecessary.Peter Hutterer1-2/+2
2011-03-24xserver: remove AbsoluteClassRec keeping the ABISimon Thum1-1/+0
2011-03-24kdrive: don't pretent to support DEVICE_ABS_* in ChangeDeviceControlSimon Thum1-2/+0
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-2/+5
2010-09-01input: Purge AddOtherInputDevices DDX hook.Peter Hutterer1-7/+0
2010-09-01input: remove OpenInputDevice and CloseInputDevice DDX hooks.Peter Hutterer1-17/+0
2010-09-01input: Purge Register*Device() functions.Peter Hutterer1-4/+0
2010-09-01xfree86: remove superflous assignments.Peter Hutterer1-4/+0
2010-06-11kdrive: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-6/+6
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-12/+12
2010-01-01Remove trailing whitespaceMikhail Gusarov1-37/+37
2009-12-30config: add libudev input-hotplug backendJulien Cristau1-0/+8
2009-12-22config: Introduce InputAttributes in NewInputDeviceRequestDan Nicholson1-1/+2
2009-10-20Use the default XKB settings for dmx and kdrive.Peter Hutterer1-5/+5
2009-09-09kdrive: output meaningful error message for HAL devices.Peter Hutterer1-0/+8
2009-09-09kdrive: remove xkb member from KdKeyboardInfoPeter Hutterer1-1/+0
2009-07-30include: untangle events.h from the SDK headers.Peter Hutterer1-0/+1
2009-06-18input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7Peter Hutterer1-2/+43
2009-06-11KDrive: Warning fixesDaniel Stone1-12/+12
2009-06-11KDrive: Warning fixes and cleanupsDaniel Stone1-46/+2
2009-06-03kdrive: add protocol mouse optionOlivier Blin1-0/+3