summaryrefslogtreecommitdiff
path: root/test/test-tablet.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-12test: init an array to zero to silence scan-buildPeter Hutterer1-1/+1
2020-12-14test: plug a leak in the tablet smoothing testPeter Hutterer1-0/+2
2020-11-25tablet: disable smoothing for AES devicesPeter Hutterer1-0/+82
2020-11-10Fix a few coverity complaintsPeter Hutterer1-2/+2
2020-10-08test: fix the tip one axis testPeter Hutterer1-11/+44
2020-10-08test: fix the tablet relative calibration testPeter Hutterer1-2/+20
2020-09-22test: set the elan test device to always double up on tool bitsPeter Hutterer1-2/+22
2020-09-22test: move the x/y coords a bit when testing tool type switchesPeter Hutterer1-1/+5
2020-09-22test: auto-assign the tool type for tablet testsPeter Hutterer1-10/+1
2020-09-22test: don't run the tool switch test on tablets that require forced prox outPeter Hutterer1-1/+1
2020-09-22test: remove duplicate tool typePeter Hutterer1-1/+0
2020-07-07test: store the list of open file descriptors in the litest contextPeter Hutterer1-0/+4
2020-07-07test: use litest_destroy_context() for test-suite contextsPeter Hutterer1-7/+7
2020-05-22test: add a test for disabling the forced prox outPeter Hutterer1-0/+76
2020-05-22tablet: handle a valid prox-out sequence after a forced proximity outPeter Hutterer1-7/+6
2020-05-22Revert "tablet: don't disable the proximity quirk on good sequences"Peter Hutterer1-39/+9
2020-02-24test: disable a bunch of tests relying on libwacomPeter Hutterer1-0/+13
2020-02-13tablet: don't force a proximity out while buttons are downPeter Hutterer1-4/+46
2020-02-13test: drop a wait in favor of direct event processingPeter Hutterer1-3/+4
2020-02-13test: fix a duplicate button down where we want a button press + releasePeter Hutterer1-4/+2
2020-02-02tablet: fix the handling of axis updates after a forced proximity outPeter Hutterer1-0/+79
2019-11-05test: drop a now-obsolete testPeter Hutterer1-43/+0
2019-10-31tablet: handle a direct tool switch correctlyPeter Hutterer1-8/+45
2019-10-30test: remove some useless code triggering a coverity warningPeter Hutterer1-6/+0
2019-09-29tablet: Improve forced prox out behavior.John Chadwick1-0/+37
2019-08-08tablet: scale the available pressure range into the pressure thresholdsPeter Hutterer1-6/+23
2019-08-08test: don't test at the 100 y rangePeter Hutterer1-8/+8
2019-08-08tablet: reduce the pressure range by the offsetPeter Hutterer1-5/+21
2019-08-08test: fix the pressure offset testsPeter Hutterer1-10/+7
2019-07-31test: mix tablet events into touch arbitration testsPeter Hutterer1-11/+29
2019-07-08test: fix two coverity warningsPeter Hutterer1-0/+2
2019-06-17tablet: disable the forced proximity out for the Dell Canvas penPeter Hutterer1-0/+29
2019-06-17tablet: fix double proximity out on slow proximity out pensPeter Hutterer1-0/+28
2019-06-11test: swap a few litest_assert() calls for their more precise cousinsPeter Hutterer1-4/+4
2019-06-07Add a new dispatch interface for the Dell Canvas TotemPeter Hutterer1-53/+77
2019-06-03test: drop two unreachable statementsPeter Hutterer1-2/+2
2019-05-27test: add test cases for tablet/touchpad left-handed rotation locksPeter Hutterer1-0/+481
2019-05-27tablet: don't disable the proximity quirk on good sequencesPeter Hutterer1-9/+9
2019-04-30tablet: move tablet tool change processing to tablet_flushPeter Hutterer1-3/+89
2019-04-11test: Clean up memory leaksJason Gerecke1-0/+1
2019-04-11test: add proximity timeout delay to a tablet testPeter Hutterer1-0/+3
2019-04-09tablet: tighten the test for tablet button releases on proximity outPeter Hutterer1-7/+18
2019-04-09test: reduce some touch sequences to avoid tablet timeoutsPeter Hutterer1-4/+4
2019-04-09test: filter BTN_TOOL_PEN correctly for the mouse tool testsPeter Hutterer1-0/+39
2019-04-08tablet: always enable the proximity out quirkPeter Hutterer1-22/+22
2019-04-04tablet: log a bug when a tablet switches between tools directlyPeter Hutterer1-0/+43
2019-02-15test: replace != NULL checks with ck_assert_notnullPeter Hutterer1-1/+1
2019-02-13test: add another helper to discard specific eventsPeter Hutterer1-5/+1
2019-02-13test: skip the tablet pressure test if we don't have pressurePeter Hutterer1-0/+3
2019-02-13test: fix the tablet relative delta testPeter Hutterer1-2/+23