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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-30
quirks: Chuwi AeroBook Plus has a clickpad falsely claiming to have BTN_RIGHT
satrmb
1
-0
/
+5
2021-07-30
test: Add test for parsing of boolean quirk attributes.
Quytelda Kahja
1
-0
/
+44
2021-07-30
doc: add common failed pipeline errors
José Expósito
3
-4
/
+115
2021-07-29
gitlab CI: drop dependencies between jobs
Peter Hutterer
2
-4
/
+12
2021-07-28
Add section for Lenovo Yoga C930 tablet in 50-system-lenovo.quirks.
Quytelda Kahja
1
-0
/
+6
2021-07-28
quirks: Add tablet smoothing attribute.
Quytelda Kahja
5
-8
/
+48
2021-07-28
Update quirks/50-system-chuwi.quirks
Sanjiv
1
-0
/
+4
2021-07-28
quirks: add Framework Touchpad Quirk
Kevin Anderson
1
-0
/
+5
2021-07-28
gitlab CI: debug the meson_build script
Peter Hutterer
1
-0
/
+1
2021-07-28
Define the versionsort overrides as inlines
Peter Hutterer
1
-3
/
+3
2021-07-28
gitlab CI: use the ci-templates FreeBSD templates
Peter Hutterer
4
-167
/
+81
2021-07-28
gitlab CI: move the SUITES handling to the template where it matters
Peter Hutterer
2
-2
/
+4
2021-07-28
gitlab CI: update to latest ci-templates
Peter Hutterer
3
-10
/
+10
2021-07-28
gitlab CI: split the qemu meson build parts out as separate template
Peter Hutterer
2
-22
/
+34
2021-07-28
gitlab CI: name the qemu tags per distribution
Peter Hutterer
2
-6
/
+6
2021-07-27
doc/user: move the hold gesture section up to the others
Peter Hutterer
1
-77
/
+77
2021-07-27
doc/user: fix the line alignments for the hold gesture tables
Peter Hutterer
1
-81
/
+73
2021-07-26
doc/user: make "verifying install" command portable
Andrea Ippolito
1
-6
/
+4
2021-07-22
touchpad: remove two unused functions
Peter Hutterer
1
-17
/
+0
2021-07-22
Mark some functions as printf-like to silence some compiler warnings
Peter Hutterer
3
-0
/
+3
2021-07-22
Disable -Wmissing-field-initializers
Peter Hutterer
1
-0
/
+1
2021-07-22
Silence compiler warnings for -Wformat-nonliteral
Peter Hutterer
4
-0
/
+15
2021-07-22
Replace fallthrough comments with __attribute__((fallthrough))
Peter Hutterer
8
-192
/
+194
2021-07-22
util-list: restore list_for_each_safe() to be a single statement
Peter Hutterer
2
-2
/
+38
2021-07-13
quirks: add a quirk for the X61 bezel buttons
Peter Hutterer
1
-0
/
+5
2021-07-13
quirks: add a quirk for the Purism Librem 14v1
The_Observer
1
-0
/
+7
2021-07-11
quirks: add pressure range for Dell Latitude 7480
Mohamed Elsharnouby
1
-0
/
+5
2021-06-26
quirks: add volume rocker quirk for Lenovo Duet 7i
Thomas Stenhouse-Pyne
1
-0
/
+6
2021-06-21
evdev: remove device when it is gone
Thomas Weißschuh
2
-0
/
+40
2021-06-21
quirks: add a quirk for the Huawei Matebook 2020 touchpad
Peter Hutterer
1
-0
/
+7
2021-06-17
gitlab CI: add a comment to explain how to actually edit the CI
Peter Hutterer
2
-0
/
+8
2021-06-15
using secure functions safe_strdup
luokai
6
-8
/
+8
2021-06-10
meson.build: bump to 1.18.900
Peter Hutterer
1
-1
/
+1
2021-06-10
gestures: improve one finger hold detection
José Expósito
4
-7
/
+169
2021-06-10
gestures: move first_moved and first_mm up
José Expósito
1
-3
/
+3
2021-06-10
gestures: always save touch information
José Expósito
1
-3
/
+6
2021-06-09
doc: update draw.io URL
José Expósito
4
-4
/
+4
2021-06-09
doc: add touchpad gestures state machine diagram
José Expósito
2
-0
/
+12
2021-06-09
doc: add docs for hold gestures
Peter Hutterer
1
-0
/
+229
2021-06-09
doc: note that gestures may be cancelled
Peter Hutterer
1
-3
/
+4
2021-06-09
gestures: add quick hold implementation
José Expósito
7
-4
/
+202
2021-06-09
tests: add hold gesture tests
José Expósito
1
-0
/
+222
2021-06-09
tests: optionally hold in gesture test functions
José Expósito
3
-14
/
+114
2021-06-09
tests: move existing gesture tests to functions to be able to reuse them
José Expósito
1
-317
/
+359
2021-06-09
gestures: add hold gesture implementation
José Expósito
9
-33
/
+365
2021-06-09
gesutures: allow to configure hold gestures
José Expósito
8
-0
/
+346
2021-06-09
libinput: add hold gesture public API and tool support
José Expósito
6
-9
/
+131
2021-06-09
gestures: filter motion inside the gesture state machine
José Expósito
3
-11
/
+21
2021-06-09
gestures: use events to change between states
José Expósito
1
-77
/
+277
2021-06-09
gestures: handle pointer motion as an extra state
José Expósito
2
-12
/
+31
[next]