summaryrefslogtreecommitdiff
path: root/tools/libinput-record.c
Commit message (Expand)AuthorAgeFilesLines
* tools: record: fix two memory leaksPeter Hutterer2019-08-011-1/+4
* tools: record: fix segfault on exitPeter Hutterer2019-08-011-1/+2
* tools: record: when running from the builddir, load the quirks correctlyPeter Hutterer2019-07-241-0/+8
* tools: record: increase value size to 6 digitsPeter Hutterer2019-04-011-2/+2
* Fix three coverity complaintsPeter Hutterer2019-03-251-1/+1
* tools: record: print a helpful error message when we don't have devicesPeter Hutterer2019-03-041-2/+15
* tools: libinput-record: record the hid report descriptor where availablePeter Hutterer2019-01-021-0/+47
* tools: fix a bunch of format conversion complaintsPeter Hutterer2018-09-121-32/+32
* tools: record: don't bother setting last_ms to 0 on the first eventPeter Hutterer2018-08-061-2/+0
* Import versionsort implementation from musl for systems without versionsortGreg V2018-07-161-0/+1
* Rename data/ to quirks/Peter Hutterer2018-07-131-2/+2
* tools: libinput-record: print the list of quirksPeter Hutterer2018-06-261-0/+62
* tools: libinput-record: put extra guard in to protect from OOB accessPeter Hutterer2018-06-111-1/+4
* tools: libinput-record: fix leaking memory in the error casesPeter Hutterer2018-05-161-3/+7
* tools: libinput-record: print switch events in --with-libinputPeter Hutterer2018-05-031-0/+39
* tools: libinput-record: print tablet events in --with-libinputPeter Hutterer2018-05-031-1/+395
* tools: libinput-record: move the event time offset to the first place we get itPeter Hutterer2018-05-031-2/+3
* tools: libinput-record: add gesture supportPeter Hutterer2018-04-191-0/+88
* Remove some duplicate empty linesPeter Hutterer2018-04-161-4/+0
* tools: libinput-record: print the mouse and pointingstick udev propertiesPeter Hutterer2018-03-201-1/+3
* tools: libinput-record: print a progress bar when recording to a filePeter Hutterer2018-03-191-1/+17
* tools: libinput-record: print a comment when the device is in a neutral statePeter Hutterer2018-03-191-1/+48
* tools: libinput-record: add support for printing libinput eventsPeter Hutterer2018-03-191-51/+683
* tools: libinput-record: add separate variable for the first devicePeter Hutterer2018-03-091-2/+5
* tools: libinput-record: drop unused 'print' argumentPeter Hutterer2018-03-091-2/+2
* tools: libinput-record: fix frame printing for multiple devicesPeter Hutterer2018-03-091-4/+14
* tools: record udev properties in libinput-recordPeter Hutterer2018-03-081-0/+52
* tools: add the git version in the libinput-record outputPeter Hutterer2018-03-061-0/+2
* tools: remove a stray perror() in libinput-recordPeter Hutterer2018-03-011-1/+0
* tools: fix two scan-build errors in libinput-recordPeter Hutterer2018-03-011-2/+1
* tools: add --all to libinput-recordPeter Hutterer2018-03-011-2/+69
* tools: add a libinput-record toolPeter Hutterer2018-03-011-0/+989