summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kinput.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-16kdrive: set Activate/Deactivate grab for input devices (#21591)Peter Hutterer1-0/+4
2009-04-17[kdrive] Fix rotation of pointerDavid Jander1-2/+2
2009-04-03kdrive: s/KdSaveString/strdup/gAdam Jackson1-7/+7
2009-01-22Input: Remove core keysyms from KeyClassRecDaniel Stone1-14/+1
2009-01-22Input: Remove modifierMap from coreDaniel Stone1-82/+0
2009-01-22Input: Remove state from KeyClassRecDaniel Stone1-1/+2
2009-01-22Input: Overhaul keyboard initialisation processDaniel Stone1-11/+8
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-89/+12
2008-10-14kdrive: Hardcode a different wrong value for number of mouse buttonsAdam Jackson1-1/+1
2008-10-10kdrive: fix dixflags so they're always defined before enqueuing events #17734Peter Hutterer1-6/+10
2008-10-07-retro enables zappingAdam Jackson1-1/+1
2008-10-08Input: Make DontZap the defaultDaniel Stone1-2/+2
2008-10-06xalloc+bzero -> xcallocAdam Jackson1-3/+1
2008-07-13Xi: remove ChangeDeviceControl for CoreCtl.Peter Hutterer1-0/+1
2008-06-11kdrive: fix wrong use of &, should be | instead.Peter Hutterer1-1/+1
2008-06-02kdrive: don't post motion event if there was no motion. #16179Peter Hutterer1-6/+10
2008-05-31kdrive: fix up callers to KdQueueEvent, need to pass xEvent, not EventListPtrPeter Hutterer1-3/+3
2008-05-25Remove GetMotionProc from ValuatorClassRec.Peter Hutterer1-1/+0
2008-04-22Merge branch 'master' into mpxPeter Hutterer1-2/+2
2008-04-10Remove NDEBUG (assert() disable) define from the X Server.Eric Anholt1-2/+2
2008-02-19dix: change GetEventList to return length of list and set parameter in place.Peter Hutterer1-4/+4
2008-02-18Move input event list initialisation and storage from DDX to DIX.Peter Hutterer1-9/+7
2008-01-31kdrive: AddInputClient takes a ClientPtr.Benjamin Tissoires1-2/+2
2008-01-10Merge branch 'master' into mpxPeter Hutterer1-0/+12
2008-01-08[Kdrive] make XCalibrate 'orientation aware'Richard Purdie1-0/+12
2007-08-12Merge branch 'master' into mpxPeter Hutterer1-40/+150
2007-08-07Export device path key options to be called by the command line of server.Tiago Vignatti1-0/+6
2007-08-07Update KdUseMsg() for completeness.Tiago Vignatti1-0/+5
2007-08-07Fix typo.Tiago Vignatti1-1/+3
2007-08-07Clean a little bit the code.Tiago Vignatti1-52/+42
2007-08-07Let xkb options be passed through command line in kdrive servers. I start myTiago Vignatti1-10/+103
2007-08-03Fix kdrive command line parser.Tiago Vignatti1-5/+8
2007-08-01Input: Allow enabling and disabling of devicesDaniel Stone1-0/+1
2007-07-05Postpone options variable assignment to fix segfault when we got a device butTiago Vignatti1-3/+14
2007-07-05kdrive must to know that devices are unplugged.Tiago Vignatti1-0/+1
2007-06-29Death to RCS tags.Adam Jackson1-3/+0
2007-06-27Fix kdrive XKB.Tiago Vignatti1-3/+4
2007-04-12Merge branch 'master' into mpxPeter Hutterer1-1/+12
2007-04-11Input: Allow a pointer to a device to be returned in NIDRRemigiusz Marcinkiewicz1-1/+7
2007-04-10Input: Add DeleteInputDeviceRequestMagnus Vigerlöf1-0/+5
2007-04-02Merge branch 'master' into mpxPeter Hutterer1-1/+1
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson1-1/+1
2007-03-14kdrive: update kdrive to new mi API with additional device argument. IncludesPeter Hutterer1-3/+3
2007-02-16kdrive: delete input debugging, yet again ...Daniel Stone1-25/+0
2006-11-02kdrive:remove Change{Keyboard,Pointer}DeviceDaniel Stone1-15/+0
2006-10-29kdrive: move bell ringing into an OS functionDaniel Stone1-7/+31
2006-10-25kdrive/input: remove unnecessary #ifdef XINPUTsDaniel Stone1-12/+0
2006-10-25port all users to the new DIX motion history APIDaniel Stone1-4/+2
2006-10-23kdrive: numerous warning fixesDaniel Stone1-13/+20
2006-10-23kdrive/input: use Absolute instead of TouchscreenDaniel Stone1-1/+1