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.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-07
ModelTabletModeNoSuspend=1 is currently only honored for keyboards, but not t...
Thomas Sailer
1
-0
/
+4
2019-01-07
doc: fix doxygen references for libinput_get_user_data
Peter Hutterer
1
-1
/
+2
2018-12-18
quirks: add a quirk for the Lenovo T480s clickpad
Peter Hutterer
3
-0
/
+8
2018-10-29
quirks: switch a few model quirks over to use the new evcode disabling
Peter Hutterer
3
-96
/
+6
2018-10-29
quirks: add the ability to disable custom event codes/types
Peter Hutterer
5
-2
/
+205
2018-10-29
evdev: log the wheel click angle setting
Peter Hutterer
1
-13
/
+15
2018-10-16
quirks: use basename in a POSIX compliant way
Greg V
1
-1
/
+4
2018-10-15
touchpad: handle a touch ending and restarting in the same frame
Peter Hutterer
1
-0
/
+12
2018-10-15
touchpad: only log the touch state if we have something to log
Peter Hutterer
1
-1
/
+2
2018-10-04
touchpad: avoid motion events when moving one finger into AREA
Peter Hutterer
2
-1
/
+45
2018-10-04
touchpad: don't calculate movement for an already-moved touch
Peter Hutterer
1
-0
/
+3
2018-10-04
touchpad: align the button state log messages
Peter Hutterer
1
-1
/
+1
2018-10-03
touchpad: if two fingers are within the lower thumb area, they're not thumbs
Peter Hutterer
1
-0
/
+22
2018-10-02
touchpad: ignore motion speed for hovering touches
Peter Hutterer
1
-0
/
+5
2018-09-28
touchpad: fix typo
Peter Hutterer
1
-1
/
+1
2018-09-27
fallback: cancel touches, don't just release them when we suspend
Peter Hutterer
1
-6
/
+31
2018-09-27
tablet: make evdev_reject_device return a bool
Peter Hutterer
1
-3
/
+3
2018-09-26
evdev: disable pressure on the Asus UX302LA touchpad
Peter Hutterer
3
-0
/
+16
2018-09-26
evdev: add a quirk for the Kensington Orbit
Peter Hutterer
3
-2
/
+8
2018-09-20
quirks: replace the manual enumation of all quirks with a loop
Peter Hutterer
2
-35
/
+10
2018-09-20
evdev: switch the model flags to use the quirks directly
Peter Hutterer
7
-84
/
+72
2018-09-20
evdev: align the model flags for easier reading
Peter Hutterer
1
-30
/
+30
2018-09-20
quirks: sort the quirks model flags in alphabetical order
Peter Hutterer
2
-33
/
+33
2018-09-17
Updated: jumping cursor documentation link
Bennett Hardwick
1
-1
/
+1
2018-09-13
util: check for < 0 explicitly in safe_atou
Peter Hutterer
1
-1
/
+1
2018-09-06
tablet: on tip down/up, force the delta to zero
Peter Hutterer
1
-0
/
+4
2018-09-05
tablet: always set the changed axis bits if the coordinates differ
Peter Hutterer
1
-0
/
+5
2018-09-04
touchpad: style fix, add missing curlies
Peter Hutterer
1
-2
/
+2
2018-08-31
touchpad: add timestamp-based jump detection
Peter Hutterer
3
-2
/
+164
2018-08-31
quirks: add a quirk to monitor MSC_TIMESTAMP for pointer jumps
Peter Hutterer
2
-0
/
+9
2018-08-31
quirks: add missing i2c and rmi bus matching
Peter Hutterer
1
-0
/
+8
2018-08-31
touchpad: make tp_detect_jumps() time-independent
Peter Hutterer
3
-9
/
+38
2018-08-29
touchpad: fine tune size-based thumb detection
Matt Mayfield
1
-6
/
+7
2018-08-29
touchpad: add support for size-based thumb detection
Peter Hutterer
4
-2
/
+28
2018-08-29
touchpad: clean up the thumb pressure handling out a bit
Peter Hutterer
2
-14
/
+18
2018-08-27
fallback: explicitly ignore external keyboards for the tablet mode switch
Peter Hutterer
1
-0
/
+3
2018-08-22
Add quirk to control velocity averaging, disable it by default
Kim Lindberger
13
-29
/
+79
2018-08-20
touchpad: improve pointer jump detection
Peter Hutterer
2
-3
/
+20
2018-08-13
touchpad: drop check for left button areas
Peter Hutterer
1
-2
/
+2
2018-08-13
touchpad: change the min vector for the scroll lock to 0.15
Peter Hutterer
1
-1
/
+1
2018-08-13
touchpad: if a finger in the button area moves by more than 5mm, release it
Peter Hutterer
2
-14
/
+57
2018-08-13
touchpad: coding style fixes
Peter Hutterer
1
-2
/
+4
2018-08-13
touchpad: rename 'curr' to 'current'
Peter Hutterer
2
-12
/
+12
2018-08-13
quirks: don't allow single quotes for values
Peter Hutterer
1
-1
/
+1
2018-08-13
util: tighten safe_atod parsing to only parse 'normal' numbers
Peter Hutterer
1
-0
/
+19
2018-08-13
util: switch to a check for isnormal for safe_atod
Peter Hutterer
1
-1
/
+1
2018-08-13
util: fail property parsing if the dimensions are 0
Peter Hutterer
1
-1
/
+1
2018-08-10
Fix doc links to use dashes, not underscores
Peter Hutterer
2
-4
/
+4
2018-08-08
touchpad: 90-degree scroll helper
Matt Mayfield
2
-1
/
+150
2018-08-07
tablet: unify the license text with what we have in COPYING
Peter Hutterer
5
-80
/
+85
[next]