summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* meson.build: build libinput replay as wellPeter Hutterer2021-02-231-0/+0
* tools/record: use a helper function to get the next event for a devicePeter Hutterer2021-02-231-21/+20
* tools/record: switch record over to using epollPeter Hutterer2021-02-231-97/+184
* tools/record: reword parts of the man pagePeter Hutterer2021-02-231-3/+3
* tools/record: use safe_basename() to get to the hid report descriptorPeter Hutterer2021-02-231-8/+5
* tools/record: simplify the behavior to emulate Python's join()Peter Hutterer2021-02-231-14/+13
* tools/replay: Enter quits if there are no eventsPeter Hutterer2021-02-231-3/+10
* tools/replay: search for the first event with a timestampPeter Hutterer2021-02-231-13/+10
* tools/record: print a header as first linePeter Hutterer2021-02-221-0/+1
* tools/record: fix outdated commentPeter Hutterer2021-02-191-1/+1
* tools/record: de-inline our functionsPeter Hutterer2021-02-191-37/+39
* tools/record: correct the evdev data format in the man pagePeter Hutterer2021-02-191-2/+2
* tools/record: remove a useless assignmentPeter Hutterer2021-02-121-1/+0
* tools/record: add some curly bracesPeter Hutterer2021-02-121-1/+2
* tools: add a tool to analyze the finger count from a recordingPeter Hutterer2021-01-293-0/+250
* tools/record: print the wall clock time every few secondsPeter Hutterer2021-01-291-1/+60
* tools/record: use a pointer to the libinput fd poll entryPeter Hutterer2021-01-291-4/+4
* tools/record: use a pointer to the signalfd poll entryPeter Hutterer2021-01-291-4/+5
* tools/record: narrow the scope of two variablesPeter Hutterer2021-01-291-2/+3
* tools/record: initialize all pollfds in the same loopPeter Hutterer2021-01-291-6/+8
* Use python black for all pyhon file formattingPeter Hutterer2021-01-289-869/+1225
* gitlab CI: fix flake8 complaintsPeter Hutterer2021-01-041-1/+1
* treewide: fix typosTorstein Husebø2020-12-164-5/+5
* tools: print the AttrEventCodeEnable and AttrInputPropEnable/Disable quirksPeter Hutterer2020-11-101-4/+33
* tools/debug-events: rework touch event printingPeter Hutterer2020-10-211-28/+20
* tools: color-group the debugging messagesPeter Hutterer2020-10-071-3/+12
* tools: print the libinput_dispatch() counter for debugging messagesPeter Hutterer2020-10-064-2/+22
* tools: only call libinput_dispatch() once per pollPeter Hutterer2020-10-063-3/+0
* tools/record: compress a set of printfs into onePeter Hutterer2020-09-171-4/+3
* tools/record: prefix the device list with a # characterPeter Hutterer2020-09-171-4/+10
* tools/record: add --grab optionPeter Hutterer2020-09-162-5/+25
* check return value for udev_new()weizhixiang2020-09-152-1/+11
* tools/replay: check the recorded udev properties against the local propertiesPeter Hutterer2020-09-111-0/+39
* remove extra paramenter in libinput-debug-eventsweizhixiang2020-09-071-2/+2
* [clang-tidy] do not use else after returnRosen Penev2020-08-273-25/+31
* tools: fix a replay exception when a recording has an empty quirks listPeter Hutterer2020-08-241-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