aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.c
Commit message (Expand)AuthorAge
* Report errors when attempting to write keyboard controlsKeith Packard2016-06-02
* Restore non-xy axes updatesPeter Hutterer2016-05-12
* Prevent buffer overrun accessing btn_labelsPeter Hutterer2016-04-27
* Restore wheel emulation for absolute devicesPeter Hutterer2016-01-20
* Only map x and y to axes 0 and 1Peter Hutterer2015-11-13
* Add "Resolution" option for mice to the evdev driverThomas Hindoe Paaboel Andersen2015-08-27
* Always check for a return value on creating a propertyPeter Hutterer2015-03-16
* Invert a condition to reduce nestingPeter Hutterer2015-03-13
* Disable axis faking and MT event processing on fake MT devicesPeter Hutterer2015-03-11
* Invert two conditions to reduce nestingPeter Hutterer2015-03-11
* Factor out MT axis counting into a separate functionPeter Hutterer2015-03-11
* Split android axis simulation into a helper functionPeter Hutterer2015-03-11
* Require multitouch/smooth scrolling dependenciesPeter Hutterer2015-03-11
* Drop evdev-specific XKB defaultsPeter Hutterer2015-02-13
* Check for incoming MT slot indices exceeding the allocated number of slots.Tobias Himmer2015-01-23
* Workaround lack of ABS_X on MT devices (#80470)Colin B. Macdonald2014-12-23
* Move EVDEV_RELATIVE_MODE logic earlierÉric Brunet2014-12-17
* Don't update old_vals when not in EVDEV_RELATIVE_MODEÉric Brunet2014-12-17
* Change the logic concerning EVDEV_RELATIVE_MODE and in_proximityÉric Brunet2014-12-17
* drop the pEvdev->delta arrayÉric Brunet2014-12-17
* Split pEvdev->vals into pEvdev->abs_vals and pEvdev->rel_valsÉric Brunet2014-12-17
* Remove three unused #definesPeter Hutterer2014-11-07
* Don't pass superfluous arguments to EvdevPost*EventsÉric Brunet2014-09-29
* Drop some unused #definesPeter Hutterer2014-08-29
* If only IgnoreRelativeAxes is set, init like a normal relative devicePeter Hutterer2014-08-18
* Fix axis initialization for devices with abs x/y and rel scrollwheelsPeter Hutterer2014-08-18
* Make the slot-state per slotPeter Hutterer2014-08-18
* Use the server's device list for duplicate detection (#78309)Peter Hutterer2014-05-07
* Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer2014-04-29
* Revert "Map REL_DIAL to horizontal scrolling (#73105)"Peter Hutterer2014-04-29
* Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer2014-04-29
* evdev: Add support for server managed fdsHans de Goede2014-03-10
* Fix wheel emulation for absolute device (#68415)Peter Hutterer2013-10-22
* Export smooth scroll settings as an XInput property.Peter De Wachter2013-10-21
* Add configuration options for smooth scrolling.Peter De Wachter2013-10-21
* Use num_slots where appropriatePeter Hutterer2013-10-14
* Merge branch 'libevdev'Peter Hutterer2013-10-07
|\
| * Use libevdev as backendPeter Hutterer2013-10-04
| * Use helper function for counting slotsPeter Hutterer2013-09-10
| * Drop ABS_MT_SLOT minimum - the kernel guarantees a minimum of 0Peter Hutterer2013-09-10
* | Map REL_DIAL to vertical scrollingPeter De Wachter2013-10-07
|/
* Don't use mtdev for protocol B devicesPeter Hutterer2013-08-28
* Write a SYN_REPORT after the last LEDPeter Hutterer2013-08-13
* Use EvdevBitIsSet, not the server's BitIsOnPeter Hutterer2013-05-31
* Drop cached name and led_bitmask - nothing reads thisPeter Hutterer2013-05-31
* Switch default model to pc104.Peter Hutterer2013-05-31
* Fail to set up axes for devices that only have MT axes but no ABS_X/Y equival...Peter Hutterer2013-05-01
* Add option TypeName (#62831)Peter Hutterer2013-04-16
* Return BadValue if EvdevOpenMTDev failsPeter Hutterer2013-02-12
* Make errors on EVIOCGBIT more obviousPeter Hutterer2013-02-12