summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: fix a replay exception when a recording has an empty quirks listPeter Hutterer2020-10-071-1/+6
* tools: add missing linebreak in error messagePeter Hutterer2020-07-081-1/+1
* tools: when running the test suite, start the debug-gui minimizedPeter Hutterer2020-07-072-0/+4
* tools: change the error message for missing toolsPeter Hutterer2020-07-012-3/+2
* Replace strneq() with strstartswith() for variable prefixesPeter Hutterer2020-06-171-1/+1
* tools: per-slot-delta: if a NONE touch gets data, assume it's startingPeter Hutterer2020-06-041-4/+20
* tools: per-slot-delta: construct the right InputEventPeter Hutterer2020-06-041-10/+2
* tools: replay: allow for missing quirks entry in libinput recordingsPeter Hutterer2020-05-221-3/+6
* tools: measure-fuzz: sleep for 2 seconds to give the hwdb timePeter Hutterer2020-04-191-2/+2
* tools: measure-fuzz: fix the tool to work againPeter Hutterer2020-04-191-6/+23
* tools: measure-fuzz: run systemd-hwdb update, not udevadm hwdbPeter Hutterer2020-04-191-2/+2
* tools: measure-fuzz: handle a None return correctlyPeter Hutterer2020-04-191-1/+1
* tools: per-slot-delta: skip the extra evbit indirectionPeter Hutterer2020-04-161-13/+12
* tools: per-slot-delta: drop an unused variablePeter Hutterer2020-04-111-2/+0
* tools: per-slot-delta: always mark slot 0 as usedPeter Hutterer2020-04-111-0/+1
* tools: per-slot-delta: add arguments to set a threshold and ignore-belowPeter Hutterer2020-04-112-63/+102
* tools: per-slot-delta: init the slots with the right indexPeter Hutterer2020-04-111-2/+4
* tools: per-slot-delta: move printing the slot data into a helper functionPeter Hutterer2020-04-111-28/+37
* tools: per-slot-delta: print the BTN_TOUCH etc. bits in-linePeter Hutterer2020-04-112-18/+43
* tools: per-slot-delta: only render the slots that have been seenPeter Hutterer2020-04-111-1/+7
* quirks: correctly print boolean valuesLoïc Yhuel2020-04-061-1/+3
* tools: add a measure touchpad-size toolPeter Hutterer2020-03-303-0/+382
* tools: make the thumb threshold configurable while measuring pressurePeter Hutterer2020-03-302-0/+12
* tools: revamp the touchpad-pressure measuring toolPeter Hutterer2020-03-301-37/+82
* tools: add libinput analyze to the libinput tool help outputPeter Hutterer2020-03-291-0/+3
* tools: record: drop quotes from os-release informationPeter Hutterer2020-03-211-2/+2
* tools: if pytest fails to import, skip the tool option parsing testPeter Hutterer2020-03-201-1/+7
* man: install the analyze per-slot-delta man pagePeter Hutterer2020-03-201-0/+3
* tools: switch tool option parsing test to use pytestPeter Hutterer2020-03-172-308/+355
* tools: record: use the right exit code when the output file is missingPeter Hutterer2020-03-161-0/+1
* tools: record: allow for an output file without --oPeter Hutterer2020-03-163-5/+110
* tools: add a libinput analyze command with the per-slot-delta subcommandPeter Hutterer2020-03-164-0/+435
* tools: fix a typo in a man pagePeter Hutterer2020-03-121-1/+1
* tools: record: fix dmi recordingPeter Hutterer2020-03-091-21/+25
* quirks: rename the alps touchpad quirk to note it's a serial TP quirkPeter Hutterer2020-03-051-1/+1
* tools: constify the optarg handling of seatsPeter Hutterer2020-02-246-16/+12
* tools: replay: mkdir /etc/libinput if it doesn't exist yetPeter Hutterer2020-02-241-0/+1
* tools: record: fix fallback os-release file handlingPeter Hutterer2020-02-211-1/+1
* 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