summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libinput 1.18.21.18.21.18-branchPeter Hutterer2022-04-201-1/+1
* evdev: strip the device name of format directivesPeter Hutterer2022-04-207-12/+139
* libinput 1.18.11.18.1Peter Hutterer2021-08-031-1/+1
* quirks: Chuwi AeroBook Plus has a clickpad falsely claiming to have BTN_RIGHTsatrmb2021-08-021-0/+5
* Add section for Lenovo Yoga C930 tablet in 50-system-lenovo.quirks.Quytelda Kahja2021-08-021-0/+6
* quirks: Add tablet smoothing attribute.Quytelda Kahja2021-08-025-8/+48
* Update quirks/50-system-chuwi.quirksSanjiv2021-08-021-0/+4
* quirks: add Framework Touchpad QuirkKevin Anderson2021-08-021-0/+5
* quirks: add a quirk for the X61 bezel buttonsPeter Hutterer2021-08-021-0/+5
* quirks: add a quirk for the Purism Librem 14v1The_Observer2021-08-021-0/+7
* quirks: add pressure range for Dell Latitude 7480Mohamed Elsharnouby2021-08-021-0/+5
* quirks: add volume rocker quirk for Lenovo Duet 7iThomas Stenhouse-Pyne2021-08-021-0/+6
* quirks: add a quirk for the Huawei Matebook 2020 touchpadPeter Hutterer2021-08-021-0/+7
* libinput 1.18.01.18.0Peter Hutterer2021-06-021-1/+1
* Update 50-system-asus.quirks to include Asus G15 Zephyrus quirk.Neev Parikh2021-06-011-0/+9
* libinput 1.17.9011.17.901Peter Hutterer2021-05-261-1/+1
* gitlab CI: use FDO_CI_CONCURRENT in our meson build scriptPeter Hutterer2021-05-251-0/+3
* doc/user: #wayland is now on oftcPeter Hutterer2021-05-251-1/+1
* test: cleanup: remove fallthrough followed by breakJosé Expósito2021-05-241-84/+0
* use more safety list_for_each_safe when remove element in traversing listweizhixiang2021-05-243-3/+3
* use ARRAY_FOR_EACH when traverse arrayweizhixiang2021-05-242-13/+14
* evdev: restart debouncing timers after every eventsatrmb2021-05-193-2/+141
* Increase pinch grace period to 300msnovenary2021-05-191-1/+1
* Allow reviving a thumb that moves sufficientlynovenary2021-05-193-0/+42
* Improve disambiguation between two-finger pinch and scrollnovenary2021-05-192-3/+42
* quirks: add palm rejection support for all Razer Blade modelsdan g2021-05-191-7/+155
* tools/record: narrow down the obfuscation rangePeter Hutterer2021-05-181-3/+12
* tools/replay: do not replay key repeat eventsPeter Hutterer2021-05-182-8/+29
* gitlab CI: add a JUnit XML report for scan-buildPeter Hutterer2021-05-124-12/+145
* editorconfig: add settings for python filesPeter Hutterer2021-05-121-3/+9
* gitlab CI: bump from Fedora 32 to 34Peter Hutterer2021-05-123-56/+56
* tools/record: add support for hidraw recordingPeter Hutterer2021-05-054-5/+177
* meson.build: bump to 1.17.900Peter Hutterer2021-05-051-1/+1
* doc/user: Add instructions for using with CMakeNicolas Fella2021-05-041-0/+5
* Add quirk for Lenovo Legion 5 Pro.Hans Gaiser2021-05-041-0/+8
* tools/record: linebreak the hid report descriptor every 16 bytesPeter Hutterer2021-04-301-2/+16
* tools/record: print the HID report descriptor as hexPeter Hutterer2021-04-301-2/+1
* tools/record: fix a strlen assumptionPeter Hutterer2021-04-301-1/+1
* Change various references to the master branch to mainPeter Hutterer2021-04-297-12/+12
* doc/user: fix a link to the system hwdb filePeter Hutterer2021-04-291-1/+1
* gitlab CI: switch to Ubuntu 21.04Peter Hutterer2021-04-232-15/+15
* touchpad: if we have a right button, let's assume it's not a clickpadPeter Hutterer2021-04-212-14/+32
* touchpad: a touchpad with only one button is a clickpadPeter Hutterer2021-04-212-1/+61
* touchpad: use some helper variables to make the code easier to readPeter Hutterer2021-04-211-3/+6
* touchpad: factor out clickpad assignment to a helperPeter Hutterer2021-04-211-12/+22
* quirks: add quirk for Lenovo Yoga Slim 9 TouchpadUdo Rader2021-04-201-0/+9
* quirks: add palm size quirk for the Gigabyte Aero 15Peter Hutterer2021-04-141-0/+5
* gestures: move the logic to detect gestures to its own functionJoseExposito2021-04-131-64/+70
* gestures: move up some functions to use them laterJoseExposito2021-04-131-36/+37
* gestures: move the code to get raw pointer motion to its own functionJoseExposito2021-04-131-3/+12