summaryrefslogtreecommitdiff
path: root/tools/libinput-analyze-per-slot-delta.py
Commit message (Expand)AuthorAgeFilesLines
* tools/per-slot-delta: handle KeyboardInterrupts nicelyPeter Hutterer2021-03-101-1/+4
* tools/per-slot-delta: print the button state too while analyzingPeter Hutterer2021-03-101-2/+20
* Use python black for all pyhon file formattingPeter Hutterer2021-01-281-53/+99
* treewide: fix typosTorstein Husebø2020-12-161-2/+2
* 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: 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-111-63/+94
* 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-111-11/+26
* tools: per-slot-delta: only render the slots that have been seenPeter Hutterer2020-04-111-1/+7
* tools: add a libinput analyze command with the per-slot-delta subcommandPeter Hutterer2020-03-161-0/+264