summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-20libinput 1.18.21.18.21.18-branchPeter Hutterer1-1/+1
2022-04-20evdev: strip the device name of format directivesPeter Hutterer7-12/+139
2021-08-03libinput 1.18.11.18.1Peter Hutterer1-1/+1
2021-08-02quirks: Chuwi AeroBook Plus has a clickpad falsely claiming to have BTN_RIGHTsatrmb1-0/+5
2021-08-02Add section for Lenovo Yoga C930 tablet in 50-system-lenovo.quirks.Quytelda Kahja1-0/+6
2021-08-02quirks: Add tablet smoothing attribute.Quytelda Kahja5-8/+48
2021-08-02Update quirks/50-system-chuwi.quirksSanjiv1-0/+4
2021-08-02quirks: add Framework Touchpad QuirkKevin Anderson1-0/+5
2021-08-02quirks: add a quirk for the X61 bezel buttonsPeter Hutterer1-0/+5
2021-08-02quirks: add a quirk for the Purism Librem 14v1The_Observer1-0/+7
2021-08-02quirks: add pressure range for Dell Latitude 7480Mohamed Elsharnouby1-0/+5
2021-08-02quirks: add volume rocker quirk for Lenovo Duet 7iThomas Stenhouse-Pyne1-0/+6
2021-08-02quirks: add a quirk for the Huawei Matebook 2020 touchpadPeter Hutterer1-0/+7
2021-06-02libinput 1.18.01.18.0Peter Hutterer1-1/+1
2021-06-01Update 50-system-asus.quirks to include Asus G15 Zephyrus quirk.Neev Parikh1-0/+9
2021-05-26libinput 1.17.9011.17.901Peter Hutterer1-1/+1
2021-05-25gitlab CI: use FDO_CI_CONCURRENT in our meson build scriptPeter Hutterer1-0/+3
2021-05-25doc/user: #wayland is now on oftcPeter Hutterer1-1/+1
2021-05-24test: cleanup: remove fallthrough followed by breakJosé Expósito1-84/+0
2021-05-24use more safety list_for_each_safe when remove element in traversing listweizhixiang3-3/+3
2021-05-24use ARRAY_FOR_EACH when traverse arrayweizhixiang2-13/+14
2021-05-19evdev: restart debouncing timers after every eventsatrmb3-2/+141
2021-05-19Increase pinch grace period to 300msnovenary1-1/+1
2021-05-19Allow reviving a thumb that moves sufficientlynovenary3-0/+42
2021-05-19Improve disambiguation between two-finger pinch and scrollnovenary2-3/+42
2021-05-19quirks: add palm rejection support for all Razer Blade modelsdan g1-7/+155
2021-05-18tools/record: narrow down the obfuscation rangePeter Hutterer1-3/+12
2021-05-18tools/replay: do not replay key repeat eventsPeter Hutterer2-8/+29
2021-05-12gitlab CI: add a JUnit XML report for scan-buildPeter Hutterer4-12/+145
2021-05-12editorconfig: add settings for python filesPeter Hutterer1-3/+9
2021-05-12gitlab CI: bump from Fedora 32 to 34Peter Hutterer3-56/+56
2021-05-05tools/record: add support for hidraw recordingPeter Hutterer4-5/+177
2021-05-05meson.build: bump to 1.17.900Peter Hutterer1-1/+1
2021-05-04doc/user: Add instructions for using with CMakeNicolas Fella1-0/+5
2021-05-04Add quirk for Lenovo Legion 5 Pro.Hans Gaiser1-0/+8
2021-04-30tools/record: linebreak the hid report descriptor every 16 bytesPeter Hutterer1-2/+16
2021-04-30tools/record: print the HID report descriptor as hexPeter Hutterer1-2/+1
2021-04-30tools/record: fix a strlen assumptionPeter Hutterer1-1/+1
2021-04-29Change various references to the master branch to mainPeter Hutterer7-12/+12
2021-04-29doc/user: fix a link to the system hwdb filePeter Hutterer1-1/+1
2021-04-23gitlab CI: switch to Ubuntu 21.04Peter Hutterer2-15/+15
2021-04-21touchpad: if we have a right button, let's assume it's not a clickpadPeter Hutterer2-14/+32
2021-04-21touchpad: a touchpad with only one button is a clickpadPeter Hutterer2-1/+61
2021-04-21touchpad: use some helper variables to make the code easier to readPeter Hutterer1-3/+6
2021-04-21touchpad: factor out clickpad assignment to a helperPeter Hutterer1-12/+22
2021-04-20quirks: add quirk for Lenovo Yoga Slim 9 TouchpadUdo Rader1-0/+9
2021-04-14quirks: add palm size quirk for the Gigabyte Aero 15Peter Hutterer1-0/+5
2021-04-13gestures: move the logic to detect gestures to its own functionJoseExposito1-64/+70
2021-04-13gestures: move up some functions to use them laterJoseExposito1-36/+37
2021-04-13gestures: move the code to get raw pointer motion to its own functionJoseExposito1-3/+12