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