summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Implement smooth panscrollingGreenscreener2022-11-241-0/+56
* test: add a test for the artpen/airbrush wheel updatesPeter Hutterer2022-06-132-0/+85
* Added vim modelines to python files.Greenscreener2022-06-133-0/+9
* test: raise an InputError with better info if modules are missingPeter Hutterer2022-06-131-4/+12
* test: Ensure standard pen does not report the "wheel" axisPeter Hutterer2022-06-012-5/+29
* test: ignore test devices, or real devices during test suite runsPeter Hutterer2022-05-262-0/+7
* test: fix a typoPeter Hutterer2022-05-261-1/+1
* test: add a test for the artpen rotationPeter Hutterer2022-05-102-3/+14
* test: ensure a device prox out after our eventsPeter Hutterer2022-05-101-0/+8
* test: swap the axis checks for an iterator-based approachPeter Hutterer2022-05-101-4/+6
* test: increase the count of events for axis update testsPeter Hutterer2022-05-101-1/+1
* test: fix the ID assignment when parsing a device filePeter Hutterer2022-05-101-1/+6
* test: add a helper script to set up the environmentPeter Hutterer2022-05-102-0/+24
* autotools: Use the same set of CFLAGS as Meson buildsJason Gerecke2022-02-221-2/+2
* test: add a test for the single-axis updatesPeter Hutterer2022-02-221-0/+57
* test: add a test for the relative motion issuePeter Hutterer2022-02-221-0/+74
* test: add a pytest test suitePeter Hutterer2022-02-225-0/+540
* test: skip the wacom tests if we can't open the .so filePeter Hutterer2022-02-151-1/+2
* test: remove a superfluous filePeter Hutterer2022-02-111-48/+0
* test: mark the test section entries as no_sanitize_addressPeter Hutterer2022-02-091-0/+9
* Replace our unit-test suite with something more magic and easierPeter Hutterer2022-02-047-1139/+183
* Split the various logging functions into several callsPeter Hutterer2021-12-201-0/+6
* Pass the context to two helper functionsPeter Hutterer2021-12-201-3/+4
* Abstract the pInfo pointer as a generic frontend void pointerPeter Hutterer2021-12-201-2/+2
* Switch the type handling to an enumPeter Hutterer2021-12-201-10/+6
* Split type name and flag assignmentPeter Hutterer2021-12-201-7/+7
* Add an emulation of the X server's option handlingPeter Hutterer2021-12-201-0/+12
* Add a copy of xf86ScaleAxis for our usePeter Hutterer2021-12-201-28/+0
* Add a custom log handlerPeter Hutterer2021-12-201-0/+12
* Use WacomDevicePtr as primary context argumentPeter Hutterer2021-12-201-16/+14
* tests: make sure priv->pInfo is initialized correctlyPeter Hutterer2021-11-291-0/+1
* Require xserver 1.13Peter Hutterer2021-11-292-44/+22
* Unifdef HAVE_CONFIG_HPeter Hutterer2021-11-291-2/+0
* Use strcasecmp instead of xf86NameCmpPeter Hutterer2021-11-231-6/+0
* Replace xf86ReadSerial and xf86WriteSerial with libc callsPeter Hutterer2021-11-221-13/+0
* test: always build the testsPeter Hutterer2021-11-191-3/+3
* Use xf86IDrvMsg wherever possiblePeter Hutterer2021-11-191-0/+6
* Require xserver 1.10 as minimum versionPeter Hutterer2021-11-191-47/+4
* test: Update test_normalize_pressure to work with maxCurveJason Gerecke2017-06-191-18/+25
* test: add TimerCancel to fake symbolsPeter Hutterer2017-03-091-0/+4
* tests: Fix compilation under ABI 25 and greaterJason Gerecke2017-01-201-0/+10
* Replace multitude of "old state" vars with a _WacomDeviceStateJason Gerecke2014-05-091-2/+2
* Add an option to disable pressure recalibrationEgbert Eich2014-03-191-0/+1
* Attempt to not lose events to pressure recalibrationEgbert Eich2014-03-191-7/+4
* Fix spurious '-Wshadow' warningEgbert Eich2014-02-191-1/+1
* Fix '-Wuninitialized' warningsEgbert Eich2014-02-191-1/+3
* Fix warning about discarding 'const' qualifierEgbert Eich2014-02-191-1/+1
* Make tested static functions non-static for test suiteEgbert Eich2014-02-191-1/+2
* Add missing symbol xf86PrintChipsets() for test suiteEgbert Eich2014-02-141-0/+5
* Fix loads of 'redundand declaration' warnings in test suiteEgbert Eich2014-02-142-198/+31