summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kinput.c
AgeCommit message (Expand)Author
2009-06-29kdrive: set Activate/Deactivate grab for input devices (#21591)Peter Hutterer
2008-10-14kdrive: Hardcode a different wrong value for number of mouse buttonsAdam Jackson
2008-10-10kdrive: fix dixflags so they're always defined before enqueuing events #17734Peter Hutterer
2008-10-07-retro enables zappingAdam Jackson
2008-10-08Input: Make DontZap the defaultDaniel Stone
2008-10-06xalloc+bzero -> xcallocAdam Jackson
2008-07-13Xi: remove ChangeDeviceControl for CoreCtl.Peter Hutterer
2008-06-11kdrive: fix wrong use of &, should be | instead.Peter Hutterer
2008-06-02kdrive: don't post motion event if there was no motion. #16179Peter Hutterer
2008-05-31kdrive: fix up callers to KdQueueEvent, need to pass xEvent, not EventListPtrPeter Hutterer
2008-05-25Remove GetMotionProc from ValuatorClassRec.Peter Hutterer
2008-04-22Merge branch 'master' into mpxPeter Hutterer
2008-04-10Remove NDEBUG (assert() disable) define from the X Server.Eric Anholt
2008-02-19dix: change GetEventList to return length of list and set parameter in place.Peter Hutterer
2008-02-18Move input event list initialisation and storage from DDX to DIX.Peter Hutterer
2008-01-31kdrive: AddInputClient takes a ClientPtr.Benjamin Tissoires
2008-01-10Merge branch 'master' into mpxPeter Hutterer
2008-01-08[Kdrive] make XCalibrate 'orientation aware'Richard Purdie
2007-08-12Merge branch 'master' into mpxPeter Hutterer
2007-08-07Export device path key options to be called by the command line of server.Tiago Vignatti
2007-08-07Update KdUseMsg() for completeness.Tiago Vignatti
2007-08-07Fix typo.Tiago Vignatti
2007-08-07Clean a little bit the code.Tiago Vignatti
2007-08-07Let xkb options be passed through command line in kdrive servers. I start myTiago Vignatti
2007-08-03Fix kdrive command line parser.Tiago Vignatti
2007-08-01Input: Allow enabling and disabling of devicesDaniel Stone
2007-07-05Postpone options variable assignment to fix segfault when we got a device butTiago Vignatti
2007-07-05kdrive must to know that devices are unplugged.Tiago Vignatti
2007-06-29Death to RCS tags.Adam Jackson
2007-06-27Fix kdrive XKB.Tiago Vignatti
2007-04-12Merge branch 'master' into mpxPeter Hutterer
2007-04-11Input: Allow a pointer to a device to be returned in NIDRRemigiusz Marcinkiewicz
2007-04-10Input: Add DeleteInputDeviceRequestMagnus Vigerlöf
2007-04-02Merge branch 'master' into mpxPeter Hutterer
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson
2007-03-14kdrive: update kdrive to new mi API with additional device argument. IncludesPeter Hutterer
2007-02-16kdrive: delete input debugging, yet again ...Daniel Stone
2006-11-02kdrive:remove Change{Keyboard,Pointer}DeviceDaniel Stone
2006-10-29kdrive: move bell ringing into an OS functionDaniel Stone
2006-10-25kdrive/input: remove unnecessary #ifdef XINPUTsDaniel Stone
2006-10-25port all users to the new DIX motion history APIDaniel Stone
2006-10-23kdrive: numerous warning fixesDaniel Stone
2006-10-23kdrive/input: use Absolute instead of TouchscreenDaniel Stone
2006-10-22kdrive: change DEVICE_TOUCHSCREEN to DEVICE_ABS_{CALIB,AREA}Daniel Stone
2006-10-20move keymap copy to event processing, from enqueuingDaniel Stone
2006-10-08GetPointerEvents: add first_valuator parameterDaniel Stone
2006-10-08kdrive/input: remove excessive debugging in NIDRDaniel Stone
2006-09-29make core keyboard/pointer map functions act on all core-sending devicesDaniel Stone
2006-08-17kdrive/input: verify SIGIO with --enable-debugDaniel Stone
2006-08-15kdrive/input: minor warning cleanupsDaniel Stone