summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* tablet: fix the handling of axis updates after a forced proximity outPeter Hutterer2020-02-023-0/+183
* test: add helper functions for checking proximity eventsPeter Hutterer2020-02-022-6/+19
* test: add a comment to a test devicePeter Hutterer2020-02-021-0/+1
* timer: make the timer offset error a bit more user-friendlyPeter Hutterer2020-01-311-1/+1
* touchpad: correct a wrong slot count by the kernelPeter Hutterer2020-01-292-0/+183
* test: make the custom touch override methods filter-ablePeter Hutterer2020-01-296-30/+57
* test: wrap slot counting into a helper functionPeter Hutterer2020-01-294-39/+44
* test: switch from counting slot max to num_slotsPeter Hutterer2020-01-091-20/+13
* test: simplify a slot count checkPeter Hutterer2020-01-091-2/+1
* test: fix some wrong touchpad slot range checksPeter Hutterer2020-01-091-8/+7
* litest: Fix warnings about discarded qualifiers with check-0.13.0Michael Forney2020-01-032-19/+19
* test: indentation fixPeter Hutterer2020-01-031-1/+1
* test: add the test cases to the suite in the utils testsPeter Hutterer2020-01-031-0/+2
* pad: add LIBINPUT_EVENT_TABLET_PAD_KEY for pad keysPeter Hutterer2019-12-043-0/+115
* test: write our test case results out as junit xml filesPeter Hutterer2019-11-281-0/+76
* test: fix a multitap test expecting one tap too fewsatrmb2019-11-261-1/+4
* test: allow for substring matching in the various --filter- argumentsPeter Hutterer2019-11-151-0/+9
* touchpad: don't allow for multifinger tapping after a movePeter Hutterer2019-11-153-0/+136
* test: fix a pressure test to movement during tapPeter Hutterer2019-11-151-1/+1
* test: remove the hardcoded four-job valgrind test runPeter Hutterer2019-11-051-1/+3
* test: drop a now-obsolete testPeter Hutterer2019-11-051-43/+0
* tablet: handle a direct tool switch correctlyPeter Hutterer2019-10-311-8/+45
* test: remove a useless assignmentPeter Hutterer2019-10-301-1/+0
* test: silence a coverity warningPeter Hutterer2019-10-301-0/+2
* test: remove some useless code triggering a coverity warningPeter Hutterer2019-10-301-6/+0
* test: make the test jobs dependent on the number of processorsPeter Hutterer2019-10-291-1/+4
* Add a scroll button lock featurePeter Hutterer2019-10-173-0/+534
* fallback: don't send a single-touch motion if we just sent a beginPeter Hutterer2019-10-161-0/+21
* touchpad: use the same speed for scrolling as the baseline of the accel curvePeter Hutterer2019-10-141-8/+8
* test: fix a coverity warning about an unused valuePeter Hutterer2019-09-301-6/+4
* tablet: Improve forced prox out behavior.John Chadwick2019-09-291-0/+37
* test: Make udev_properties array fixed-size.John Chadwick2019-09-261-1/+1
* test: don't use debounced clicks for the middle button emulation clickPeter Hutterer2019-09-251-4/+4
* gestures: where we have more fingers than slots, default to swipePeter Hutterer2019-09-251-0/+53
* udev: parse the EVDEV_ABS properties for a potential fuzz settingPeter Hutterer2019-09-111-0/+78
* Split utility functions into separate source filesPeter Hutterer2019-09-112-2/+15
* test: do run the util tests under valgrindPeter Hutterer2019-09-111-6/+0
* touchpad: don't allow gestures with a clickpad button down by a fingerMatt Mayfield2019-08-161-0/+94
* tablet: scale the available pressure range into the pressure thresholdsPeter Hutterer2019-08-081-6/+23
* test: don't test at the 100 y rangePeter Hutterer2019-08-081-8/+8
* tablet: reduce the pressure range by the offsetPeter Hutterer2019-08-081-5/+21
* test: fix the pressure offset testsPeter Hutterer2019-08-081-10/+7
* Add the ck_double_eq_tol() macros to the backwards compat headersPeter Hutterer2019-08-081-10/+18
* evdev: always store user calibration matrixBrian Ashworth2019-08-051-0/+29
* test: mix tablet events into touch arbitration testsPeter Hutterer2019-07-311-11/+29
* touchpad: revamp thumb detectionMatt Mayfield2019-07-174-148/+29
* test: make the touchpad size the only check for thumb detectionPeter Hutterer2019-07-151-3/+0
* test: only run the speed finger tests when the touchpad has thumb detectionPeter Hutterer2019-07-151-0/+12
* test: only run the speed tests for clickpadsPeter Hutterer2019-07-151-3/+3
* gestures: improve scroll responsiveness for vertically aligned touchesMatt Mayfield2019-07-151-0/+22