summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wacom 1.2.0HEADxf86-input-wacom-1.2.0masterPeter Hutterer2023-04-061-1/+1
* CI: update some actions to v3Peter Hutterer2022-12-073-14/+14
* Implement smooth panscrollingGreenscreener2022-11-248-37/+117
* Replace valuator array with valuator mask in convertAxesGreenscreener2022-11-244-75/+213
* Fixing discrepancy in naxesGreenscreener2022-11-231-2/+2
* Assign Wacom specific keys only to Wacom devicesPing Cheng2022-11-161-18/+25
* Move wcmDeviceTypeKeys to wcmConfig.cPing Cheng2022-11-163-218/+214
* gwacom: add support for special runtime optionsPeter Hutterer2022-09-132-0/+25
* x11: de-duplicate the valuator number assignmentPeter Hutterer2022-09-131-30/+28
* Remove useless Wacom action name settingPeter Hutterer2022-09-011-6/+0
* Bring two finger right-click function backPing Cheng2022-08-311-1/+1
* Don't report error when waiting for serial numberPing Cheng2022-07-251-5/+12
* Remove a comment referring to the wrong functionPeter Hutterer2022-07-251-4/+0
* 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