summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tools: record: when running from the builddir, load the quirks correctlyPeter Hutterer2019-07-241-0/+8
* tools: handle arguments correctly for the YAML verifier toolPeter Hutterer2019-07-241-3/+4
* tools: skip the event tests for eventless recordings in the YAML verifierPeter Hutterer2019-07-241-0/+12
* libinput 1.13.9011.13.901Peter Hutterer2019-07-191-1/+1
* Merge branch 'wip/advanced-thumb-detection-v2'Peter Hutterer2019-07-1716-517/+786
|\
| * touchpad: stricter thumb detection if no pressure/sizeMatt Mayfield2019-07-171-1/+3
| * touchpad: don't detect speed-based thumbs if there's already a thumbMatt Mayfield2019-07-171-1/+2
| * doc/user: add documentation for the new thumb detectionPeter Hutterer2019-07-173-0/+91
| * touchpad: revamp thumb detectionMatt Mayfield2019-07-179-285/+294
| * test: make the touchpad size the only check for thumb detectionPeter Hutterer2019-07-151-3/+0
| * test: only run the speed finger tests when the touchpad has thumb detectionPeter Hutterer2019-07-152-1/+13
| * test: only run the speed tests for clickpadsPeter Hutterer2019-07-151-3/+3
| * touchpad: only log edge scroll state changes when the state actually changesPeter Hutterer2019-07-151-6/+7
| * touchpad: add a helper function for supressing a thumbPeter Hutterer2019-07-153-2/+11
| * gestures: Improve thumb detection, allow one finger scrollMatt Mayfield2019-07-151-20/+39
| * gestures: fast-track scroll/swipe detection when gestures are offPeter Hutterer2019-07-151-2/+3
| * gestures: improvements to pinch detectionMatt Mayfield2019-07-151-5/+8
| * gestures: improve scroll responsiveness for vertically aligned touchesMatt Mayfield2019-07-152-0/+33
| * touchpad: basic thumb detection within gesturesMatt Mayfield2019-07-152-104/+77
| * touchpad: rename the thumb detection methodsPeter Hutterer2019-07-153-5/+12
| * touchpad: extract some bits of thumb detection into helper functionsPeter Hutterer2019-07-151-11/+35
| * touchpad: move the speed-thumb detection code to the thumb helper filePeter Hutterer2019-07-153-46/+49
| * touchpad: add helper function to reset a thumb's statePeter Hutterer2019-07-153-1/+10
| * touchpad: explicitly start with detect_thumbs as falsePeter Hutterer2019-07-151-0/+2
| * touchpad: add helper function for setting the thumb statePeter Hutterer2019-07-153-19/+34
| * touchpad: move tp_init_thumb and tp_thumb_detect to the thumb filePeter Hutterer2019-07-153-168/+176
| * touchpad: add a helper function for counting touches for gesturesPeter Hutterer2019-07-153-3/+18
| * touchpad: add a helper function for checking thumb statePeter Hutterer2019-07-157-8/+42
| * touchpad: rename the scroll timeout define, drop the pinch onePeter Hutterer2019-07-151-4/+3
| * touchpad: reduce state debugging output by only logging changed statesPeter Hutterer2019-07-152-10/+12
* | Introduce Dell Latitude 5480 trackpoint multiplier. Otherwise theVladyslav Shtabovenko2019-07-111-0/+6
|/
* doc/user: fix a typoPeter Hutterer2019-07-101-1/+1
* meson: run the test suite per groupPeter Hutterer2019-07-082-4/+35
* test: use the default job control for --filter-groupsPeter Hutterer2019-07-081-2/+0
* meson.build: move the leftover udev rule check upPeter Hutterer2019-07-081-6/+13
* test: fix an always-true check for udev propertiesPeter Hutterer2019-07-081-1/+1
* test: fix two coverity warningsPeter Hutterer2019-07-082-0/+3
* test: drop the litest feature enum, make it normal bits insteadPeter Hutterer2019-07-083-52/+46
* Fixed a grammar errorpixl2019-07-051-1/+1
* test: one O_NONBLOCK is enoughPeter Hutterer2019-07-011-1/+1
* quirks: add touchpad range for cypress touchpadsPeter Hutterer2019-06-281-0/+6
* quirks: rename the cyapa quirks file to cypressPeter Hutterer2019-06-272-1/+1
* evdev: when the kernel fuzz is nonzero, set ours to zeroPeter Hutterer2019-06-272-9/+48
* meson: force litest to use the right udev rulesPeter Hutterer2019-06-271-2/+4
* tools: return 77 if gtk_init() fails in the debug-guiPeter Hutterer2019-06-262-14/+26
* meson: increase the test time for the selftest suitePeter Hutterer2019-06-261-1/+2
* test: disable coredumps for the selftestPeter Hutterer2019-06-261-0/+6
* evdev: only extract the fuzz for touchpads and touchscreensPeter Hutterer2019-06-261-6/+9
* If we never initialized the libwacom database, don't check the refcountPeter Hutterer2019-06-261-0/+3
* tools: skip debug-gui option testing if the debug-gui is disabledPeter Hutterer2019-06-262-1/+12