summaryrefslogtreecommitdiff
path: root/test/test-touchpad.c
Commit message (Expand)AuthorAgeFilesLines
* touchpad: add escape and asterisk to the DWT blacklistJosé Expósito2022-11-141-0/+3
* util: auto-declare the element variable in ARRAY_FOR_EACHPeter Hutterer2022-03-091-5/+0
* touchpad: new option dwtp (disable-while-trackpointing)pudiva chip líquida2022-03-081-0/+57
* touchpad: fix leak when the touchpad is removed before the dwt keyboardPeter Hutterer2021-09-151-0/+18
* High-resolution scroll wheel supportPeter Hutterer2021-08-311-87/+171
* gestures: add hold gesture implementationJosé Expósito2021-06-091-16/+78
* Improve disambiguation between two-finger pinch and scrollnovenary2021-05-191-3/+3
* test: update a few tests for more modern helpersPeter Hutterer2021-03-151-21/+19
* test: localize a few variablesPeter Hutterer2021-03-151-10/+13
* test: add a comment to the thumb speed testPeter Hutterer2021-03-111-3/+4
* test: fix two inadvertent pointer jumps in a testPeter Hutterer2021-03-111-2/+2
* test: drop the custom group namesPeter Hutterer2021-02-121-192/+192
* touchpad: disable the pressure axes wherever the resolution is nonzeroPeter Hutterer2021-02-081-2/+4
* quirks: disable pressure on the Lenovo Yoga 9i touchpadPeter Hutterer2021-01-141-0/+6
* test: grab the device before any lid or tablet mode switchesPeter Hutterer2020-07-071-0/+9
* test: use litest_destroy_context() for test-suite contextsPeter Hutterer2020-07-071-3/+3
* test: move the check for edge palms on devices to litest properPeter Hutterer2020-06-031-37/+15
* 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