summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-02Add NumberTouchPoints configuration option.multitouch-subdevsCarlos Garnacho1-2/+4
2010-06-02Do not set XI86_POINTER_CAPABLE for touchpoints.Carlos Garnacho1-14/+17
2010-06-02Forward core events only through the main device.Carlos Garnacho2-20/+77
2010-06-02s/subdev/touchpoint/ in MT subdevs name.Carlos Garnacho1-2/+2
2010-06-02Disable SendCoreEvents on subdevs.Carlos Garnacho1-1/+1
2010-06-02Do not require main device InputOptions copying.Carlos Garnacho1-48/+23
2010-06-02Emit button press/release when a device starts/stops being used.Carlos Garnacho1-3/+5
2010-06-02Prevent a device to handle several MT events.Carlos Garnacho1-4/+4
2010-03-18Support for N-Trig devices that don't send Tracking IDBenjamin Tissoires2-10/+112
2010-03-15Wait until EV_SYNC to process/send MT events.Carlos Garnacho2-41/+87
2010-03-15Force the Tracking ID valuator in case of a multitouch deviceBenjamin Tissoires1-0/+15
2010-03-15Add a timer to send the release eventsBenjamin Tissoires2-0/+43
2010-03-15Protect against segfault.Benjamin Tissoires1-5/+8
2010-03-15Process of MT eventsBenjamin Tissoires2-8/+178
2010-03-15Allow creation of subdevices for non-hotplugged devices.Benjamin Tissoires1-0/+4
2010-03-15Handling the creation / destruction of mt subdevices by the property "Evdev M...Benjamin Tissoires2-0/+165
2010-03-15Adding to evdev the virtual subdevices that manage the multitouch partBenjamin Tissoires2-8/+109
2010-03-15Take the tracking ID event into accountBenjamin Tissoires2-0/+5
2010-03-15Added the names of the valuators for the multitouch propertiesBenjamin Tissoires2-0/+48
2010-03-15Detection of multitouch devicesBenjamin Tissoires2-1/+41
2010-02-25emuMB: default to disabled mouse button emulation for touchscreens.Oliver McFadden4-17/+22
2010-02-18man: fix man page formatting for option EmulateWheel.Peter Hutterer1-0/+1
2010-02-11config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon2-2/+3
2010-01-19Implement XSetDeviceMode request handlerAndrej Gelenberg3-2/+62
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith2-43/+37
2009-12-08allow wheel emulation to work with absolute-position devicesDima Kogan2-5/+18
2009-12-07removed unnecessary static declarationsDima Kogan1-3/+3
2009-12-02Fix up BTN_TOUCH handling for non-button tablets.Peter Hutterer1-2/+10
2009-12-01Only init the calibration property for absolute devices.Peter Hutterer1-1/+1
2009-12-01Report initial calibration parameters.David Woodhouse1-2/+16
2009-12-01Swap axes before applying touch screen calibration.David Woodhouse1-6/+7
2009-12-01Fix a comment, EV_CNT is available since 2.6.24Peter Hutterer1-1/+1
2009-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
2009-11-19INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon1-1/+0
2009-11-19INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2-3/+6
2009-11-19Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon2-5/+4
2009-11-19.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-13/+63
2009-11-19Set all valuators for relative motion events (#24737)Bartosz Brachaczek1-1/+1
2009-11-05Relax checks when reopening devicesDmitry Torokhov1-55/+71
2009-11-02Fix drag-lock property handler for multiple draglock buttons.Peter Hutterer1-4/+5
2009-10-26Forward keycodes > 255Peter Hutterer1-14/+0
2009-10-20Remove the reopen timer logic.Peter Hutterer3-119/+24
2009-10-19evdev 2.3.0Peter Hutterer1-1/+1
2009-10-15Convert IgnoreAbsolute/RelativeAxes options into trinary state.Peter Hutterer2-11/+49
2009-10-15Fix copy/paste typo in comment.Peter Hutterer1-1/+1
2009-10-13Fix typo, use uppercase like the other messagesPeter Hutterer1-4/+4
2009-10-13evdev: Support the "Calibration" string option.Oliver McFadden2-23/+44
2009-10-10Finalize the middle button emulation when a read error occurs (#23048)Peter Hutterer1-0/+1
2009-10-08evdev 2.2.99.2Peter Hutterer1-1/+1
2009-10-07Add explicit options to ignore relative or absolute axes.Peter Hutterer2-8/+34