summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-10-29quirks: add the ability to disable custom event codes/typesPeter Hutterer1-0/+76
2018-10-22test: move the custom parser test structs into the functionsPeter Hutterer1-61/+45
2018-10-22Remove obsolete HAVE_CONFIG_H checkPeter Hutterer1-2/+0
2018-10-19quirks: disable debouncing on the VMware Virtual micePeter Hutterer1-1/+1
2018-10-16test: add tablet-mode suspend/resume keyboard and touchpad testsPeter Hutterer1-0/+228
2018-10-15touchpad: handle a touch ending and restarting in the same framePeter Hutterer1-0/+38
2018-10-04touchpad: avoid motion events when moving one finger into AREAPeter Hutterer2-0/+47
2018-10-03touchpad: if two fingers are within the lower thumb area, they're not thumbsPeter Hutterer3-0/+81
2018-10-02touchpad: ignore motion speed for hovering touchesPeter Hutterer1-0/+37
2018-09-27fallback: cancel touches, don't just release them when we suspendPeter Hutterer2-2/+2
2018-09-14test: drop a condition from the safe_atou testPeter Hutterer1-1/+0
2018-09-10udev: re-instate the model-quirks calloutPeter Hutterer3-2/+33
2018-09-06tablet: on tip down/up, force the delta to zeroPeter Hutterer1-0/+73
2018-09-05tablet: always set the changed axis bits if the coordinates differPeter Hutterer1-0/+74
2018-08-28test: abort when we detect a touch jump during the testsPeter Hutterer3-0/+8
2018-08-28test: drop the sleep_ms argumentPeter Hutterer11-454/+395
2018-08-28test: force 10ms intervals for touch moves, unless specified otherwisePeter Hutterer4-64/+70
2018-08-28test: change a few tests to use 10ms intervalsPeter Hutterer3-19/+19
2018-08-28test: make the touchpad jump test more robust for timing errorsPeter Hutterer1-2/+2
2018-08-28test: don't run the 2fg pressure tap test on single-touch devicesPeter Hutterer1-1/+1
2018-08-28test: fix the late tripletap testPeter Hutterer1-7/+7
2018-08-28test: fix a touchpad test using the wrong coordinatesPeter Hutterer1-1/+1
2018-08-27test: fix pad_button_ignored test to not trigger the proximity timeoutPeter Hutterer1-5/+9
2018-08-27test: rename the diagonal scroll test for more clarityPeter Hutterer1-2/+4
2018-08-27test: fix a DWT test, only worked because of timing successPeter Hutterer1-1/+8
2018-08-27test: drop two erroneous checks in the dwt testsPeter Hutterer1-12/+0
2018-08-27test: don't use move_to for a single-step movementPeter Hutterer1-4/+4
2018-08-27test: re-use code in litest_touch_move_to()Peter Hutterer1-12/+6
2018-08-20touchpad: improve pointer jump detectionPeter Hutterer1-0/+43
2018-08-14test: when testing for a touch sequence, assert it's the same slot's sequencePeter Hutterer1-3/+8
2018-08-13touchpad: if a finger in the button area moves by more than 5mm, release itPeter Hutterer2-2/+12
2018-08-13quirks: don't allow single quotes for valuesPeter Hutterer1-0/+42
2018-08-13tests: more tests for quirks handlingPeter Hutterer1-0/+66
2018-08-13test: add tests for successful/failing parsing of various quirksPeter Hutterer1-0/+317
2018-08-13test: fix quirks test for invalid bus type matchesPeter Hutterer1-1/+1
2018-08-13util: tighten safe_atod parsing to only parse 'normal' numbersPeter Hutterer1-5/+4
2018-08-13util: fail property parsing if the dimensions are 0Peter Hutterer1-2/+2
2018-08-13test: replace hand-rolled backtrace function with gstackPeter Hutterer1-156/+34
2018-08-13test: remove the deviceless test runner, make it a commandline arg insteadPeter Hutterer1-23/+26
2018-08-13test: switch two ints to boolsPeter Hutterer1-9/+9
2018-08-09test: ensure we write something during litest_sendfilePeter Hutterer1-0/+1
2018-08-09test: remove an obsolete commentPeter Hutterer1-1/+0
2018-08-08test: touchpad: add tests for 90 degree scroll (axis lock)Matt Mayfield1-0/+146
2018-08-07test: add a 10ms delay for scrolling testsPeter Hutterer1-1/+1
2018-08-07test: touchpad: swap an int for a boolPeter Hutterer1-11/+11
2018-08-07test: rename the x220 clickpad to something more tellingPeter Hutterer1-1/+1
2018-08-07tablet: unify the license text with what we have in COPYINGPeter Hutterer2-32/+34
2018-08-03touchpad: improve finger counting for synaptics serial touchpadsPeter Hutterer2-0/+201
2018-08-03fallback: add support for ABS_MT_TOOL_TYPE for touch screensPeter Hutterer3-0/+311
2018-08-03test: handle ABS_MT_TOOL_TYPE from the litest devicesPeter Hutterer1-1/+14