summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wacom 0.99.2xf86-input-wacom-0.99.2Peter Hutterer2022-02-082-2/+2
* configure.ac: require C99Peter Hutterer2022-02-071-0/+2
* xsetwacom: shut up two compiler warningsPeter Hutterer2022-02-071-4/+3
* meson.build: use dep.get_variable() instead of the deprecated onePeter Hutterer2022-02-071-3/+3
* Update configure.ac to point to our issue tracker if a unit test failsJason Gerecke2022-02-041-1/+1
* test: Enforce "zero minimum" workaround only for touch deviceJason Gerecke2022-02-041-5/+9
* tools: switch the xsetwacom tests to use the new test suite approach tooPeter Hutterer2022-02-043-16/+16
* test: fix long-standing typo in the initial size testsPeter Hutterer2022-02-041-2/+2
* test: add a test for the convertAxes helperPeter Hutterer2022-02-041-0/+84
* Replace our unit-test suite with something more magic and easierPeter Hutterer2022-02-0414-1187/+833
* meson.build: remove udev dep from wacom-testsPeter Hutterer2022-02-031-1/+1
* autotools: remove the libudev dependency from the driverPeter Hutterer2022-02-031-1/+1
* meson.build: remove an unused variablePeter Hutterer2022-02-031-5/+0
* wacom-record: print the mask of available valuesPeter Hutterer2022-02-032-0/+31
* wacom-record: print the mode for motion eventsPeter Hutterer2022-02-031-1/+4
* wacom-record: handle the extra device paths with g_autofree tooPeter Hutterer2022-02-031-1/+2
* wacom-record: fix segfault if no argument was suppliedPeter Hutterer2022-02-031-1/+1
* x11: handle valuators with a first_valuator != 0 correctlyPeter Hutterer2022-02-031-6/+7
* Remove a declaration and some comments referring to serial devicesPeter Hutterer2022-02-033-5/+1
* CI: add jobs to build from tarballsPeter Hutterer2022-02-021-0/+72
* autotools: make sure the gwacom sources are in the tarballPeter Hutterer2022-02-021-0/+8
* wacom 0.99.1xf86-input-wacom-0.99.1Peter Hutterer2022-02-012-2/+2
* meson: default to the module dir from xorg-server.pcPeter Hutterer2022-01-242-3/+2
* Fix a compilation error when DEBUG is undefinedPeter Hutterer2022-01-172-6/+3
* Escape an unused variable with ifdef DEBUGPeter Hutterer2022-01-171-0/+2
* Change the v3-v6 debug holders to an arrayPeter Hutterer2022-01-171-13/+13
* Remove duplicate setting of v5/v6Peter Hutterer2022-01-171-2/+0
* Remove an unused variablePeter Hutterer2022-01-171-5/+3
* github: skip the coverity workflow in the forksPeter Hutterer2022-01-171-0/+1
* Remove support for serial devices from the driverPeter Hutterer2022-01-125-1044/+3
* Report puck "throttle" (absolute scrollwheel) data in correct axisJason Gerecke2022-01-081-1/+1
* github: make the workflow names a bit smarterPeter Hutterer2022-01-051-2/+2
* Disallow initalization of unknown device axis by wcmInitAxisJason Gerecke2021-12-201-0/+2
* Bail out if wcmDevStar() failsPeter Hutterer2021-12-201-1/+2
* Remove an outdated commentPeter Hutterer2021-12-201-1/+0
* Change wcmDevSwitchModeCall to take and return a BoolPeter Hutterer2021-12-203-17/+15
* Remove an outdated commentPeter Hutterer2021-12-201-3/+0
* Add a debugging hook for evdev eventsPeter Hutterer2021-12-206-1/+57
* Drop include of linux/version.hPeter Hutterer2021-12-201-1/+0
* Add a GObject-based interface to the driverPeter Hutterer2021-12-209-2/+1822
* Move the X-driver-specific files into src/x11Peter Hutterer2021-12-204-4/+4
* Split the various logging functions into several callsPeter Hutterer2021-12-2010-31/+133
* Pass the context to two helper functionsPeter Hutterer2021-12-204-20/+21
* Decide on the hotplugged device's name in the driverPeter Hutterer2021-12-203-26/+29
* Change return type of wcmDevInit for better readabilityPeter Hutterer2021-12-202-2/+2
* Allocate the touch valuators in the driver layerPeter Hutterer2021-12-202-1/+8
* Wrap GetTimeInMillis()Peter Hutterer2021-12-205-17/+23
* Move a function to the core driver layerPeter Hutterer2021-12-202-25/+26
* Abstract the pInfo pointer as a generic frontend void pointerPeter Hutterer2021-12-206-40/+48
* Allow building the driver without serial ISDV4 supportPeter Hutterer2021-12-207-46/+70