summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* test: fix tool option parsing tests for signalsPeter Hutterer2019-03-281-1/+3
* tools: fix the tool option parse test to handle unittest argumentsPeter Hutterer2019-03-281-5/+6
* Fix three coverity complaintsPeter Hutterer2019-03-251-1/+1
* tools: flake8 fixes, typo fixes and missing exception handlingPeter Hutterer2019-03-151-10/+11
* tools: move the builddir lookup function out to a separate filePeter Hutterer2019-03-145-131/+12
* tools: skip the option parsing test during valgrindPeter Hutterer2019-03-121-0/+3
* tools: display the discrete axis steps tooPeter Hutterer2019-03-042-2/+54
* tools: group the scroll bits into a structPeter Hutterer2019-03-041-12/+14
* tools: record: print a helpful error message when we don't have devicesPeter Hutterer2019-03-041-2/+15
* tools: debug-gui: change the tablet colorPeter Hutterer2019-02-141-2/+2
* tools: debug-gui: add a previously unbalanced cairo_restore()Peter Hutterer2019-02-141-13/+6
* tools: debug-gui: move the pointer delta code to draw_pointerPeter Hutterer2019-02-141-22/+25
* tools: draw the tablet before the touch pointsPeter Hutterer2019-02-131-1/+1
* tools: draw other buttons in the debug-guiPeter Hutterer2019-02-131-0/+42
* tools: debug-gui: move the lmr button handling into a substructPeter Hutterer2019-02-131-9/+12
* tools: debug-gui: show cancelled touches as unfilled circlesPeter Hutterer2019-02-131-10/+27
* tools: document show-keycodes option for libinput-recordPeter Hutterer2019-01-171-0/+4
* tools: libinput-record: record the hid report descriptor where availablePeter Hutterer2019-01-023-0/+60
* tools: measure-fuzz: slightly expand the helpPeter Hutterer2019-01-021-1/+1
* tools: measure-fuzz: fix a typoPeter Hutterer2019-01-021-1/+1
* tools: measure-fuzz: downgrade the fuzz mismatch error to just a warningPeter Hutterer2019-01-021-2/+2
* tools: measure-fuzz: fix exception printingPeter Hutterer2019-01-021-1/+1
* tools: don't apply config options on device removedPeter Hutterer2018-12-192-4/+5
* tools: draw evdev events in the debug-guiPeter Hutterer2018-11-071-5/+296
* tools: let debug-events take a device pathPeter Hutterer2018-11-076-11/+35
* tools: add a test for tool option parsingPeter Hutterer2018-11-071-0/+220
* tools: make the tools exit with exit code 2 on usage issuesPeter Hutterer2018-11-076-15/+17
* tools: debug-events: install the signal handler before any libinput operationsPeter Hutterer2018-11-071-11/+11
* tools: handle sigint in debug-guiPeter Hutterer2018-11-071-0/+11
* tools: allow measuring single-touch ABS_PRESSUREPeter Hutterer2018-11-061-2/+8
* tools: drop a superfluous linebreak in the list-quirks outputPeter Hutterer2018-11-051-1/+1
* tools: handle the EventCodeDisable quirk in the quirks toolPeter Hutterer2018-11-051-0/+29
* tools: align the rotation value with 3 digitsPeter Hutterer2018-09-271-1/+1
* tools: add a missing space in the proximity in axis listingPeter Hutterer2018-09-271-1/+1
* quirks: replace the manual enumation of all quirks with a loopPeter Hutterer2018-09-201-127/+64
* quirks: sort the quirks model flags in alphabetical orderPeter Hutterer2018-09-201-11/+11
* tools: fix a bunch of format conversion complaintsPeter Hutterer2018-09-122-33/+33
* tools: drop the libinput measure trackpoint-range toolPeter Hutterer2018-09-114-269/+0
* tools: debug-events - print axes on tablet tip eventsPeter Hutterer2018-09-051-63/+65
* quirks: add a quirk to monitor MSC_TIMESTAMP for pointer jumpsPeter Hutterer2018-08-311-0/+2
* tools: handle a finger down at startup for measure pressure/touch-sizePeter Hutterer2018-08-292-14/+29
* touchpad: add support for size-based thumb detectionPeter Hutterer2018-08-292-2/+17
* tools: fix grab handling in libinput debug-guiPeter Hutterer2018-08-271-6/+4
* Add quirk to control velocity averaging, disable it by defaultKim Lindberger2018-08-222-5/+17
* tools: fix ptraccel-debug tool for the new trackpoint multiplierKim Lindberger2018-08-221-2/+2
* tools: debug-*: show unaccelerated deltas for pointer eventsPeter Hutterer2018-08-082-1/+39
* tools: record: don't bother setting last_ms to 0 on the first eventPeter Hutterer2018-08-061-2/+0
* tools: drop two unused importsPeter Hutterer2018-07-262-2/+0
* Merge branch 'master' of gitlab.freedesktop.org:libinput/libinputPeter Hutterer2018-07-201-0/+1
|\
| * Import versionsort implementation from musl for systems without versionsortGreg V2018-07-161-0/+1