summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* libwacom: fix warnings building without libwacomJosé Expósito2022-07-121-0/+2
* test: exclude the two high-delay debounce tests from the valgrind CI runsatrmb2022-06-281-2/+6
* test: fix a typoPeter Hutterer2022-06-081-1/+1
* test: use a ranged test instead of a duplicated onePeter Hutterer2022-06-081-38/+33
* wheel: fix Lenovo Scrollpoint quirkJosé Expósito2022-06-073-1/+131
* test: ensure we always have an axis event where we expect onePeter Hutterer2022-06-071-0/+1
* test: fix the lowres-only wheel event testsPeter Hutterer2022-06-071-10/+5
* tablet: require a minimum pressure before we process pressure eventsPeter Hutterer2022-05-231-13/+36
* test: rename a test function to make it easier to selectPeter Hutterer2022-05-231-2/+2
* AttrLidSwitchReliability quirk default unreliable->reliableAlexander Courtis2022-04-261-2/+3
* evdev: strip the device name of format directivesPeter Hutterer2022-04-203-0/+83
* test: disable hold gestures when are not requiredJosé Expósito2022-03-281-6/+3
* util: auto-declare the element variable in ARRAY_FOR_EACHPeter Hutterer2022-03-096-32/+54
* touchpad: new option dwtp (disable-while-trackpointing)pudiva chip líquida2022-03-082-0/+131
* wheel: allow to scroll while middle button is pressedJosé Expósito2021-12-301-50/+0
* test: add a test device for the Wacom 524C devicePeter Hutterer2021-12-142-0/+166
* test: allow for a hold end event when verifying touch motionPeter Hutterer2021-12-141-0/+6
* timer: only warn about timer expiry issues when we're more than 20ms behindPeter Hutterer2021-12-071-1/+1
* touchpad: revert the clickpad detection mechanismJosé Expósito2021-12-021-24/+0
* test: add a tablet test for eraser tip downPeter Hutterer2021-11-241-0/+57
* test: add missing tool event in the aiptek tablet test devicePeter Hutterer2021-11-241-0/+1
* test: add tip down/up helper functionsPeter Hutterer2021-11-244-111/+78
* Use bit(foo) instead of (1 << foo)Peter Hutterer2021-11-181-1/+1
* wheel: accumulate scroll when direction changesJosé Expósito2021-11-081-1/+40
* wheel: ignore initial small scroll deltasJosé Expósito2021-11-083-0/+57
* test: use a plain libinput context for the log priority checkPeter Hutterer2021-10-191-2/+19
* fallback: hires scroll heuristics for buggy devicesJosé Expósito2021-09-271-0/+66
* test: add kernel bugs to log handlerJosé Expósito2021-09-271-1/+2
* libinput: add hold to get base eventJosé Expósito2021-09-241-1/+4
* touchpad: reduce the jumping cursor warnings to 5 per dayPeter Hutterer2021-09-171-0/+1
* touchpad: fix leak when the touchpad is removed before the dwt keyboardPeter Hutterer2021-09-151-0/+18
* util: add a function to parse bool propertiesJosé Expósito2021-09-121-0/+33
* use ARRAY_FOR_EACH when traverse arrayweizhixiang2021-09-121-4/+4
* High-resolution scroll wheel supportPeter Hutterer2021-08-3111-175/+615
* test: refactor litest_assert_event_type logicJosé Expósito2021-08-311-9/+43
* test: create devices for our udev seat checksPeter Hutterer2021-08-091-30/+29
* test: use MESON_TESTTHREADS to determine the number of jobsPeter Hutterer2021-08-031-3/+7
* test: Add test for parsing of boolean quirk attributes.Quytelda Kahja2021-07-301-0/+44
* Mark some functions as printf-like to silence some compiler warningsPeter Hutterer2021-07-221-0/+1
* Replace fallthrough comments with __attribute__((fallthrough))Peter Hutterer2021-07-223-186/+186
* util-list: restore list_for_each_safe() to be a single statementPeter Hutterer2021-07-221-0/+34
* evdev: remove device when it is goneThomas Weißschuh2021-06-211-0/+37
* using secure functions safe_strdupluokai2021-06-151-1/+1
* gestures: improve one finger hold detectionJosé Expósito2021-06-102-3/+76
* gestures: add quick hold implementationJosé Expósito2021-06-093-0/+146
* tests: add hold gesture testsJosé Expósito2021-06-091-0/+222
* tests: optionally hold in gesture test functionsJosé Expósito2021-06-093-14/+114
* tests: move existing gesture tests to functions to be able to reuse themJosé Expósito2021-06-091-317/+359
* gestures: add hold gesture implementationJosé Expósito2021-06-095-32/+201
* gesutures: allow to configure hold gesturesJosé Expósito2021-06-092-0/+103