summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-06-21evdev: remove device when it is goneThomas Weißschuh1-0/+37
2021-06-15using secure functions safe_strdupluokai1-1/+1
2021-06-10gestures: improve one finger hold detectionJosé Expósito2-3/+76
2021-06-09gestures: add quick hold implementationJosé Expósito3-0/+146
2021-06-09tests: add hold gesture testsJosé Expósito1-0/+222
2021-06-09tests: optionally hold in gesture test functionsJosé Expósito3-14/+114
2021-06-09tests: move existing gesture tests to functions to be able to reuse themJosé Expósito1-317/+359
2021-06-09gestures: add hold gesture implementationJosé Expósito5-32/+201
2021-06-09gesutures: allow to configure hold gesturesJosé Expósito2-0/+103
2021-06-09libinput: add hold gesture public API and tool supportJosé Expósito1-0/+6
2021-05-24test: cleanup: remove fallthrough followed by breakJosé Expósito1-84/+0
2021-05-19evdev: restart debouncing timers after every eventsatrmb1-0/+129
2021-05-19Improve disambiguation between two-finger pinch and scrollnovenary1-3/+3
2021-04-21touchpad: if we have a right button, let's assume it's not a clickpadPeter Hutterer1-0/+24
2021-04-21touchpad: a touchpad with only one button is a clickpadPeter Hutterer1-0/+47
2021-04-06touchpad/clickfinger: limit middle click to 3 fingersJoseExposito1-39/+0
2021-03-30tools/record: deduplicate the device opening logicPeter Hutterer1-0/+39
2021-03-17fallback: disable mouse scroll wheel while middle button is pressedJoseExposito1-0/+25
2021-03-16tests: add a gesture test to ensure our unaccel deltas are in a sane rangePeter Hutterer1-0/+102
2021-03-16test: push/pop event frames around three-touch movementsPeter Hutterer1-0/+2
2021-03-16test: simplify the helper for moving three touches at the same timePeter Hutterer1-11/+8
2021-03-16test: fix debugging messages for gesture begin eventPeter Hutterer1-2/+2
2021-03-15test: update a few tests for more modern helpersPeter Hutterer1-21/+19
2021-03-15test: localize a few variablesPeter Hutterer1-10/+13
2021-03-11test: add a comment to the thumb speed testPeter Hutterer1-3/+4
2021-03-11test: fix two inadvertent pointer jumps in a testPeter Hutterer1-2/+2
2021-03-08replace strncmp with strneq for safety-checkweizhixiang2-2/+2
2021-03-02treewide: get rid of `tmp` argument in list_for_each_safeKonstantin Kharlamov1-14/+14
2021-02-23utils: add a safe version of basenamePeter Hutterer1-0/+31
2021-02-17test: add test cases for 2/3 finger movement after drag-locksatrmb1-1/+194
2021-02-15test: add test cases for 2/3 finger movement after tapPeter Hutterer3-0/+211
2021-02-15test: drop the needless base event conversionPeter Hutterer1-6/+4
2021-02-15test: print the event type on mismatchPeter Hutterer1-2/+1
2021-02-15test: fix a few missing or wrong drag-lock timeoutssatrmb1-3/+10
2021-02-15touchpad: permit only one finger on the touchpad at the start of a tap-dragsatrmb1-1/+13
2021-02-15touchpad: stretch the tap-and-drag timeout a bit depending on finger countsatrmb1-1/+1
2021-02-12test: drop the custom group namesPeter Hutterer21-973/+967
2021-02-12utils: add a trunkname() function to extract the trunk of a filenamePeter Hutterer1-0/+27
2021-02-12test: use motion events to check the "system is too slow" messagePeter Hutterer1-4/+3
2021-02-12test: wrap the litest user data into a structPeter Hutterer4-18/+23
2021-02-12test: move a helper function close to its callerPeter Hutterer1-12/+13
2021-02-12test: init an array to zero to silence scan-buildPeter Hutterer1-1/+1
2021-02-11tests: drop the duplicate test for pointer event conversionPeter Hutterer1-1/+0
2021-02-11test: don't set the log handler 10 timesPeter Hutterer1-4/+3
2021-02-08touchpad: disable the pressure axes wherever the resolution is nonzeroPeter Hutterer5-6/+140
2021-02-05test: don't require root to list testsPeter Hutterer1-9/+6
2021-01-18modify macro streq/strneq for check one null pointerweizhixiang1-0/+24
2021-01-14quirks: disable pressure on the Lenovo Yoga 9i touchpadPeter Hutterer4-0/+130
2021-01-06check return value for libudev/udev_device_get_actionweizhixiang1-1/+1
2020-12-16treewide: fix typosTorstein Husebø4-4/+4