summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-11tools: add a tool to measure touch size and orientationPeter Hutterer4-0/+398
2017-07-10Fix a few things scan-build complains aboutPeter Hutterer1-4/+5
2017-07-10tools: fix flake8 Python style warningsPeter Hutterer1-25/+53
2017-07-10tools: change python sources to use space indentationPeter Hutterer1-202/+204
2017-07-10tools: remove unnecessary full stop in man pagePeter Hutterer1-1/+1
2017-07-04Merge branch 'wip/touchpad-palm-pressure'Peter Hutterer4-0/+328
2017-07-04Drop autotoolsPeter Hutterer2-80/+0
2017-07-03tools: add a tool to measure touch pressurePeter Hutterer4-0/+328
2017-07-03tools: tidy up the libinput man pages againPeter Hutterer5-43/+40
2017-07-03tools: add the libinput version to the man pagesPeter Hutterer7-6/+13
2017-06-26tools: fix invocation of subtoolsPeter Hutterer1-1/+1
2017-06-26tools: split the configuration option parsing outPeter Hutterer7-292/+290