summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-06-10fix FTBS on non-udev target platforms (eg. FreeBSD)Enrico Weigelt, metux IT consult
2024-06-10tolerate including linux/input.hEnrico Weigelt, metux IT consult
2024-06-10fix unportable linux-only includeEnrico Weigelt, metux IT consult
2024-06-10drop quirk for ancient linux kernel version (<2.6.30)Enrico Weigelt, metux IT consult
2022-01-16Convert src/draglock.c from ISO-8859-1 to UTF-8Alan Coopersmith
2022-01-16Fix spelling/wording issuesAlan Coopersmith
2018-05-29Fix generation of proximity-in/out events.Andrey Zabolotnyi
2018-05-29Ignore x/y axis changes on proximity outPeter Hutterer
2018-01-30Print cause of a failed open(..) callChristian Gmeiner
2018-01-16Fix handling of devices with only buttons (e.g. tablet pads).Andrey Zabolotnyi
2017-01-03Don't send pointer events in addition to touch eventsAlexander Volkov
2016-11-21Middle emulation - make the emulated button number configurableDavid Strobach
2016-10-24Fix off-by-one error counting axesPeter Hutterer
2016-09-06Support XINPUT ABI 24 (remove select mask from block/wakeup handlers)Keith Packard
2016-06-02Support XINPUT ABI version 23 (threaded input)Keith Packard
2016-06-02Report errors when attempting to write keyboard controlsKeith Packard
2016-05-12Restore non-xy axes updatesPeter Hutterer
2016-04-27Prevent buffer overrun accessing btn_labelsPeter Hutterer
2016-01-20Don't reset the other axis on wheel emulation scroll buildupPeter Hutterer
2016-01-20Restore wheel emulation for absolute devicesPeter Hutterer
2015-11-13Only map x and y to axes 0 and 1Peter Hutterer
2015-08-27Add "Resolution" option for mice to the evdev driverThomas Hindoe Paaboel Andersen
2015-03-16Always check for a return value on creating a propertyPeter Hutterer
2015-03-13Invert a condition to reduce nestingPeter Hutterer
2015-03-11Disable axis faking and MT event processing on fake MT devicesPeter Hutterer
2015-03-11Invert two conditions to reduce nestingPeter Hutterer
2015-03-11Factor out MT axis counting into a separate functionPeter Hutterer
2015-03-11Split android axis simulation into a helper functionPeter Hutterer
2015-03-11Require multitouch/smooth scrolling dependenciesPeter Hutterer
2015-02-13Drop evdev-specific XKB defaultsPeter Hutterer
2015-01-23Check for incoming MT slot indices exceeding the allocated number of slots.Tobias Himmer
2014-12-23Workaround lack of ABS_X on MT devices (#80470)Colin B. Macdonald
2014-12-17Move EVDEV_RELATIVE_MODE logic earlierÉric Brunet
2014-12-17Don't update old_vals when not in EVDEV_RELATIVE_MODEÉric Brunet
2014-12-17Change the logic concerning EVDEV_RELATIVE_MODE and in_proximityÉric Brunet
2014-12-17drop the pEvdev->delta arrayÉric Brunet
2014-12-17Split pEvdev->vals into pEvdev->abs_vals and pEvdev->rel_valsÉric Brunet
2014-11-07Remove three unused #definesPeter Hutterer
2014-09-29Don't pass superfluous arguments to EvdevPost*EventsÉric Brunet
2014-08-29Drop some unused #definesPeter Hutterer
2014-08-18If only IgnoreRelativeAxes is set, init like a normal relative devicePeter Hutterer
2014-08-18Fix axis initialization for devices with abs x/y and rel scrollwheelsPeter Hutterer
2014-08-18Make the slot-state per slotPeter Hutterer
2014-05-07Use the server's device list for duplicate detection (#78309)Peter Hutterer
2014-04-29Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer
2014-04-29Revert "Map REL_DIAL to horizontal scrolling (#73105)"Peter Hutterer
2014-04-29Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer
2014-03-10evdev: Add support for server managed fdsHans de Goede
2013-10-22Fix wheel emulation for absolute device (#68415)Peter Hutterer
2013-10-21Export smooth scroll settings as an XInput property.Peter De Wachter