summaryrefslogtreecommitdiff
path: root/test/test-touchpad.c
Commit message (Expand)AuthorAgeFilesLines
* test: disable a bunch of tests relying on libwacomPeter Hutterer2020-02-241-0/+2
* test: remove double-assignment to a variablePeter Hutterer2020-02-241-2/+0
* touchpad: sync the initial tracking id state to the touchpadPeter Hutterer2020-02-181-0/+59
* touchpad: never reduce the slot count to 0Peter Hutterer2020-02-181-0/+62
* test: fix a pressure test to movement during tapPeter Hutterer2019-11-151-1/+1
* touchpad: use the same speed for scrolling as the baseline of the accel curvePeter Hutterer2019-10-141-8/+8
* touchpad: revamp thumb detectionMatt Mayfield2019-07-171-137/+27
* 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-151-0/+12
* test: only run the speed tests for clickpadsPeter Hutterer2019-07-151-3/+3
* evdev: when the kernel fuzz is nonzero, set ours to zeroPeter Hutterer2019-06-271-0/+18
* test: fix the slot swap test againPeter Hutterer2019-06-241-9/+16
* test: avoid a pointer jump when testing for the slot continuationPeter Hutterer2019-06-201-3/+7
* test: fix the slot swap testPeter Hutterer2019-06-201-1/+11
* test: fix button area scroll test to not be a pinchPeter Hutterer2019-06-201-1/+1
* test: move the fingers closer together for the empty-slot testPeter Hutterer2019-06-201-2/+2
* test: change touchpad 2fg no-motion test to move both fingers simultaneouslyPeter Hutterer2019-06-201-2/+1
* test: fix initial coordinates for synaptics tripletap quirkPeter Hutterer2019-06-191-14/+6
* test: add another test for thumb movementsPeter Hutterer2019-06-181-2/+29
* test: fix the clickfinger thumb testPeter Hutterer2019-06-181-2/+2
* test: rename/fix/move thumb testsPeter Hutterer2019-06-181-293/+209
* test: fix an intermitted failing testPeter Hutterer2019-06-111-4/+10
* test: split a test up into events vs processingPeter Hutterer2019-05-271-3/+13
* touchpad: rotate the touch part of tabletsPeter Hutterer2019-04-301-0/+60
* test: replace != NULL checks with ck_assert_notnullPeter Hutterer2019-02-151-1/+1
* test: Missing test cases for palm detection based on touch sizeFurkan Tokac2019-01-291-0/+163
* touchpad: handle a touch ending and restarting in the same framePeter Hutterer2018-10-151-0/+38
* touchpad: avoid motion events when moving one finger into AREAPeter Hutterer2018-10-041-0/+38
* touchpad: if two fingers are within the lower thumb area, they're not thumbsPeter Hutterer2018-10-031-0/+72
* touchpad: ignore motion speed for hovering touchesPeter Hutterer2018-10-021-0/+37
* test: abort when we detect a touch jump during the testsPeter Hutterer2018-08-281-0/+2
* test: drop the sleep_ms argumentPeter Hutterer2018-08-281-252/+218
* test: force 10ms intervals for touch moves, unless specified otherwisePeter Hutterer2018-08-281-20/+20
* test: change a few tests to use 10ms intervalsPeter Hutterer2018-08-281-11/+11
* test: make the touchpad jump test more robust for timing errorsPeter Hutterer2018-08-281-2/+2
* test: don't run the 2fg pressure tap test on single-touch devicesPeter Hutterer2018-08-281-1/+1
* test: fix the late tripletap testPeter Hutterer2018-08-281-7/+7
* test: rename the diagonal scroll test for more clarityPeter Hutterer2018-08-271-2/+4
* test: fix a DWT test, only worked because of timing successPeter Hutterer2018-08-271-1/+8
* test: drop two erroneous checks in the dwt testsPeter Hutterer2018-08-271-12/+0
* touchpad: improve pointer jump detectionPeter Hutterer2018-08-201-0/+43
* touchpad: if a finger in the button area moves by more than 5mm, release itPeter Hutterer2018-08-131-2/+8
* test: touchpad: add tests for 90 degree scroll (axis lock)Matt Mayfield2018-08-081-0/+146
* test: add a 10ms delay for scrolling testsPeter Hutterer2018-08-071-1/+1
* test: touchpad: swap an int for a boolPeter Hutterer2018-08-071-11/+11
* touchpad: improve finger counting for synaptics serial touchpadsPeter Hutterer2018-08-031-0/+109
* test: properly release a few leaking litest devicePeter Hutterer2018-07-261-2/+4
* touchpad: don't disable tapping on MT_TOOL_PALMPeter Hutterer2018-06-261-0/+43
* touchpad: remember the suspend reasonPeter Hutterer2018-05-181-0/+317
* touchpad: fix tapping that happens after a moving thumbFriedrich Schöller2018-05-101-0/+40