summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-07-24tools: record: when running from the builddir, load the quirks correctlyPeter Hutterer1-0/+8
2019-07-24tools: handle arguments correctly for the YAML verifier toolPeter Hutterer1-3/+4
2019-07-24tools: skip the event tests for eventless recordings in the YAML verifierPeter Hutterer1-0/+12
2019-07-05Fixed a grammar errorpixl1-1/+1
2019-06-26tools: return 77 if gtk_init() fails in the debug-guiPeter Hutterer2-14/+26
2019-06-26tools: skip debug-gui option testing if the debug-gui is disabledPeter Hutterer1-0/+5
2019-06-24tools: improve the error messages for measure touch-size/touchpad-pressurePeter Hutterer2-4/+6
2019-06-13tools: describe the various debug-gui features in the man pagePeter Hutterer1-0/+48
2019-06-13tools: handle pad strip/ring events in the debug-guiPeter Hutterer1-8/+103
2019-06-13tools: display tablet and tablet pad buttons when pressedPeter Hutterer1-0/+35
2019-06-07tablet: add a the Totem tool type to the tablet interfacePeter Hutterer2-0/+44
2019-05-27tools: add --apply-to to debug-events and debug-guiPeter Hutterer4-10/+39
2019-05-07tools: drop the valgrind check in the option-parsing testPeter Hutterer1-3/+0
2019-05-07tools: we don't need a core file for failed option parser testsPeter Hutterer1-1/+6
2019-04-09tools: fix waiting for the tool to quit in the options testPeter Hutterer1-4/+6
2019-04-08tools: use American spelling for 'unrecognized'Peter Hutterer1-17/+17
2019-04-01tools: switch measure-touchpad-tap to python-libevdevPeter Hutterer1-24/+15
2019-04-01tools: switch measure-touchpad-pressure to python-libevdevPeter Hutterer1-37/+29
2019-04-01tools: switch measure-touch-size to python-libevdevPeter Hutterer1-31/+22
2019-04-01tools: switch measure-fuzz to use python-libevdevPeter Hutterer1-31/+11
2019-04-01tools: record: increase value size to 6 digitsPeter Hutterer1-2/+2
2019-03-28test: fix tool option parsing tests for signalsPeter Hutterer1-1/+3
2019-03-28tools: fix the tool option parse test to handle unittest argumentsPeter Hutterer1-5/+6
2019-03-25Fix three coverity complaintsPeter Hutterer1-1/+1
2019-03-15tools: flake8 fixes, typo fixes and missing exception handlingPeter Hutterer1-10/+11
2019-03-14tools: move the builddir lookup function out to a separate filePeter Hutterer5-131/+12
2019-03-12tools: skip the option parsing test during valgrindPeter Hutterer1-0/+3
2019-03-04tools: display the discrete axis steps tooPeter Hutterer2-2/+54
2019-03-04tools: group the scroll bits into a structPeter Hutterer1-12/+14
2019-03-04tools: record: print a helpful error message when we don't have devicesPeter Hutterer1-2/+15
2019-02-14tools: debug-gui: change the tablet colorPeter Hutterer1-2/+2
2019-02-14tools: debug-gui: add a previously unbalanced cairo_restore()Peter Hutterer1-13/+6
2019-02-14tools: debug-gui: move the pointer delta code to draw_pointerPeter Hutterer1-22/+25
2019-02-13tools: draw the tablet before the touch pointsPeter Hutterer1-1/+1
2019-02-13tools: draw other buttons in the debug-guiPeter Hutterer1-0/+42
2019-02-13tools: debug-gui: move the lmr button handling into a substructPeter Hutterer1-9/+12
2019-02-13tools: debug-gui: show cancelled touches as unfilled circlesPeter Hutterer1-10/+27
2019-01-17tools: document show-keycodes option for libinput-recordPeter Hutterer1-0/+4
2019-01-02tools: libinput-record: record the hid report descriptor where availablePeter Hutterer3-0/+60
2019-01-02tools: measure-fuzz: slightly expand the helpPeter Hutterer1-1/+1
2019-01-02tools: measure-fuzz: fix a typoPeter Hutterer1-1/+1
2019-01-02tools: measure-fuzz: downgrade the fuzz mismatch error to just a warningPeter Hutterer1-2/+2
2019-01-02tools: measure-fuzz: fix exception printingPeter Hutterer1-1/+1
2018-12-19tools: don't apply config options on device removedPeter Hutterer2-4/+5
2018-11-07tools: draw evdev events in the debug-guiPeter Hutterer1-5/+296
2018-11-07tools: let debug-events take a device pathPeter Hutterer6-11/+35
2018-11-07tools: add a test for tool option parsingPeter Hutterer1-0/+220
2018-11-07tools: make the tools exit with exit code 2 on usage issuesPeter Hutterer6-15/+17
2018-11-07tools: debug-events: install the signal handler before any libinput operationsPeter Hutterer1-11/+11
2018-11-07tools: handle sigint in debug-guiPeter Hutterer1-0/+11