summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Treat value of proxout property as signedJason Gerecke2022-02-221-3/+3
* Store serial numbers as unsigned valuesJason Gerecke2022-02-226-13/+15
* Change signature of Parse function to take unsigned packet lengthJason Gerecke2022-02-222-3/+3
* Make devicestate sample and time variables unsignedJason Gerecke2022-02-223-15/+15
* xsetwacom: Make prop_offset unsignedJason Gerecke2022-02-221-8/+8
* gesture: Make gesture distances and counts unsignedJason Gerecke2022-02-222-11/+11
* gesture: Use unsigned integers for finger indiciesJason Gerecke2022-02-222-9/+8
* Make wcmEventCnt an unsigned intJason Gerecke2022-02-221-6/+6
* Store button state as unsigned intJason Gerecke2022-02-223-12/+12
* tools: Report when the entire buffer is garbageJason Gerecke2022-02-222-21/+30
* Use locally-declared unsigned loop variables to eliminate warningsJason Gerecke2022-02-228-38/+29
* Fix -Wformat-signedness warningsJason Gerecke2022-02-228-35/+35
* Avoid Wformat-overflow warningJason Gerecke2022-02-221-1/+1
* cppcheck: Avoid uninitalized variable warningJason Gerecke2022-02-221-1/+1
* scan-build: Silence dead-store warning from intentionally-ignored valueJason Gerecke2022-02-221-1/+1
* scan-build: Remove dead-store to subproperty variableJason Gerecke2022-02-221-3/+0
* scan-build: Silence spurious null pointer warning when initializing toolsJason Gerecke2022-02-221-0/+1
* scan-build: xsetwacom: Avoid dead-store when parsing actionsJason Gerecke2022-02-221-6/+9
* 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-228-2/+580
* meson: Fix fuzzinterface build optionJason Gerecke2022-02-171-1/+1
* wacom 1.0.0xf86-input-wacom-1.0.0Peter Hutterer2022-02-152-2/+2
* configure.ac: fix the check for unittestsPeter Hutterer2022-02-151-16/+8
* test: skip the wacom tests if we can't open the .so filePeter Hutterer2022-02-151-1/+2
* wacom-record: silence a compiler warningPeter Hutterer2022-02-151-1/+1
* meson.build: install the SDK headersPeter Hutterer2022-02-151-0/+8
* meson.build: use datadir, not sysconfdir, for the xorg.conf filesPeter Hutterer2022-02-151-1/+1
* Correct typo in calculation of relative-mode non-pad RING2 valuesJason Gerecke2022-02-151-1/+1
* CI: add a job to build with the exact meson version we requirePeter Hutterer2022-02-111-0/+24
* wacom 0.99.3xf86-input-wacom-0.99.3Peter Hutterer2022-02-112-2/+2
* Print the device id, device type and serial number as hexPeter Hutterer2022-02-111-1/+1
* Revamp debug printing of axis dataJason Gerecke2022-02-112-33/+68
* CI: use the Ubuntu python versionPeter Hutterer2022-02-111-9/+4
* CI: add a job to check for missing files in the tarballPeter Hutterer2022-02-111-0/+31
* CI: capture meson testlogs from the tarball build tooPeter Hutterer2022-02-111-0/+8
* autotools: add autogen and README to EXTRA_DISTPeter Hutterer2022-02-111-1/+4
* Consolidate .gitignore filesPeter Hutterer2022-02-113-5/+7
* test: remove a superfluous filePeter Hutterer2022-02-111-48/+0
* Don't crash wcmAllocate if name is NULLPeter Hutterer2022-02-101-1/+1
* wacom-record: fix printing for multiple devicesPeter Hutterer2022-02-101-26/+28
* gwacom: add function to get the device options from the devicePeter Hutterer2022-02-102-0/+12
* gwacom: allow for listing of WacomOptions keysPeter Hutterer2022-02-102-0/+29
* wacom-record: assert if device allocation failsPeter Hutterer2022-02-101-4/+1
* gwacom: fix crash if the first device fails to initializePeter Hutterer2022-02-101-2/+8
* A few whitespace fixesPeter Hutterer2022-02-101-4/+2
* Rotate / scale coordinates before storing them in axesJason Gerecke2022-02-101-3/+3
* CI: build with all meson auto features enabledPeter Hutterer2022-02-091-3/+3
* CI: missing field initializers are not errorsPeter Hutterer2022-02-091-1/+1
* meson.build: pass -Wno-error=format to the asprintf checkPeter Hutterer2022-02-091-1/+3