summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert src/draglock.c from ISO-8859-1 to UTF-8Alan Coopersmith2022-01-161-1/+1
* Fix spelling/wording issuesAlan Coopersmith2022-01-162-2/+2
* 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
* 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-212-2/+46
* Fix off-by-one error counting axesPeter Hutterer2016-10-241-4/+4
* 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
* Restore non-xy axes updatesPeter Hutterer2016-05-121-0/+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
* Only map x and y to axes 0 and 1Peter Hutterer2015-11-131-3/+8
* Add "Resolution" option for mice to the evdev driverThomas Hindoe Paaboel Andersen2015-08-273-13/+28
* 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-112-109/+0
* 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
* drop the pEvdev->delta arrayÉric Brunet2014-12-172-26/+33
* Split pEvdev->vals into pEvdev->abs_vals and pEvdev->rel_valsÉric Brunet2014-12-173-37/+47
* Remove three unused #definesPeter Hutterer2014-11-071-4/+0
* Don't pass superfluous arguments to EvdevPost*EventsÉric Brunet2014-09-292-24/+14
* Drop some unused #definesPeter Hutterer2014-08-291-6/+0
* If only IgnoreRelativeAxes is set, init like a normal relative devicePeter Hutterer2014-08-181-1/+3
* Fix axis initialization for devices with abs x/y and rel scrollwheelsPeter Hutterer2014-08-181-38/+44
* Make the slot-state per slotPeter Hutterer2014-08-182-28/+53
* Use the server's device list for duplicate detection (#78309)Peter Hutterer2014-05-071-60/+12
* Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer2014-04-291-4/+4
* Revert "Map REL_DIAL to horizontal scrolling (#73105)"Peter Hutterer2014-04-291-2/+2
* Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer2014-04-291-2/+2
* evdev: Add support for server managed fdsHans de Goede2014-03-101-21/+28
* Fix wheel emulation for absolute device (#68415)Peter Hutterer2013-10-222-26/+37
* Export smooth scroll settings as an XInput property.Peter De Wachter2013-10-211-14/+67
* Add configuration options for smooth scrolling.Peter De Wachter2013-10-212-6/+29
* Use num_slots where appropriatePeter Hutterer2013-10-141-15/+4
* Merge branch 'libevdev'Peter Hutterer2013-10-074-275/+215
|\
| * Use libevdev as backendPeter Hutterer2013-10-044-271/+213