summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-02-12tools/record: remove a useless assignmentPeter Hutterer1-1/+0
2021-02-12tools/record: add some curly bracesPeter Hutterer1-1/+2
2021-01-29tools: add a tool to analyze the finger count from a recordingPeter Hutterer3-0/+250
2021-01-29tools/record: print the wall clock time every few secondsPeter Hutterer1-1/+60
2021-01-29tools/record: use a pointer to the libinput fd poll entryPeter Hutterer1-4/+4
2021-01-29tools/record: use a pointer to the signalfd poll entryPeter Hutterer1-4/+5
2021-01-29tools/record: narrow the scope of two variablesPeter Hutterer1-2/+3
2021-01-29tools/record: initialize all pollfds in the same loopPeter Hutterer1-6/+8
2021-01-28Use python black for all pyhon file formattingPeter Hutterer9-869/+1225
2021-01-04gitlab CI: fix flake8 complaintsPeter Hutterer1-1/+1
2020-12-16treewide: fix typosTorstein Husebø4-5/+5
2020-11-10tools: print the AttrEventCodeEnable and AttrInputPropEnable/Disable quirksPeter Hutterer1-4/+33
2020-10-21tools/debug-events: rework touch event printingPeter Hutterer1-28/+20
2020-10-07tools: color-group the debugging messagesPeter Hutterer1-3/+12
2020-10-06tools: print the libinput_dispatch() counter for debugging messagesPeter Hutterer4-2/+22
2020-10-06tools: only call libinput_dispatch() once per pollPeter Hutterer3-3/+0
2020-09-17tools/record: compress a set of printfs into onePeter Hutterer1-4/+3
2020-09-17tools/record: prefix the device list with a # characterPeter Hutterer1-4/+10
2020-09-16tools/record: add --grab optionPeter Hutterer2-5/+25
2020-09-15check return value for udev_new()weizhixiang2-1/+11
2020-09-11tools/replay: check the recorded udev properties against the local propertiesPeter Hutterer1-0/+39
2020-09-07remove extra paramenter in libinput-debug-eventsweizhixiang1-2/+2
2020-08-27[clang-tidy] do not use else after returnRosen Penev3-25/+31
2020-08-24tools: fix a replay exception when a recording has an empty quirks listPeter Hutterer1-1/+6
2020-07-08tools: add missing linebreak in error messagePeter Hutterer1-1/+1
2020-07-07tools: when running the test suite, start the debug-gui minimizedPeter Hutterer2-0/+4
2020-07-01tools: change the error message for missing toolsPeter Hutterer2-3/+2
2020-06-17Replace strneq() with strstartswith() for variable prefixesPeter Hutterer1-1/+1
2020-06-04tools: per-slot-delta: if a NONE touch gets data, assume it's startingPeter Hutterer1-4/+20
2020-06-04tools: per-slot-delta: construct the right InputEventPeter Hutterer1-10/+2
2020-05-22tools: replay: allow for missing quirks entry in libinput recordingsPeter Hutterer1-3/+6
2020-04-19tools: measure-fuzz: sleep for 2 seconds to give the hwdb timePeter Hutterer1-2/+2
2020-04-19tools: measure-fuzz: fix the tool to work againPeter Hutterer1-6/+23
2020-04-19tools: measure-fuzz: run systemd-hwdb update, not udevadm hwdbPeter Hutterer1-2/+2
2020-04-19tools: measure-fuzz: handle a None return correctlyPeter Hutterer1-1/+1
2020-04-16tools: per-slot-delta: skip the extra evbit indirectionPeter Hutterer1-13/+12
2020-04-11tools: per-slot-delta: drop an unused variablePeter Hutterer1-2/+0
2020-04-11tools: per-slot-delta: always mark slot 0 as usedPeter Hutterer1-0/+1
2020-04-11tools: per-slot-delta: add arguments to set a threshold and ignore-belowPeter Hutterer2-63/+102
2020-04-11tools: per-slot-delta: init the slots with the right indexPeter Hutterer1-2/+4
2020-04-11tools: per-slot-delta: move printing the slot data into a helper functionPeter Hutterer1-28/+37
2020-04-11tools: per-slot-delta: print the BTN_TOUCH etc. bits in-linePeter Hutterer2-18/+43
2020-04-11tools: per-slot-delta: only render the slots that have been seenPeter Hutterer1-1/+7
2020-04-06quirks: correctly print boolean valuesLoïc Yhuel1-1/+3
2020-03-30tools: add a measure touchpad-size toolPeter Hutterer3-0/+382
2020-03-30tools: make the thumb threshold configurable while measuring pressurePeter Hutterer2-0/+12
2020-03-30tools: revamp the touchpad-pressure measuring toolPeter Hutterer1-37/+82
2020-03-29tools: add libinput analyze to the libinput tool help outputPeter Hutterer1-0/+3
2020-03-21tools: record: drop quotes from os-release informationPeter Hutterer1-2/+2
2020-03-20tools: if pytest fails to import, skip the tool option parsing testPeter Hutterer1-1/+7