summaryrefslogtreecommitdiff
path: root/tools/wacom-record.c
Commit message (Expand)AuthorAgeFilesLines
* Implement smooth panscrollingGreenscreener2022-11-241-0/+2
* 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
* wacom-record: silence a compiler warningPeter Hutterer2022-02-151-1/+1
* wacom-record: fix printing for multiple devicesPeter Hutterer2022-02-101-26/+28
* wacom-record: assert if device allocation failsPeter Hutterer2022-02-101-4/+1
* gwacom: make the enums GIR-compatiblePeter Hutterer2022-02-091-38/+38
* wacom-record: print the mask of available valuesPeter Hutterer2022-02-031-0/+29
* 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
* Add a debugging hook for evdev eventsPeter Hutterer2021-12-201-0/+20
* Add a GObject-based interface to the driverPeter Hutterer2021-12-201-0/+367