summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wacom 1.1.0xf86-input-wacom-1.1.0Peter Hutterer2022-07-142-2/+2
* meson.build: fixate the GIR namespace version to 1.0Peter Hutterer2022-07-141-1/+1
* gitignore: add __pycache__Peter Hutterer2022-06-201-0/+1
* test: add a test for the artpen/airbrush wheel updatesPeter Hutterer2022-06-132-0/+85
* meson: default to pytest-3 first, then pytestPeter Hutterer2022-06-131-1/+1
* 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
* meson.build: default to verbose pytest loggingPeter Hutterer2022-06-131-0/+1
* test: Ensure standard pen does not report the "wheel" axisPeter Hutterer2022-06-012-5/+29
* Don't report "wheel" valuator unless it exists on toolAaron Armstrong Skomra2022-06-011-10/+15
* test: ignore test devices, or real devices during test suite runsPeter Hutterer2022-05-263-0/+28
* test: fix a typoPeter Hutterer2022-05-261-1/+1
* Fix xsetwacom returning 0 even when there's an error (#266)Joshua2022-05-231-78/+124
* 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
* Document the rotation/wheel axes, they're not what you'd expectPeter Hutterer2022-05-101-2/+2
* Add a few missing breaks for the default casePeter Hutterer2022-05-101-0/+7
* Make a debug message easier to understandPeter Hutterer2022-05-101-1/+1
* Allow negative panscroll threshold for inverted scrollingJason Gerecke2022-04-142-6/+11
* meson.build: comment out -Wall -WextraPeter Hutterer2022-02-241-2/+2
* meson: use gnu_symbol_visibility - sort-ofPeter Hutterer2022-02-241-2/+7
* meson.build: only build libgwacom.so, not the static onePeter Hutterer2022-02-241-1/+1
* Enable additional compiler warnings by defaultJason Gerecke2022-02-223-5/+13
* Move -Wall and -Wextra from Github-only to default CFLAGSJason Gerecke2022-02-223-1/+5
* autotools: Use the same set of CFLAGS as Meson buildsJason Gerecke2022-02-225-12/+91
* Remove superflous 'invalid' label in wcmSetFlagsJason Gerecke2022-02-221-8/+4
* Avoid truncated output warning in wcmAxisDumpJason Gerecke2022-02-221-3/+5
* Correct buffer size passed to wcmAxisValueJason Gerecke2022-02-221-1/+1
* Fix sign-compare warnings caused by clang's integer abs()Jason Gerecke2022-02-221-6/+6
* wacom-record: Change syntax for null struct initalizationJason Gerecke2022-02-221-1/+1
* wacom-record: Print unsigned values with %u rather than %dJason Gerecke2022-02-221-8/+8
* Explicitly check for WTYPE_INVALID in switch statementsJason Gerecke2022-02-222-0/+2
* Misc. unsigned warning fixesJason Gerecke2022-02-223-4/+7
* 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