summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* test: Enforce "zero minimum" workaround only for touch deviceJason Gerecke2022-02-041-5/+9
* 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-045-36/+617
* autotools: remove the libudev dependency from the driverPeter Hutterer2022-02-031-1/+1
* wacom-record: print the mask of available valuesPeter Hutterer2022-02-031-0/+2
* 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
* autotools: make sure the gwacom sources are in the tarballPeter Hutterer2022-02-021-0/+8
* Fix a compilation error when DEBUG is undefinedPeter Hutterer2022-01-171-6/+2
* 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
* Remove support for serial devices from the driverPeter Hutterer2022-01-124-1035/+2
* Report puck "throttle" (absolute scrollwheel) data in correct axisJason Gerecke2022-01-081-1/+1
* 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-204-0/+34
* Drop include of linux/version.hPeter Hutterer2021-12-201-1/+0
* Add a GObject-based interface to the driverPeter Hutterer2021-12-206-1/+1360
* Move the X-driver-specific files into src/x11Peter Hutterer2021-12-203-2/+2
* Split the various logging functions into several callsPeter Hutterer2021-12-209-31/+127
* Pass the context to two helper functionsPeter Hutterer2021-12-203-17/+17
* 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-205-38/+46
* Allow building the driver without serial ISDV4 supportPeter Hutterer2021-12-205-16/+26
* Move model listing to the X driver layerPeter Hutterer2021-12-203-23/+23
* Store the valuator range we initialized our axes withPeter Hutterer2021-12-203-12/+18
* Add a hook to update the device's name in the driverPeter Hutterer2021-12-203-4/+12
* Replace pInfo->fd direct access with a get/set abstraction layerPeter Hutterer2021-12-206-61/+58
* Prefer priv->name over pInfo->namePeter Hutterer2021-12-202-4/+4
* Switch the type handling to an enumPeter Hutterer2021-12-204-42/+66
* Split type name and flag assignmentPeter Hutterer2021-12-203-16/+31
* Add the interface declaration for queuing device hotplugPeter Hutterer2021-12-203-152/+163
* Declare the three special property update functionsPeter Hutterer2021-12-202-3/+8
* Add an emulation of the X server's timer APIPeter Hutterer2021-12-206-22/+78
* Use the option API we provide in the interfacePeter Hutterer2021-12-205-58/+45
* Add an emulation of the X server's option handlingPeter Hutterer2021-12-202-0/+68
* Add the WacomInterface header filePeter Hutterer2021-12-205-142/+183
* Move wcmLog to the driver implementationPeter Hutterer2021-12-202-14/+18
* Add a helper function to iterate over local devices to the driver layerPeter Hutterer2021-12-204-147/+186
* Move the device initialization bits into the core driver layerPeter Hutterer2021-12-203-186/+187