summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* evdev: if a device's rotation is around 180 degrees, flip the wheelPeter Hutterer2023-04-271-0/+41
* Disregard touchless clicks on flaky devicesRobert Glossop2023-04-115-17/+146
* touchpad: Disable edge palm detection Apple touchpadsHector Martin2023-04-061-1/+1
* evdev: Enable natural scrolling by default on AppleHector Martin2023-04-062-2/+8
* tablet: always enable touch arbitration with touchscreens/ext. touchpadsPeter Hutterer2023-03-301-0/+29
* test: move arbitration test into a helper functionPeter Hutterer2023-03-301-23/+27
* fallback: don't double-map if any left-handed buttons are downPeter Hutterer2023-03-291-0/+33
* test: minor cleanupsPeter Hutterer2023-03-292-6/+7
* test: add a test to make sure we don't accidentally add Logitech receiversPeter Hutterer2023-03-231-0/+36
* test: add a quicks file validation testPeter Hutterer2023-03-231-0/+64
* test: comment two tap testsPeter Hutterer2023-03-221-0/+6
* test: give the generic MT touchscreen realistic rangesPeter Hutterer2023-03-171-4/+4
* filter: add scroll movement type to the custom acceleration profileYinon Burgansky2023-02-241-27/+31
* filter: validate custom acceleration function's points sizeYinon Burgansky2023-02-021-13/+25
* Introduce custom acceleration profileYinon Burgansky2023-01-172-0/+136
* Allow rotation on all mice and for any angleLucas Zampieri2022-12-051-6/+2
* quirks: allow overriding of AttrEventCode and AttrInputPropPeter Hutterer2022-11-283-63/+117
* tablet: increase touch arbitration rectangle heightJosé Expósito2022-11-231-2/+2
* sparse: make some variables staticJosé Expósito2022-11-231-8/+8
* test: fix uninitialized variablesJosé Expósito2022-11-231-2/+2
* test: fix compiler warning when -Dlibwacom=falseJosé Expósito2022-11-231-0/+2
* test: remove unused variableJosé Expósito2022-11-231-3/+0
* test: print the usage from the symbols-leak-testPeter Hutterer2022-11-221-1/+7
* touchpad: add escape and asterisk to the DWT blacklistJosé Expósito2022-11-141-0/+3
* util: use ck_assert_ptr_eq() instead of ck_assert_ptr_null()José Expósito2022-11-141-5/+5
* util: return the number of elements from strv_from_stringYinon Burgansky2022-11-071-24/+33
* 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