summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-01gitlab CI: ensure libtool is installed in build containerHEADmasterAlan Coopersmith1-3/+3
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-01-16Convert src/draglock.c from ISO-8859-1 to UTF-8Alan Coopersmith1-1/+1
2022-01-16gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-01-16Fix spelling/wording issuesAlan Coopersmith4-4/+4
2022-01-16Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2018-11-25Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-18Update README for gitlab migrationAlan Coopersmith3-20/+20
2018-05-29evdev 2.10.6xf86-input-evdev-2.10.6Peter Hutterer1-1/+1
2018-05-29Fix generation of proximity-in/out events.Andrey Zabolotnyi1-1/+1
2018-05-29Ignore x/y axis changes on proximity outPeter Hutterer1-0/+10
2018-01-30Print cause of a failed open(..) callChristian Gmeiner1-1/+1
2018-01-16Fix handling of devices with only buttons (e.g. tablet pads).Andrey Zabolotnyi1-1/+3
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2017-01-18evdev 2.10.5xf86-input-evdev-2.10.5Peter Hutterer1-1/+1
2017-01-03Don't send pointer events in addition to touch eventsAlexander Volkov1-1/+0
2016-11-21Middle emulation - make the emulated button number configurableDavid Strobach4-2/+56
2016-10-24Fix off-by-one error counting axesPeter Hutterer1-4/+4
2016-10-01evdev 2.10.4xf86-input-evdev-2.10.4Peter Hutterer1-1/+1
2016-09-06Support XINPUT ABI 24 (remove select mask from block/wakeup handlers)Keith Packard2-8/+12
2016-06-02Support XINPUT ABI version 23 (threaded input)Keith Packard3-6/+24
2016-06-02Report errors when attempting to write keyboard controlsKeith Packard1-1/+4
2016-06-01evdev 2.10.3xf86-input-evdev-2.10.3Peter Hutterer1-1/+1
2016-05-12Restore non-xy axes updatesPeter Hutterer1-0/+1
2016-04-29evdev 2.10.2xf86-input-evdev-2.10.2Peter Hutterer1-1/+1
2016-04-27Prevent buffer overrun accessing btn_labelsPeter Hutterer1-0/+3
2016-01-20Don't reset the other axis on wheel emulation scroll buildupPeter Hutterer1-10/+3
2016-01-20Restore wheel emulation for absolute devicesPeter Hutterer1-3/+14
2016-01-14man: add a warning that wheel emu inertia must be set and it isn't inertiaPeter Hutterer1-0/+13
2016-01-08evdev 2.10.1xf86-input-evdev-2.10.1Peter Hutterer1-1/+1
2015-11-13Only map x and y to axes 0 and 1Peter Hutterer1-3/+8
2015-10-28evdev 2.10.0xf86-input-evdev-2.10.0Peter Hutterer1-1/+1
2015-08-27Add "Resolution" option for mice to the evdev driverThomas Hindoe Paaboel Andersen4-13/+34
2015-05-18Add the default evdev configPeter Hutterer3-0/+48
2015-03-27Bump to 2.9.99Peter Hutterer1-1/+1
2015-03-16Unconditionally require mtdevPeter Hutterer1-1/+1
2015-03-16Always check for a return value on creating a propertyPeter Hutterer1-6/+18
2015-03-13Invert a condition to reduce nestingPeter Hutterer1-13/+13
2015-03-11Disable axis faking and MT event processing on fake MT devicesPeter Hutterer2-0/+16
2015-03-11Invert two conditions to reduce nestingPeter Hutterer1-31/+31
2015-03-11Factor out MT axis counting into a separate functionPeter Hutterer1-28/+37
2015-03-11Split android axis simulation into a helper functionPeter Hutterer1-22/+39
2015-03-11Require multitouch/smooth scrolling dependenciesPeter Hutterer3-119/+2
2015-02-13Drop evdev-specific XKB defaultsPeter Hutterer1-13/+10
2015-01-23Check for incoming MT slot indices exceeding the allocated number of slots.Tobias Himmer1-0/+8
2014-12-23Workaround lack of ABS_X on MT devices (#80470)Colin B. Macdonald1-3/+29
2014-12-17Move EVDEV_RELATIVE_MODE logic earlierÉric Brunet1-33/+16
2014-12-17Don't update old_vals when not in EVDEV_RELATIVE_MODEÉric Brunet1-6/+12