summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evdev 2.4.0xf86-input-evdev-2.4.0Peter Hutterer2010-04-061-1/+1
* move feedback initialization upSimon Thum2010-03-241-3/+3
* When labeling a device as touchpad, only check for LMR buttons.Peter Hutterer2010-03-181-1/+7
* emuMB: default to disabled mouse button emulation for touchscreens.Oliver McFadden2010-02-254-17/+22
* man: fix man page formatting for option EmulateWheel.Peter Hutterer2010-02-181-0/+1
* config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon2010-02-112-2/+3
* Implement XSetDeviceMode request handlerAndrej Gelenberg2010-01-193-2/+62
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-152-43/+37
* allow wheel emulation to work with absolute-position devicesDima Kogan2009-12-082-5/+18
* removed unnecessary static declarationsDima Kogan2009-12-071-3/+3
* Fix up BTN_TOUCH handling for non-button tablets.Peter Hutterer2009-12-021-2/+10
* Only init the calibration property for absolute devices.Peter Hutterer2009-12-011-1/+1
* Report initial calibration parameters.David Woodhouse2009-12-011-2/+16
* Swap axes before applying touch screen calibration.David Woodhouse2009-12-011-6/+7
* Fix a comment, EV_CNT is available since 2.6.24Peter Hutterer2009-12-011-1/+1
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-231-0/+1
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-11-191-1/+0
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-11-192-3/+6
* Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon2009-11-192-5/+4
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-11-191-13/+63
* Set all valuators for relative motion events (#24737)Bartosz Brachaczek2009-11-191-1/+1
* Relax checks when reopening devicesDmitry Torokhov2009-11-051-55/+71
* Fix drag-lock property handler for multiple draglock buttons.Peter Hutterer2009-11-021-4/+5
* Forward keycodes > 255Peter Hutterer2009-10-261-14/+0
* Remove the reopen timer logic.Peter Hutterer2009-10-203-119/+24
* evdev 2.3.0xf86-input-evdev-2.3.0Peter Hutterer2009-10-191-1/+1
* Convert IgnoreAbsolute/RelativeAxes options into trinary state.Peter Hutterer2009-10-152-11/+49
* Fix copy/paste typo in comment.Peter Hutterer2009-10-151-1/+1
* Fix typo, use uppercase like the other messagesPeter Hutterer2009-10-131-4/+4
* evdev: Support the "Calibration" string option.Oliver McFadden2009-10-132-23/+44
* Finalize the middle button emulation when a read error occurs (#23048)Peter Hutterer2009-10-101-0/+1
* evdev 2.2.99.2xf86-input-evdev-2.2.99.2Peter Hutterer2009-10-081-1/+1
* Add explicit options to ignore relative or absolute axes.Peter Hutterer2009-10-072-8/+34
* Remove unused has_xy.Peter Hutterer2009-09-301-4/+1
* emuWheel: fix signed/unsigned screwupPeter Hutterer2009-09-231-3/+5
* Require xorg-macros 1.3 and XORG_DEFAULT_OPTIONSPeter Hutterer2009-09-111-8/+4
* Only take the driver-internal button mapping to count buttons (#23405)Peter Hutterer2009-08-201-2/+1
* Allow 0 as wheel emulation button for unconditional scrolling (#20529)Dima Kogan2009-08-183-7/+12
* Restrict wheel emulation to a single axis at a time.Peter Hutterer2009-08-181-7/+21
* man: fix documentation for EVDEV_PROP_WHEEL_BUTTONPeter Hutterer2009-08-141-1/+1
* evdev 2.2.99.1xf86-input-evdev-2.2.99.1Peter Hutterer2009-08-141-1/+1
* Treat tablets (BTN_TOOL_PEN devices) differently from touchpads.Peter Hutterer2009-08-141-6/+11
* Add EvdevPostButtonEvent API to immediately post a button event (#23269)Peter Hutterer2009-08-143-1/+12
* Rename parts of the Post API to a Queue API.Peter Hutterer2009-08-135-20/+20
* comment typo fixPeter Hutterer2009-08-131-1/+1
* Skip check for EVDEV_RELATIVE_EVENTS for wheel events.Peter Hutterer2009-08-111-8/+8
* evdev.c: Fix/improve discrimination of rel/abs axesMichael Witten2009-08-061-20/+77
* evdev: Use the EvdevPost...Event() functions in the emulation code.Oliver McFadden2009-08-045-26/+33
* Evdev doesn't require inputproto.Peter Hutterer2009-07-301-3/+0
* evdev: Only send the events at synchronization time.Oliver McFadden2009-07-292-191/+386