summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Misc. unsigned warning fixesJason Gerecke2022-02-222-3/+6
* 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
* 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
* Use locally-declared unsigned loop variables to eliminate warningsJason Gerecke2022-02-226-33/+22
* Fix -Wformat-signedness warningsJason Gerecke2022-02-225-16/+16
* Avoid Wformat-overflow warningJason Gerecke2022-02-221-1/+1
* cppcheck: Avoid uninitalized variable warningJason 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
* Correct typo in calculation of relative-mode non-pad RING2 valuesJason Gerecke2022-02-151-1/+1
* 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
* Don't crash wcmAllocate if name is NULLPeter Hutterer2022-02-101-1/+1
* 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
* 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
* autotools: add missing files to the tarballPeter Hutterer2022-02-091-1/+1
* gwacom: make the enums GIR-compatiblePeter Hutterer2022-02-092-45/+45
* gwacom: declare the WacomEventData as GBoxedTypePeter Hutterer2022-02-092-3/+21
* 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