summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-03-20tools: touchpad-pressure: init the lo/hi values correctlyPeter Hutterer1-3/+3
2018-03-20tools: libinput-record: print the mouse and pointingstick udev propertiesPeter Hutterer1-1/+3
2018-03-19tools: libinput-record: print a progress bar when recording to a filePeter Hutterer1-1/+17
2018-03-19tools: libinput-record: print a comment when the device is in a neutral statePeter Hutterer1-1/+48
2018-03-19tools: libinput-record: add support for printing libinput eventsPeter Hutterer4-56/+912
2018-03-15tools: libinput-debug-events stop variable needs volatilePeter Seiderer1-1/+1
2018-03-13tools: libinput-replay: only print the events in verbose modePeter Hutterer1-1/+2
2018-03-09tools: libinput-record: add separate variable for the first devicePeter Hutterer1-2/+5
2018-03-09tools: libinput-record: drop unused 'print' argumentPeter Hutterer1-2/+2
2018-03-09tools: libinput-record: fix frame printing for multiple devicesPeter Hutterer1-4/+14
2018-03-09tools: add a tool to verify the yaml output from libinput-recordPeter Hutterer1-0/+194
2018-03-08tools: record udev properties in libinput-recordPeter Hutterer2-0/+66
2018-03-06tools: add the git version in the libinput-record outputPeter Hutterer1-0/+2
2018-03-01tools: remove a stray perror() in libinput-recordPeter Hutterer1-1/+0
2018-03-01tools: fix two scan-build errors in libinput-recordPeter Hutterer1-2/+1
2018-03-01tools: add --all to libinput-recordPeter Hutterer2-2/+77
2018-03-01tools: add a libinput-replay toolPeter Hutterer2-0/+219
2018-03-01tools: add a libinput-record toolPeter Hutterer3-0/+1225
2018-02-27tools: fix inverse up/down threshold handling in measure touch-sizePeter Hutterer1-1/+1
2018-02-26tools: fix option parsing in libinput measurePeter Hutterer1-1/+1
2018-02-26tools: remove pressure copy/paste leftovers from measure touch-sizePeter Hutterer1-11/+1
2018-02-20libinput-measure-touchpad-tap: use /usr/bin/env to invoke python3Maxin B. John1-1/+1
2018-02-16Silence coverity warning about uninitialized entryPeter Hutterer1-1/+1
2018-02-16meson: Fix bindir usage in install scriptQuentin Glidic1-6/+4
2017-12-01Include stdarg.h where variadic functions are usedGreg V2-0/+2
2017-11-30tools: print the device in all measure toolsPeter Hutterer3-0/+9
2017-11-29tools: print out the device used for measuring the trackpoint rangePeter Hutterer1-0/+2
2017-11-29tools: clarify PermissionError in measure-trackpoint-rangePeter Hutterer1-1/+1
2017-11-27tools: fix dashes in man pagePeter Hutterer1-1/+1
2017-11-17tools: replace the tap time measuring tool with a python onePeter Hutterer2-509/+261
2017-11-16tools: fix typo in man pagePeter Hutterer1-1/+1
2017-11-15man: add --enable-middlebutton to debug-events man pagePeter Hutterer1-0/+3
2017-11-14tools: fix two flake8-3 warningsPeter Hutterer2-0/+2
2017-11-14tools: handle missing evdev/pyudev modules with a better error messagePeter Hutterer3-9/+27
2017-11-09tools: when the command isn't installed, print thatPeter Hutterer1-5/+14
2017-11-09tools: fix missing words in man pagePeter Hutterer1-1/+1
2017-11-09tools: add an extra linebreak before closingPeter Hutterer1-0/+2
2017-11-06tools: Handle LIBINPUT_SWITCH_TABLET_MODEStefan Brüns1-0/+3
2017-11-06tools: Show gesture/switch capabilities in list-devices outputStefan Brüns1-0/+6
2017-10-10tools: restore default permissions for a source filePeter Hutterer1-0/+0
2017-09-18tools: add --disable-sendevents option to the debug-events/debug-gui toolsPeter Hutterer3-0/+25
2017-09-06tools: remove a leftover debug printf statementPeter Hutterer1-1/+0
2017-09-05tools: restore option handling for the debug guiPeter Hutterer1-2/+4
2017-08-01touchpad: Enable timestamp smoothing support for bluetooth touchpadsHans de Goede1-1/+1
2017-07-20filter: add a custom trackpoint acceleratorPeter Hutterer1-5/+33
2017-07-20tools: add a command to analyze trackpointsPeter Hutterer4-0/+229
2017-07-14Merge branch 'wip/touchpad-apple-touch-major-v2'Peter Hutterer4-0/+398
2017-07-12tools: add an extra linebreak in the tap measuring toolPeter Hutterer1-0/+2
2017-07-12Add safe_strdup()Peter Hutterer1-1/+1
2017-07-12Abort if zalloc ever failsPeter Hutterer1-3/+3