summaryrefslogtreecommitdiff
path: root/test/test-touchpad-tap.c
Commit message (Expand)AuthorAgeFilesLines
* High-resolution scroll wheel supportPeter Hutterer2021-08-311-2/+2
* Replace fallthrough comments with __attribute__((fallthrough))Peter Hutterer2021-07-221-171/+171
* gestures: add hold gesture implementationJosé Expósito2021-06-091-15/+82
* test: cleanup: remove fallthrough followed by breakJosé Expósito2021-05-241-84/+0
* test: add test cases for 2/3 finger movement after drag-locksatrmb2021-02-171-1/+194
* test: add test cases for 2/3 finger movement after tapPeter Hutterer2021-02-151-0/+191
* test: fix a few missing or wrong drag-lock timeoutssatrmb2021-02-151-3/+10
* touchpad: permit only one finger on the touchpad at the start of a tap-dragsatrmb2021-02-151-1/+13
* test: drop the custom group namesPeter Hutterer2021-02-121-103/+103
* touchpad: disable the pressure axes wherever the resolution is nonzeroPeter Hutterer2021-02-081-1/+2
* quirks: disable pressure on the Lenovo Yoga 9i touchpadPeter Hutterer2021-01-141-0/+3
* test: expand drag and multitap tests to tap with up to 3 fingerssatrmb2020-09-251-232/+1746
* touchpad: allow tap-and-drag for two-finger and three-finger tapssatrmb2020-09-251-0/+8
* touchpad: correct the tap state transitions for a palm on TOUCH_BEGINPeter Hutterer2020-06-031-0/+35
* test: wrap slot counting into a helper functionPeter Hutterer2020-01-291-19/+19
* test: switch from counting slot max to num_slotsPeter Hutterer2020-01-091-20/+13
* test: fix some wrong touchpad slot range checksPeter Hutterer2020-01-091-8/+7
* test: fix a multitap test expecting one tap too fewsatrmb2019-11-261-1/+4
* touchpad: don't allow for multifinger tapping after a movePeter Hutterer2019-11-151-0/+112
* test: replace a touch move with a timeoutPeter Hutterer2019-06-191-2/+2
* test: make all tap tests use the "tap" group prefixPeter Hutterer2019-05-271-51/+51
* test: fix a bunch of tests expecting BTN_TOOL_TRIPLETAPPeter Hutterer2019-05-081-11/+13
* touchpad: multitap state transitions use the same timing used for tapsPaolo Giangrandi2019-03-181-0/+51
* 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-45/+45
* test: change a few tests to use 10ms intervalsPeter Hutterer2018-08-281-2/+2
* test: fix a touchpad test using the wrong coordinatesPeter Hutterer2018-08-281-1/+1
* touchpad: improve finger counting for synaptics serial touchpadsPeter Hutterer2018-08-031-0/+92
* test: properly release a few leaking litest devicePeter Hutterer2018-07-261-0/+2
* touchpad: ignore any semi-mt movement in the same frame as a finger releasePeter Hutterer2018-04-201-0/+32
* Remove some duplicate empty linesPeter Hutterer2018-04-161-8/+0
* test: move all the _setup() functions into a special sectionPeter Hutterer2018-03-231-2/+1
* touchpad: only keep low-pressure fingers alive for 2+-slot touchpadsPeter Hutterer2018-03-211-1/+4
* test: disable the second-finger-move test for semi-mt devicesPeter Hutterer2018-03-151-1/+1
* touchpad: handle a palm down in the tapped statePeter Hutterer2018-03-071-0/+43
* touchpad: don't end below-threshold pressure touches if nfake_fingers > nslotsPeter Hutterer2018-03-011-1/+10
* test: don't run the MT pressure test on devices without MT pressurePeter Hutterer2018-03-011-3/+60
* test: fix an incomplete commentPeter Hutterer2018-02-281-1/+2
* touchpad: only begin fake touches when we have at least one finger downPeter Hutterer2018-02-201-0/+43
* touchpad: work palm detection into the tap state machinePeter Hutterer2017-11-201-0/+879
* test: restore the non-debounced litest_button_click()Peter Hutterer2017-11-201-6/+6
* test: replace litest_button_click with a debounced versionPeter Hutterer2017-11-201-6/+6
* test: reduce the multitap rangePeter Hutterer2017-11-061-1/+1
* touchpad: ignore the tap motion threshold if fingers > slotsPeter Hutterer2017-06-261-0/+54
* test: remove duplicate testPeter Hutterer2017-06-221-1/+0
* touchpad: for 2/3-finger tap, use the last finger down as press timePeter Hutterer2017-04-281-0/+56
* touchpad: send multitap button events with the correct timestampsPeter Hutterer2017-04-281-3/+58
* test: enable drag lock for multitap testsPeter Hutterer2017-04-281-0/+5
* touchpad: fix the button timestamps for double/tripletapPeter Hutterer2017-04-281-16/+52
* test: drop unused variablePeter Hutterer2017-03-281-4/+3