summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* tools: record: record basic os-release information as wellPeter Hutterer2020-02-192-1/+29
* tools: record: rename a variable to just bufPeter Hutterer2020-02-191-5/+5
* tools: record: record the EVDEV_ABS properties correctlyPeter Hutterer2020-02-071-1/+1
* tools: record: record the EV_ABS deltas along with the absolute valuePeter Hutterer2020-01-311-5/+90
* tools: fix typo in debug-events man pagePeter Hutterer2020-01-311-1/+1
* tools: record: fix broken event time stamp recordingPeter Hutterer2020-01-301-4/+5
* tools: record: wrap the time offset handling into a helper functionPeter Hutterer2020-01-301-36/+19
* tools: refuse to replay recordings with timestamps from the futurePeter Hutterer2020-01-301-0/+4
* tools: align the tool type names on proximity nicelyPeter Hutterer2020-01-301-1/+1
* tools: fix abort caused by the pointing stick integration quirkPeter Hutterer2020-01-151-0/+1
* pad: add LIBINPUT_EVENT_TABLET_PAD_KEY for pad keysPeter Hutterer2019-12-042-0/+34
* tools: debug-events: don't overrun the device array with too many argumentsPeter Hutterer2019-12-042-1/+10
* tools: print the libinput version in debug-eventsPeter Hutterer2019-11-271-0/+4
* tools: libinput-record: drop the explicit --multiple argumentPeter Hutterer2019-11-273-58/+71
* tools: libinput-record: return the correct exit value on invalid usagePeter Hutterer2019-11-271-2/+4
* tools: libinput-record: bail out on invalid commandline argumentsPeter Hutterer2019-11-271-0/+3
* tools: print stderr/stdout when a option test failsPeter Hutterer2019-11-271-1/+1
* Adjust for 64bit time_t for 32bit architecturesPeter Hutterer2019-11-261-6/+10
* tools: make debug-events accept multiple device nodesPeter Hutterer2019-11-268-28/+63
* tools: replay: fix wrong timestamps for multiple device replayPeter Hutterer2019-11-251-9/+25
* tools: print the tip state in the tablet debugging toolPeter Hutterer2019-11-191-2/+2
* tools: add stylus button supportPeter Hutterer2019-11-191-13/+86
* tools: add a tablet debugging toolPeter Hutterer2019-11-193-0/+559
* tools: debug-events: expand timestamp prints to full millisPeter Hutterer2019-11-181-1/+1
* tools: debug-events: offset timestamps by the first normal eventPeter Hutterer2019-11-181-7/+11
* tools: libinput-record: expand the evdev event value to 7 digitsPeter Hutterer2019-11-181-1/+1
* tools: debug-gui: show pressure/distance as vertical barPeter Hutterer2019-11-012-5/+34
* tools: drop the specific libinput measure tools from the libinput man pagePeter Hutterer2019-10-291-9/+0
* tools: correct libinput measure reference to the tap man pagePeter Hutterer2019-10-291-1/+1
* libinput-list-devices: make paragraph about different settings terserKonstantin Kharlamov2019-10-281-3/+2
* libinput-list-devices: be more explicit about only listing defaultsKonstantin Kharlamov2019-10-281-1/+2
* Add a scroll button lock featurePeter Hutterer2019-10-173-0/+19
* libinput-tool.c: remove unused includesKonstantin Kharlamov2019-09-131-6/+0
* libinput-measure.c: remove unused includesKonstantin Kharlamov2019-09-131-5/+0
* libinput-debug-events.c: remove unused includesKonstantin Kharlamov2019-09-131-4/+1
* Remove some usage of libinput-util.hPeter Hutterer2019-09-117-8/+15
* tools: flake8 fixes for the various python filesPeter Hutterer2019-09-117-105/+94
* tools: change python invocations to use /usr/bin/env python3Peter Hutterer2019-09-112-2/+2
* tools: install local quirks during libinput replayPeter Hutterer2019-09-111-1/+45
* tools: make an infinite loop more obvious in the codePeter Hutterer2019-09-111-2/+1
* tools: factor out a sanity check in libinput-replayPeter Hutterer2019-09-111-7/+12
* tools: fix typo in debug-eventsRonan Pigott2019-08-131-1/+1
* tests: increase the timeout for the subprocess to receive the quit signalBenjamin Tissoires2019-08-071-1/+1
* 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: handle arguments correctly for the YAML verifier toolPeter Hutterer2019-07-241-3/+4
* tools: skip the event tests for eventless recordings in the YAML verifierPeter Hutterer2019-07-241-0/+12
* Fixed a grammar errorpixl2019-07-051-1/+1
* tools: return 77 if gtk_init() fails in the debug-guiPeter Hutterer2019-06-262-14/+26