summaryrefslogtreecommitdiff
path: root/src/evdev.h
AgeCommit message (Expand)AuthorFilesLines
2009-01-13Fix FOO_MAX off-by-oneMatt Helsley1-6/+22
2009-01-13rename NBITS to NLONGS to reflect its actual meaningMatt Helsley1-6/+8
2008-11-18Store device file's minor/major to avoid duplicate devices.Peter Hutterer1-0/+4
2008-11-03Add support for axes swapping.Peter Hutterer1-0/+1
2008-11-03Add support for run-time calibration.Peter Hutterer1-0/+7
2008-11-03Treat BTN_[0-2] as LMR buttons if necessary.Peter Hutterer1-1/+1
2008-11-03emuMB: add EvdevMBEmuOn and call from EvdevOn to register wakeup handlers.Peter Hutterer1-0/+1
2008-10-23Add option "GrabDevice", don't grab the device by default.Peter Hutterer1-1/+1
2008-10-14Don't include the client-side header anymore. xkbstr.h is server SDK.Peter Hutterer1-3/+2
2008-10-14Tidy up evdev.hPeter Hutterer1-13/+8
2008-10-14Rename DragLockInit to DragLockPreInit, remove superfluous "return".Peter Hutterer1-1/+1
2008-10-11Add checkonly handling to property handlers.Peter Hutterer1-3/+3
2008-10-03Add support for axis inversion.Søren Hauberg1-0/+2
2008-09-26Use new property API (no ConfigureDP, less args to ChangeDP)Peter Hutterer1-3/+3
2008-09-04Attempt to re-open devices on read errors.Peter Hutterer1-0/+16
2008-09-04Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation.Peter Hutterer1-1/+6
2008-08-22Add timeout support for mouse wheel emulationDan Nicholson1-0/+2
2008-08-18Add property support for drag lock.Peter Hutterer1-0/+3
2008-08-18Adding in DragLockButtons functionality.Chris Salch1-1/+9
2008-08-15Revert "Don't grab devices unless specified through the config options."Peter Hutterer1-1/+1
2008-08-14Don't grab devices unless specified through the config options.Peter Hutterer1-1/+1
2008-08-08Simplify the property handler registration.Peter Hutterer1-8/+2
2008-08-08Add EVDEV_MAXBUTTONS instead of checking against 32.Peter Hutterer1-0/+2
2008-08-08Expose wheel emulation through device properties.Peter Hutterer1-0/+9
2008-08-07Adding mouse wheel emulation code.Chris Salch1-0/+20
2008-08-06Adding a function to map button events to button numbers.Chris Salch1-0/+3
2008-07-22Add support for ButtonMapping option.Peter Hutterer1-0/+2
2008-07-10Add support for device properties, currently MB emulation and timeout.Peter Hutterer1-0/+5
2008-06-28Count buttons at probe and print to log.Peter Hutterer1-0/+1
2008-06-11Remove wakeup handlers when device is closed.Peter Hutterer1-0/+1
2008-06-10Enable middle-mouse button emulation.Peter Hutterer1-0/+80