index
:
wayland/libinput
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.16-branch
1.17-branch
1.18-branch
1.19-branch
1.2-branch
1.20-branch
1.22-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
main
master
tablet-support
wip/arch
wip/docbuild
wip/smaller-arch-image
input device management and event handling library (mirrored from https://gitlab.freedesktop.org/libinput/libinput)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-12
tools/record: remove a useless assignment
Peter Hutterer
1
-1
/
+0
2021-02-12
tools/record: add some curly braces
Peter Hutterer
1
-1
/
+2
2021-01-29
tools: add a tool to analyze the finger count from a recording
Peter Hutterer
3
-0
/
+250
2021-01-29
tools/record: print the wall clock time every few seconds
Peter Hutterer
1
-1
/
+60
2021-01-29
tools/record: use a pointer to the libinput fd poll entry
Peter Hutterer
1
-4
/
+4
2021-01-29
tools/record: use a pointer to the signalfd poll entry
Peter Hutterer
1
-4
/
+5
2021-01-29
tools/record: narrow the scope of two variables
Peter Hutterer
1
-2
/
+3
2021-01-29
tools/record: initialize all pollfds in the same loop
Peter Hutterer
1
-6
/
+8
2021-01-28
Use python black for all pyhon file formatting
Peter Hutterer
9
-869
/
+1225
2021-01-04
gitlab CI: fix flake8 complaints
Peter Hutterer
1
-1
/
+1
2020-12-16
treewide: fix typos
Torstein Husebø
4
-5
/
+5
2020-11-10
tools: print the AttrEventCodeEnable and AttrInputPropEnable/Disable quirks
Peter Hutterer
1
-4
/
+33
2020-10-21
tools/debug-events: rework touch event printing
Peter Hutterer
1
-28
/
+20
2020-10-07
tools: color-group the debugging messages
Peter Hutterer
1
-3
/
+12
2020-10-06
tools: print the libinput_dispatch() counter for debugging messages
Peter Hutterer
4
-2
/
+22
2020-10-06
tools: only call libinput_dispatch() once per poll
Peter Hutterer
3
-3
/
+0
2020-09-17
tools/record: compress a set of printfs into one
Peter Hutterer
1
-4
/
+3
2020-09-17
tools/record: prefix the device list with a # character
Peter Hutterer
1
-4
/
+10
2020-09-16
tools/record: add --grab option
Peter Hutterer
2
-5
/
+25
2020-09-15
check return value for udev_new()
weizhixiang
2
-1
/
+11
2020-09-11
tools/replay: check the recorded udev properties against the local properties
Peter Hutterer
1
-0
/
+39
2020-09-07
remove extra paramenter in libinput-debug-events
weizhixiang
1
-2
/
+2
2020-08-27
[clang-tidy] do not use else after return
Rosen Penev
3
-25
/
+31
2020-08-24
tools: fix a replay exception when a recording has an empty quirks list
Peter Hutterer
1
-1
/
+6
2020-07-08
tools: add missing linebreak in error message
Peter Hutterer
1
-1
/
+1
2020-07-07
tools: when running the test suite, start the debug-gui minimized
Peter Hutterer
2
-0
/
+4
2020-07-01
tools: change the error message for missing tools
Peter Hutterer
2
-3
/
+2
2020-06-17
Replace strneq() with strstartswith() for variable prefixes
Peter Hutterer
1
-1
/
+1
2020-06-04
tools: per-slot-delta: if a NONE touch gets data, assume it's starting
Peter Hutterer
1
-4
/
+20
2020-06-04
tools: per-slot-delta: construct the right InputEvent
Peter Hutterer
1
-10
/
+2
2020-05-22
tools: replay: allow for missing quirks entry in libinput recordings
Peter Hutterer
1
-3
/
+6
2020-04-19
tools: measure-fuzz: sleep for 2 seconds to give the hwdb time
Peter Hutterer
1
-2
/
+2
2020-04-19
tools: measure-fuzz: fix the tool to work again
Peter Hutterer
1
-6
/
+23
2020-04-19
tools: measure-fuzz: run systemd-hwdb update, not udevadm hwdb
Peter Hutterer
1
-2
/
+2
2020-04-19
tools: measure-fuzz: handle a None return correctly
Peter Hutterer
1
-1
/
+1
2020-04-16
tools: per-slot-delta: skip the extra evbit indirection
Peter Hutterer
1
-13
/
+12
2020-04-11
tools: per-slot-delta: drop an unused variable
Peter Hutterer
1
-2
/
+0
2020-04-11
tools: per-slot-delta: always mark slot 0 as used
Peter Hutterer
1
-0
/
+1
2020-04-11
tools: per-slot-delta: add arguments to set a threshold and ignore-below
Peter Hutterer
2
-63
/
+102
2020-04-11
tools: per-slot-delta: init the slots with the right index
Peter Hutterer
1
-2
/
+4
2020-04-11
tools: per-slot-delta: move printing the slot data into a helper function
Peter Hutterer
1
-28
/
+37
2020-04-11
tools: per-slot-delta: print the BTN_TOUCH etc. bits in-line
Peter Hutterer
2
-18
/
+43
2020-04-11
tools: per-slot-delta: only render the slots that have been seen
Peter Hutterer
1
-1
/
+7
2020-04-06
quirks: correctly print boolean values
Loïc Yhuel
1
-1
/
+3
2020-03-30
tools: add a measure touchpad-size tool
Peter Hutterer
3
-0
/
+382
2020-03-30
tools: make the thumb threshold configurable while measuring pressure
Peter Hutterer
2
-0
/
+12
2020-03-30
tools: revamp the touchpad-pressure measuring tool
Peter Hutterer
1
-37
/
+82
2020-03-29
tools: add libinput analyze to the libinput tool help output
Peter Hutterer
1
-0
/
+3
2020-03-21
tools: record: drop quotes from os-release information
Peter Hutterer
1
-2
/
+2
2020-03-20
tools: if pytest fails to import, skip the tool option parsing test
Peter Hutterer
1
-1
/
+7
[next]