summaryrefslogtreecommitdiff
path: root/test/test-tablet.c
Commit message (Expand)AuthorAgeFilesLines
* gestures: add hold gesture implementationJosé Expósito2021-06-091-1/+18
* test: drop the custom group namesPeter Hutterer2021-02-121-115/+115
* test: wrap the litest user data into a structPeter Hutterer2021-02-121-6/+4
* 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
* test: plug a leak in the tablet smoothing testPeter Hutterer2020-12-141-0/+2
* tablet: disable smoothing for AES devicesPeter Hutterer2020-11-251-0/+82
* Fix a few coverity complaintsPeter Hutterer2020-11-101-2/+2
* 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: set the elan test device to always double up on tool bitsPeter Hutterer2020-09-221-2/+22
* test: move the x/y coords a bit when testing tool type switchesPeter Hutterer2020-09-221-1/+5
* test: auto-assign the tool type for tablet testsPeter Hutterer2020-09-221-10/+1
* test: don't run the tool switch test on tablets that require forced prox outPeter Hutterer2020-09-221-1/+1
* test: remove duplicate tool typePeter Hutterer2020-09-221-1/+0
* test: store the list of open file descriptors in the litest contextPeter Hutterer2020-07-071-0/+4
* test: use litest_destroy_context() for test-suite contextsPeter Hutterer2020-07-071-7/+7
* test: add a test for disabling the forced prox outPeter Hutterer2020-05-221-0/+76
* tablet: handle a valid prox-out sequence after a forced proximity outPeter Hutterer2020-05-221-7/+6
* Revert "tablet: don't disable the proximity quirk on good sequences"Peter Hutterer2020-05-221-39/+9
* test: disable a bunch of tests relying on libwacomPeter Hutterer2020-02-241-0/+13
* tablet: don't force a proximity out while buttons are downPeter Hutterer2020-02-131-4/+46
* test: drop a wait in favor of direct event processingPeter Hutterer2020-02-131-3/+4
* test: fix a duplicate button down where we want a button press + releasePeter Hutterer2020-02-131-4/+2
* tablet: fix the handling of axis updates after a forced proximity outPeter Hutterer2020-02-021-0/+79
* 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 some useless code triggering a coverity warningPeter Hutterer2019-10-301-6/+0
* tablet: Improve forced prox out behavior.John Chadwick2019-09-291-0/+37
* 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
* test: mix tablet events into touch arbitration testsPeter Hutterer2019-07-311-11/+29
* test: fix two coverity warningsPeter Hutterer2019-07-081-0/+2
* tablet: disable the forced proximity out for the Dell Canvas penPeter Hutterer2019-06-171-0/+29
* tablet: fix double proximity out on slow proximity out pensPeter Hutterer2019-06-171-0/+28
* test: swap a few litest_assert() calls for their more precise cousinsPeter Hutterer2019-06-111-4/+4
* Add a new dispatch interface for the Dell Canvas TotemPeter Hutterer2019-06-071-53/+77
* test: drop two unreachable statementsPeter Hutterer2019-06-031-2/+2
* test: add test cases for tablet/touchpad left-handed rotation locksPeter Hutterer2019-05-271-0/+481
* tablet: don't disable the proximity quirk on good sequencesPeter Hutterer2019-05-271-9/+9
* tablet: move tablet tool change processing to tablet_flushPeter Hutterer2019-04-301-3/+89
* test: Clean up memory leaksJason Gerecke2019-04-111-0/+1
* test: add proximity timeout delay to a tablet testPeter Hutterer2019-04-111-0/+3
* tablet: tighten the test for tablet button releases on proximity outPeter Hutterer2019-04-091-7/+18
* test: reduce some touch sequences to avoid tablet timeoutsPeter Hutterer2019-04-091-4/+4
* test: filter BTN_TOOL_PEN correctly for the mouse tool testsPeter Hutterer2019-04-091-0/+39
* tablet: always enable the proximity out quirkPeter Hutterer2019-04-081-22/+22
* tablet: log a bug when a tablet switches between tools directlyPeter Hutterer2019-04-041-0/+43