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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-06
touchpad: sync BTN_TOOL_FINGER state on init
Peter Hutterer
1
-0
/
+8
2016-12-06
touchpad: add a quirk for the HP Pavilion dm4
Peter Hutterer
3
-1
/
+13
2016-12-06
evdev: use safe_atod to convert the matrix values
Peter Hutterer
1
-10
/
+16
2016-12-06
util: add a helper function to split a string into substrings
Peter Hutterer
2
-0
/
+100
2016-12-06
util: add safe_atod for locale-independent conversion
Peter Hutterer
2
-13
/
+31
2016-12-06
path: read the calibration prop on startup
Peter Hutterer
1
-0
/
+2
2016-12-06
evdev: move reading the calibration prop into a helper function
Peter Hutterer
3
-25
/
+43
2016-12-06
util: if errno is nonzero, exit early from safe_atoi
Peter Hutterer
1
-0
/
+4
2016-12-06
util: fix include order
Peter Hutterer
1
-1
/
+1
2016-12-06
util: fix indentation for safe_atoi
Peter Hutterer
1
-11
/
+11
2016-11-23
touchpad: only use the last two coordinates for delta calculation
Peter Hutterer
1
-15
/
+5
2016-11-22
evdev: simplify hysteresis code and document it
Peter Hutterer
1
-3
/
+35
2016-11-21
evdev: add a quirk for the HP Zbook Studio G3
Peter Hutterer
2
-0
/
+7
2016-11-10
evdev: fix typo / bugzilla url
Hermann Gausterer
1
-1
/
+1
2016-11-04
evdev: implement support for the MOUSE_WHEEL_CLICK_COUNT property
Peter Hutterer
4
-9
/
+77
2016-11-02
evdev: add hwdb quirk for HP Compaq 6910
Peter Hutterer
2
-2
/
+6
2016-11-02
evdev: actually ignore joysticks
Peter Hutterer
1
-1
/
+1
2016-10-28
Move touch_notify_frame declaration to the other touch functions
Peter Hutterer
1
-4
/
+4
2016-10-28
Add missing event type checks to libinput_event_gesture_get_base_event
Peter Hutterer
1
-0
/
+10
2016-10-28
touchpad: check for trackpoint/keyboard at the top of the helpers
Peter Hutterer
1
-3
/
+7
2016-10-28
touchpad: split the touchpad->keyboard/trackpoint pairing helpers out
Peter Hutterer
1
-8
/
+16
2016-10-25
evdev: add missing space in error message
Peter Hutterer
1
-1
/
+1
2016-10-25
touchpad: switch from fabs() to abs()
Peter Hutterer
1
-2
/
+2
2016-10-25
Mark some internal log functions as printf-style function
Peter Hutterer
1
-0
/
+1
2016-09-12
touchpad: require at least 3 events before enabling trackpoint palm detection
Peter Hutterer
2
-1
/
+9
2016-09-07
Force the HP Stream 11 touchpad as a clickpad
Peter Hutterer
2
-0
/
+8
2016-09-07
tablet: add touch arbitration
Peter Hutterer
7
-3
/
+135
2016-09-07
evdev: split resetting to a neutral state out
Peter Hutterer
1
-3
/
+11
2016-09-07
evdev: release current touches when the device is suspended
Peter Hutterer
1
-6
/
+33
2016-09-07
evdev: don't send frame events if we filtered the touch event
Peter Hutterer
1
-27
/
+57
2016-09-07
evdev: let the fallback_flush... function decide whether a frame is needed
Peter Hutterer
1
-32
/
+25
2016-09-07
evdev: split out mt event flushing
Peter Hutterer
1
-126
/
+234
2016-09-02
tablet: if a serial comes in late, discard it
Peter Hutterer
1
-7
/
+18
2016-09-01
evdev: add quirk for the HP85810 touchpad
Peter Hutterer
2
-0
/
+10
2016-09-01
evdev: fix handling of click wheel on parsing errors
Peter Hutterer
1
-1
/
+1
2016-08-30
buildsystem: add missing uninstalled pkg-config infra
Reynaldo H. Verdejo Pinochet
1
-0
/
+10
2016-08-30
touchpad: line width fix
Peter Hutterer
1
-2
/
+8
2016-08-30
evdev: recognize and use ID_INPUT_TRACKBALL
Peter Hutterer
1
-3
/
+7
2016-08-29
touchpad: always reset the motion history on finger changes
Peter Hutterer
1
-5
/
+5
2016-08-26
tablet: fix minor coding style issue
Peter Hutterer
1
-1
/
+2
2016-08-23
touchpad: reset the edge scroll state on touch up if edge scroll is disabled
Peter Hutterer
1
-0
/
+3
2016-08-22
Read the horizontal wheel click angle property if available
Peter Hutterer
4
-23
/
+49
2016-08-19
touchpad: on a non-clickpad, reset the motion history on nfingers change
Peter Hutterer
1
-2
/
+5
2016-08-15
touchpad: implement configurable button mapping for tapping
Peter Hutterer
3
-8
/
+50
2016-08-15
Add configurable button map to tappings
Peter Hutterer
5
-0
/
+151
2016-08-15
doc: split middle button emulation into a separate page
Peter Hutterer
1
-16
/
+7
2016-08-11
evdev: rename all fallback-specific functions to a fallback_ prefix
Peter Hutterer
1
-66
/
+66
2016-08-11
evdev: pass the dispatch interface around
Peter Hutterer
1
-36
/
+38
2016-08-11
evdev: move the abs point into the fallback dispatch
Peter Hutterer
2
-15
/
+27
2016-08-11
evdev: switch three ints to booleans
Peter Hutterer
4
-15
/
+16
[next]