summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitlab CI: stop requiring Signed-off-by in commitsHEADmasterAlan Coopersmith2023-02-091-2/+2
* Convert src/draglock.c from ISO-8859-1 to UTF-8Alan Coopersmith2022-01-161-1/+1
* gitlab CI: add a basic build testAlan Coopersmith2022-01-161-0/+98
* Fix spelling/wording issuesAlan Coopersmith2022-01-164-4/+4
* Build xz tarballs instead of bzip2Alan Coopersmith2022-01-161-1/+1
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-11-251-1/+1
* Update README for gitlab migrationAlan Coopersmith2018-11-183-20/+20
* evdev 2.10.6xf86-input-evdev-2.10.6Peter Hutterer2018-05-291-1/+1
* Fix generation of proximity-in/out events.Andrey Zabolotnyi2018-05-291-1/+1
* Ignore x/y axis changes on proximity outPeter Hutterer2018-05-291-0/+10
* Print cause of a failed open(..) callChristian Gmeiner2018-01-301-1/+1
* Fix handling of devices with only buttons (e.g. tablet pads).Andrey Zabolotnyi2018-01-161-1/+3
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* evdev 2.10.5xf86-input-evdev-2.10.5Peter Hutterer2017-01-181-1/+1
* Don't send pointer events in addition to touch eventsAlexander Volkov2017-01-031-1/+0
* Middle emulation - make the emulated button number configurableDavid Strobach2016-11-214-2/+56
* Fix off-by-one error counting axesPeter Hutterer2016-10-241-4/+4
* evdev 2.10.4xf86-input-evdev-2.10.4Peter Hutterer2016-10-011-1/+1
* Support XINPUT ABI 24 (remove select mask from block/wakeup handlers)Keith Packard2016-09-062-8/+12
* Support XINPUT ABI version 23 (threaded input)Keith Packard2016-06-023-6/+24
* Report errors when attempting to write keyboard controlsKeith Packard2016-06-021-1/+4
* evdev 2.10.3xf86-input-evdev-2.10.3Peter Hutterer2016-06-011-1/+1
* Restore non-xy axes updatesPeter Hutterer2016-05-121-0/+1
* evdev 2.10.2xf86-input-evdev-2.10.2Peter Hutterer2016-04-291-1/+1
* Prevent buffer overrun accessing btn_labelsPeter Hutterer2016-04-271-0/+3
* Don't reset the other axis on wheel emulation scroll buildupPeter Hutterer2016-01-201-10/+3
* Restore wheel emulation for absolute devicesPeter Hutterer2016-01-201-3/+14
* man: add a warning that wheel emu inertia must be set and it isn't inertiaPeter Hutterer2016-01-141-0/+13
* evdev 2.10.1xf86-input-evdev-2.10.1Peter Hutterer2016-01-081-1/+1
* Only map x and y to axes 0 and 1Peter Hutterer2015-11-131-3/+8
* evdev 2.10.0xf86-input-evdev-2.10.0Peter Hutterer2015-10-281-1/+1
* Add "Resolution" option for mice to the evdev driverThomas Hindoe Paaboel Andersen2015-08-274-13/+34
* Add the default evdev configPeter Hutterer2015-05-183-0/+48
* Bump to 2.9.99Peter Hutterer2015-03-271-1/+1
* Unconditionally require mtdevPeter Hutterer2015-03-161-1/+1
* Always check for a return value on creating a propertyPeter Hutterer2015-03-161-6/+18
* Invert a condition to reduce nestingPeter Hutterer2015-03-131-13/+13
* Disable axis faking and MT event processing on fake MT devicesPeter Hutterer2015-03-112-0/+16
* Invert two conditions to reduce nestingPeter Hutterer2015-03-111-31/+31
* Factor out MT axis counting into a separate functionPeter Hutterer2015-03-111-28/+37
* Split android axis simulation into a helper functionPeter Hutterer2015-03-111-22/+39
* Require multitouch/smooth scrolling dependenciesPeter Hutterer2015-03-113-119/+2
* Drop evdev-specific XKB defaultsPeter Hutterer2015-02-131-13/+10
* Check for incoming MT slot indices exceeding the allocated number of slots.Tobias Himmer2015-01-231-0/+8
* Workaround lack of ABS_X on MT devices (#80470)Colin B. Macdonald2014-12-231-3/+29
* Move EVDEV_RELATIVE_MODE logic earlierÉric Brunet2014-12-171-33/+16
* Don't update old_vals when not in EVDEV_RELATIVE_MODEÉric Brunet2014-12-171-6/+12
* Change the logic concerning EVDEV_RELATIVE_MODE and in_proximityÉric Brunet2014-12-171-20/+25