summaryrefslogtreecommitdiff
path: root/src/evdev.h
AgeCommit message (Expand)Author
2009-08-14Add EvdevPostButtonEvent API to immediately post a button event (#23269)Peter Hutterer
2009-08-13Rename parts of the Post API to a Queue API.Peter Hutterer
2009-08-04evdev: Use the EvdevPost...Event() functions in the emulation code.Oliver McFadden
2009-07-29evdev: Only send the events at synchronization time.Oliver McFadden
2009-05-21Rename pEvdev->buttons to pEvdev->num_buttons for clarity.Peter Hutterer
2009-03-09Define MAX_VALUATORS if it's missing to allow for builds against 1.5.Peter Hutterer
2009-02-19Revert "Remove useless include directive."Peter Hutterer
2009-02-16General axis valuator support.Matt Helsley
2009-02-16Change cached bitmasks from long to unsigned long.Peter Hutterer
2009-02-16Remove unused 'screen' variable from the EvdevRec.Peter Hutterer
2009-02-16Remove useless include directive.Peter Hutterer
2009-01-22Deal with XINPUT ABI 5.Peter Hutterer
2009-01-22Require XKB.Peter Hutterer
2009-01-12Fix FOO_MAX off-by-oneMatt Helsley
2009-01-12rename NBITS to NLONGS to reflect its actual meaningMatt Helsley
2009-01-12Add pressure valuatorMatt Helsley
2008-12-08Revert "Keyboard: Disable kernel autorepeat"Sascha Hlusiak
2008-12-02Keyboard: Disable kernel autorepeatDaniel Stone
2008-11-17Store device file's minor/major to avoid duplicate devices.Peter Hutterer
2008-11-03Add support for axes swapping.Peter Hutterer
2008-10-30Add support for run-time calibration.Peter Hutterer
2008-10-29Treat BTN_[0-2] as LMR buttons if necessary.Peter Hutterer
2008-10-28emuMB: add EvdevMBEmuOn and call from EvdevOn to register wakeup handlers.Peter Hutterer
2008-10-17Add option "GrabDevice", don't grab the device by default.Peter Hutterer
2008-10-14Don't include the client-side header anymore. xkbstr.h is server SDK.Peter Hutterer
2008-10-14Tidy up evdev.hPeter Hutterer
2008-10-14Rename DragLockInit to DragLockPreInit, remove superfluous "return".Peter Hutterer
2008-10-11Add checkonly handling to property handlers.Peter Hutterer
2008-10-03Add support for axis inversion.Søren Hauberg
2008-09-26Use new property API (no ConfigureDP, less args to ChangeDP)Peter Hutterer
2008-09-04Attempt to re-open devices on read errors.Peter Hutterer
2008-09-04Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation.Peter Hutterer
2008-08-22Add timeout support for mouse wheel emulationDan Nicholson
2008-08-18Add property support for drag lock.Peter Hutterer
2008-08-18Adding in DragLockButtons functionality.Chris Salch
2008-08-15Revert "Don't grab devices unless specified through the config options."Peter Hutterer
2008-08-14Don't grab devices unless specified through the config options.Peter Hutterer
2008-08-08Simplify the property handler registration.Peter Hutterer
2008-08-08Add EVDEV_MAXBUTTONS instead of checking against 32.Peter Hutterer
2008-08-08Expose wheel emulation through device properties.Peter Hutterer
2008-08-07Adding mouse wheel emulation code.Chris Salch
2008-08-06Adding a function to map button events to button numbers.Chris Salch
2008-07-22Add support for ButtonMapping option.Peter Hutterer
2008-07-10Add support for device properties, currently MB emulation and timeout.Peter Hutterer
2008-06-28Count buttons at probe and print to log.Peter Hutterer
2008-06-11Remove wakeup handlers when device is closed.Peter Hutterer
2008-06-10Enable middle-mouse button emulation.Peter Hutterer