summaryrefslogtreecommitdiff
path: root/test/test-touchpad-tap.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-20touchpad: ignore any semi-mt movement in the same frame as a finger releasePeter Hutterer1-0/+32
2018-04-16Remove some duplicate empty linesPeter Hutterer1-8/+0
2018-03-23test: move all the _setup() functions into a special sectionPeter Hutterer1-2/+1
2018-03-21touchpad: only keep low-pressure fingers alive for 2+-slot touchpadsPeter Hutterer1-1/+4
2018-03-15test: disable the second-finger-move test for semi-mt devicesPeter Hutterer1-1/+1
2018-03-07touchpad: handle a palm down in the tapped statePeter Hutterer1-0/+43
2018-03-01touchpad: don't end below-threshold pressure touches if nfake_fingers > nslotsPeter Hutterer1-1/+10
2018-03-01test: don't run the MT pressure test on devices without MT pressurePeter Hutterer1-3/+60
2018-02-28test: fix an incomplete commentPeter Hutterer1-1/+2
2018-02-20touchpad: only begin fake touches when we have at least one finger downPeter Hutterer1-0/+43
2017-11-20touchpad: work palm detection into the tap state machinePeter Hutterer1-0/+879
2017-11-20test: restore the non-debounced litest_button_click()Peter Hutterer1-6/+6
2017-11-20test: replace litest_button_click with a debounced versionPeter Hutterer1-6/+6
2017-11-06test: reduce the multitap rangePeter Hutterer1-1/+1
2017-06-26touchpad: ignore the tap motion threshold if fingers > slotsPeter Hutterer1-0/+54
2017-06-22test: remove duplicate testPeter Hutterer1-1/+0
2017-04-28touchpad: for 2/3-finger tap, use the last finger down as press timePeter Hutterer1-0/+56
2017-04-28touchpad: send multitap button events with the correct timestampsPeter Hutterer1-3/+58
2017-04-28test: enable drag lock for multitap testsPeter Hutterer1-0/+5
2017-04-28touchpad: fix the button timestamps for double/tripletapPeter Hutterer1-16/+52
2017-03-28test: drop unused variablePeter Hutterer1-4/+3
2017-02-06test: add missing checks for tap enabled/disabled by defaultPeter Hutterer1-0/+4
2017-02-06test: add test for default button tap map (on non-tapping devices)Peter Hutterer1-0/+15
2017-01-20test: add test to set tap map on unsupported devicesPeter Hutterer1-0/+21
2017-01-20test: add more tests for tap-drag configPeter Hutterer1-0/+23
2017-01-16test: prefix all test source files with "test-"Peter Hutterer1-0/+2191