summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-01-16Convert src/draglock.c from ISO-8859-1 to UTF-8Alan Coopersmith1-1/+1
2022-01-16Fix spelling/wording issuesAlan Coopersmith2-2/+2
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-03Don't send pointer events in addition to touch eventsAlexander Volkov1-1/+0
2016-11-21Middle emulation - make the emulated button number configurableDavid Strobach2-2/+46
2016-10-24Fix off-by-one error counting axesPeter Hutterer1-4/+4
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-05-12Restore non-xy axes updatesPeter Hutterer1-0/+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
2015-11-13Only map x and y to axes 0 and 1Peter Hutterer1-3/+8
2015-08-27Add "Resolution" option for mice to the evdev driverThomas Hindoe Paaboel Andersen3-13/+28
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 Hutterer2-109/+0
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
2014-12-17Change the logic concerning EVDEV_RELATIVE_MODE and in_proximityÉric Brunet1-20/+25
2014-12-17drop the pEvdev->delta arrayÉric Brunet2-26/+33
2014-12-17Split pEvdev->vals into pEvdev->abs_vals and pEvdev->rel_valsÉric Brunet3-37/+47
2014-11-07Remove three unused #definesPeter Hutterer1-4/+0
2014-09-29Don't pass superfluous arguments to EvdevPost*EventsÉric Brunet2-24/+14
2014-08-29Drop some unused #definesPeter Hutterer1-6/+0
2014-08-18If only IgnoreRelativeAxes is set, init like a normal relative devicePeter Hutterer1-1/+3
2014-08-18Fix axis initialization for devices with abs x/y and rel scrollwheelsPeter Hutterer1-38/+44
2014-08-18Make the slot-state per slotPeter Hutterer2-28/+53
2014-05-07Use the server's device list for duplicate detection (#78309)Peter Hutterer1-60/+12
2014-04-29Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer1-4/+4
2014-04-29Revert "Map REL_DIAL to horizontal scrolling (#73105)"Peter Hutterer1-2/+2
2014-04-29Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer1-2/+2
2014-03-10evdev: Add support for server managed fdsHans de Goede1-21/+28
2013-10-22Fix wheel emulation for absolute device (#68415)Peter Hutterer2-26/+37
2013-10-21Export smooth scroll settings as an XInput property.Peter De Wachter1-14/+67
2013-10-21Add configuration options for smooth scrolling.Peter De Wachter2-6/+29
2013-10-14Use num_slots where appropriatePeter Hutterer1-15/+4
2013-10-07Merge branch 'libevdev'Peter Hutterer4-275/+215
2013-10-07Map REL_DIAL to vertical scrollingPeter De Wachter1-1/+1