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-08-31
High-resolution scroll wheel support
Peter Hutterer
2
-57
/
+63
2021-08-03
debug-gui: pointer locking on X11
José Expósito
1
-0
/
+65
2021-08-03
debug-gui: pointer locking on Wayland
José Expósito
1
-11
/
+143
2021-08-03
debug-gui: migrate to GTK4
José Expósito
1
-4
/
+79
2021-08-03
tools/debug-gui: refactor UI element placement
José Expósito
1
-6
/
+12
2021-08-03
tools/debug-gui: use GMainLoop instead of gtk_main
José Expósito
1
-3
/
+14
2021-08-03
tools/debug-gui: move gtk_main_quit to a function
José Expósito
1
-5
/
+14
2021-07-28
quirks: Add tablet smoothing attribute.
Quytelda Kahja
1
-0
/
+1
2021-07-22
Mark some functions as printf-like to silence some compiler warnings
Peter Hutterer
2
-0
/
+2
2021-07-22
Silence compiler warnings for -Wformat-nonliteral
Peter Hutterer
2
-0
/
+6
2021-07-22
Replace fallthrough comments with __attribute__((fallthrough))
Peter Hutterer
1
-1
/
+1
2021-06-15
using secure functions safe_strdup
luokai
1
-2
/
+2
2021-06-09
libinput: add hold gesture public API and tool support
José Expósito
2
-4
/
+70
2021-05-24
use more safety list_for_each_safe when remove element in traversing list
weizhixiang
1
-1
/
+1
2021-05-24
use ARRAY_FOR_EACH when traverse array
weizhixiang
2
-13
/
+14
2021-05-18
tools/record: narrow down the obfuscation range
Peter Hutterer
1
-3
/
+12
2021-05-18
tools/replay: do not replay key repeat events
Peter Hutterer
2
-8
/
+29
2021-05-05
tools/record: add support for hidraw recording
Peter Hutterer
3
-5
/
+176
2021-04-30
tools/record: linebreak the hid report descriptor every 16 bytes
Peter Hutterer
1
-2
/
+16
2021-04-30
tools/record: print the HID report descriptor as hex
Peter Hutterer
1
-2
/
+1
2021-04-30
tools/record: fix a strlen assumption
Peter Hutterer
1
-1
/
+1
2021-03-30
tools/record: line up the "neutral state" message
Peter Hutterer
1
-1
/
+1
2021-03-30
tools/record: rework the event printing
Peter Hutterer
1
-559
/
+407
2021-03-30
tools/record: rename the output file handling
Peter Hutterer
1
-21
/
+25
2021-03-30
tools/record: remember the first device in the context
Peter Hutterer
1
-16
/
+12
2021-03-30
tools/record: append the devices in-order
Peter Hutterer
1
-1
/
+1
2021-03-30
tools/record: get rid of indent push/pop, replace with fixed indents
Peter Hutterer
1
-128
/
+101
2021-03-30
tools/record: mark the iprintf function as printf
Peter Hutterer
1
-0
/
+1
2021-03-30
tools/record: switch the output file from an fd to a FILE*
Peter Hutterer
1
-14
/
+12
2021-03-30
tools/record: deduplicate the device opening logic
Peter Hutterer
1
-28
/
+16
2021-03-26
tools/record: free the namelist when we're done
Peter Hutterer
1
-0
/
+3
2021-03-26
tools/record: localize a variable
Peter Hutterer
1
-4
/
+3
2021-03-26
tools/record: de-duplicate an error message
Peter Hutterer
1
-14
/
+7
2021-03-26
tools/record: factor out the output file collection
Peter Hutterer
1
-54
/
+74
2021-03-11
tools/debug-gui: draw a sprite for the unaccelerated pointer as well
Peter Hutterer
2
-6
/
+28
2021-03-11
tools/debug-gui: move the abs pointer position into a struct point
Peter Hutterer
1
-4
/
+4
2021-03-11
tools/debug-gui: move the pointer position into a struct point
Peter Hutterer
1
-10
/
+10
2021-03-11
tools/debug-gui: start the unaccelerated motion deltas in the screen center
Peter Hutterer
1
-0
/
+2
2021-03-10
tools/per-slot-delta: handle KeyboardInterrupts nicely
Peter Hutterer
1
-1
/
+4
2021-03-10
tools/per-slot-delta: print the button state too while analyzing
Peter Hutterer
1
-2
/
+20
2021-03-08
replace strncmp with strneq for safety-check
weizhixiang
1
-1
/
+1
2021-03-02
treewide: get rid of `tmp` argument in list_for_each_safe
Konstantin Kharlamov
1
-4
/
+4
2021-02-23
tools/record: fix two coverity complaints
Peter Hutterer
1
-2
/
+2
2021-02-23
tools: add a tool to print a libinput recording as a table
Peter Hutterer
3
-0
/
+232
2021-02-23
meson.build: build libinput replay as well
Peter Hutterer
1
-0
/
+0
2021-02-23
tools/record: use a helper function to get the next event for a device
Peter Hutterer
1
-21
/
+20
2021-02-23
tools/record: switch record over to using epoll
Peter Hutterer
1
-97
/
+184
2021-02-23
tools/record: reword parts of the man page
Peter Hutterer
1
-3
/
+3
2021-02-23
tools/record: use safe_basename() to get to the hid report descriptor
Peter Hutterer
1
-8
/
+5
2021-02-23
tools/record: simplify the behavior to emulate Python's join()
Peter Hutterer
1
-14
/
+13
[next]