summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* quirks: enforce uppercase hex numbersPeter Hutterer2019-01-181-9/+12
* evdev: don't execute snprintf if not gonna printKonstantin Kharlamov2019-01-173-2/+16
* evdev: inline evdev_log_msg_vaKonstantin Kharlamov2019-01-171-19/+19
* doc: add missing @refPeter Hutterer2019-01-171-1/+1
* doc: correct a slightly ambiguous @ref wordingPeter Hutterer2019-01-171-1/+1
* ModelTabletModeNoSuspend=1 is currently only honored for keyboards, but not t...Thomas Sailer2019-01-031-0/+4
* doc: fix doxygen references for libinput_get_user_dataPeter Hutterer2019-01-031-1/+2
* util: fall back to strtod if no locale in libcmakepost2018-12-221-0/+10
* filter: fix typo in commentPeter Hutterer2018-12-191-1/+1
* quirks: add a quirk for the Lenovo T480s clickpadPeter Hutterer2018-12-133-0/+8
* path: don't leak the udev device on failurePeter Hutterer2018-11-071-3/+2
* quirks: switch a few model quirks over to use the new evcode disablingPeter Hutterer2018-10-293-96/+6
* quirks: add the ability to disable custom event codes/typesPeter Hutterer2018-10-295-2/+205
* evdev: log the wheel click angle settingPeter Hutterer2018-10-291-13/+15
* quirks: use basename in a POSIX compliant wayGreg V2018-10-161-1/+4
* touchpad: handle a touch ending and restarting in the same framePeter Hutterer2018-10-151-0/+12
* touchpad: only log the touch state if we have something to logPeter Hutterer2018-10-151-1/+2
* touchpad: avoid motion events when moving one finger into AREAPeter Hutterer2018-10-042-1/+45
* touchpad: don't calculate movement for an already-moved touchPeter Hutterer2018-10-041-0/+3
* touchpad: align the button state log messagesPeter Hutterer2018-10-041-1/+1
* touchpad: if two fingers are within the lower thumb area, they're not thumbsPeter Hutterer2018-10-031-0/+22
* touchpad: ignore motion speed for hovering touchesPeter Hutterer2018-10-021-0/+5
* touchpad: fix typoPeter Hutterer2018-09-281-1/+1
* fallback: cancel touches, don't just release them when we suspendPeter Hutterer2018-09-271-6/+31
* tablet: make evdev_reject_device return a boolPeter Hutterer2018-09-271-3/+3
* evdev: disable pressure on the Asus UX302LA touchpadPeter Hutterer2018-09-263-0/+16
* evdev: add a quirk for the Kensington OrbitPeter Hutterer2018-09-263-2/+8
* quirks: replace the manual enumation of all quirks with a loopPeter Hutterer2018-09-202-35/+10
* evdev: switch the model flags to use the quirks directlyPeter Hutterer2018-09-207-84/+72
* evdev: align the model flags for easier readingPeter Hutterer2018-09-201-30/+30
* quirks: sort the quirks model flags in alphabetical orderPeter Hutterer2018-09-202-33/+33
* Updated: jumping cursor documentation linkBennett Hardwick2018-09-171-1/+1
* util: check for < 0 explicitly in safe_atouPeter Hutterer2018-09-131-1/+1
* tablet: on tip down/up, force the delta to zeroPeter Hutterer2018-09-061-0/+4
* tablet: always set the changed axis bits if the coordinates differPeter Hutterer2018-09-051-0/+5
* touchpad: style fix, add missing curliesPeter Hutterer2018-09-041-2/+2
* touchpad: add timestamp-based jump detectionPeter Hutterer2018-08-313-2/+164
* quirks: add a quirk to monitor MSC_TIMESTAMP for pointer jumpsPeter Hutterer2018-08-312-0/+9
* quirks: add missing i2c and rmi bus matchingPeter Hutterer2018-08-311-0/+8
* touchpad: make tp_detect_jumps() time-independentPeter Hutterer2018-08-313-9/+38
* touchpad: fine tune size-based thumb detectionMatt Mayfield2018-08-291-6/+7
* touchpad: add support for size-based thumb detectionPeter Hutterer2018-08-294-2/+28
* touchpad: clean up the thumb pressure handling out a bitPeter Hutterer2018-08-292-14/+18
* fallback: explicitly ignore external keyboards for the tablet mode switchPeter Hutterer2018-08-271-0/+3
* Add quirk to control velocity averaging, disable it by defaultKim Lindberger2018-08-2213-29/+79
* touchpad: improve pointer jump detectionPeter Hutterer2018-08-202-3/+20
* touchpad: drop check for left button areasPeter Hutterer2018-08-131-2/+2
* touchpad: change the min vector for the scroll lock to 0.15Peter Hutterer2018-08-131-1/+1
* touchpad: if a finger in the button area moves by more than 5mm, release itPeter Hutterer2018-08-132-14/+57
* touchpad: coding style fixesPeter Hutterer2018-08-131-2/+4