summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: cleanup: remove fallthrough followed by breakJosé Expósito2021-05-241-84/+0
* evdev: restart debouncing timers after every eventsatrmb2021-05-191-0/+129
* Improve disambiguation between two-finger pinch and scrollnovenary2021-05-191-3/+3
* touchpad: if we have a right button, let's assume it's not a clickpadPeter Hutterer2021-04-211-0/+24
* touchpad: a touchpad with only one button is a clickpadPeter Hutterer2021-04-211-0/+47
* touchpad/clickfinger: limit middle click to 3 fingersJoseExposito2021-04-061-39/+0
* tools/record: deduplicate the device opening logicPeter Hutterer2021-03-301-0/+39
* fallback: disable mouse scroll wheel while middle button is pressedJoseExposito2021-03-171-0/+25
* tests: add a gesture test to ensure our unaccel deltas are in a sane rangePeter Hutterer2021-03-161-0/+102
* test: push/pop event frames around three-touch movementsPeter Hutterer2021-03-161-0/+2
* test: simplify the helper for moving three touches at the same timePeter Hutterer2021-03-161-11/+8
* test: fix debugging messages for gesture begin eventPeter Hutterer2021-03-161-2/+2
* 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
* replace strncmp with strneq for safety-checkweizhixiang2021-03-082-2/+2
* treewide: get rid of `tmp` argument in list_for_each_safeKonstantin Kharlamov2021-03-021-14/+14
* utils: add a safe version of basenamePeter Hutterer2021-02-231-0/+31
* 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-153-0/+211
* test: drop the needless base event conversionPeter Hutterer2021-02-151-6/+4
* test: print the event type on mismatchPeter Hutterer2021-02-151-2/+1
* 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
* touchpad: stretch the tap-and-drag timeout a bit depending on finger countsatrmb2021-02-151-1/+1
* test: drop the custom group namesPeter Hutterer2021-02-1221-973/+967
* utils: add a trunkname() function to extract the trunk of a filenamePeter Hutterer2021-02-121-0/+27
* test: use motion events to check the "system is too slow" messagePeter Hutterer2021-02-121-4/+3
* test: wrap the litest user data into a structPeter Hutterer2021-02-124-18/+23
* test: move a helper function close to its callerPeter Hutterer2021-02-121-12/+13
* test: init an array to zero to silence scan-buildPeter Hutterer2021-02-121-1/+1
* tests: drop the duplicate test for pointer event conversionPeter Hutterer2021-02-111-1/+0
* test: don't set the log handler 10 timesPeter Hutterer2021-02-111-4/+3
* touchpad: disable the pressure axes wherever the resolution is nonzeroPeter Hutterer2021-02-085-6/+140
* test: don't require root to list testsPeter Hutterer2021-02-051-9/+6
* modify macro streq/strneq for check one null pointerweizhixiang2021-01-181-0/+24
* quirks: disable pressure on the Lenovo Yoga 9i touchpadPeter Hutterer2021-01-144-0/+130
* check return value for libudev/udev_device_get_actionweizhixiang2021-01-061-1/+1
* treewide: fix typosTorstein Husebø2020-12-164-4/+4
* test: plug a leak in the tablet smoothing testPeter Hutterer2020-12-141-0/+2
* test: plug a memleak in a quirks testPeter Hutterer2020-12-091-0/+1
* test: add a test for model quirk overridesPeter Hutterer2020-12-081-0/+50
* tablet: disable smoothing for AES devicesPeter Hutterer2020-11-251-0/+82
* Fix a few coverity complaintsPeter Hutterer2020-11-102-3/+3
* quirks: add AttrInputPropEnable and DisablePeter Hutterer2020-10-233-2/+78
* quirks: add AttrEventCodeEnable as counterpoint to the disable onePeter Hutterer2020-10-233-0/+293
* test: fix the tip one axis testPeter Hutterer2020-10-081-11/+44
* test: fix the tablet relative calibration testPeter Hutterer2020-10-081-2/+20
* test: expand drag and multitap tests to tap with up to 3 fingerssatrmb2020-09-251-232/+1746