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-07-18
touchpad: change offset ints to device_coords
Peter Hutterer
1
-15
/
+15
2016-07-18
evdev: constify evdev_device_get_size
Peter Hutterer
2
-2
/
+2
2016-07-15
touchpad: don't init a horizontal scroll area on touchpads <50mm high
Peter Hutterer
1
-1
/
+17
2016-07-14
touchpad: reduce middle button size on Dell touchpads to 10mm
Peter Hutterer
3
-3
/
+23
2016-07-13
touchpad: drop unused argument diagonal from tp_init_accel
Peter Hutterer
1
-4
/
+2
2016-07-13
tablet: catch potential segfault if the filter fails to allocate
Peter Hutterer
1
-0
/
+2
2016-07-13
Fix some indentation issues
Peter Hutterer
1
-5
/
+5
2016-07-11
Remove LIBINPUT_EVENT_TABLET_PAD_MODE event
Peter Hutterer
2
-15
/
+0
2016-07-11
Fix and improve mode group documentation
Peter Hutterer
1
-18
/
+29
2016-07-04
Merge branch 'wip/tablet-pad-modes-v3'
Peter Hutterer
10
-151
/
+952
2016-07-04
touchpad: remove software middle button when emulation is enabled
Peter Hutterer
6
-5
/
+111
2016-07-04
evdev: return the desired middle button emulation state
Peter Hutterer
1
-1
/
+1
2016-07-04
touchpad: unify internal/external touchpad tagging
Peter Hutterer
3
-20
/
+55
2016-07-04
gestures: make the gesture movement threshold depending on finger count
Peter Hutterer
1
-3
/
+6
2016-06-29
touchpad: only check for vertical finger distribution on 2fg gestures
Peter Hutterer
1
-12
/
+13
2016-06-28
tablet: make the cursor/lens tool behave like a 1000dpi mouse
Peter Hutterer
2
-20
/
+79
2016-06-24
pad: implement basic mode group support (1 group with 1 mode)
Peter Hutterer
8
-22
/
+357
2016-06-22
pad: Add a new API for modes and mode groups
Peter Hutterer
4
-0
/
+438
2016-06-22
doc: move the struct declarations to the top
Peter Hutterer
1
-126
/
+126
2016-06-22
doc: split the tablet pad events into their own doxygen module page
Peter Hutterer
1
-15
/
+23
2016-06-22
util: add safe_atoi helper function
Peter Hutterer
1
-0
/
+20
2016-06-20
Merge branch 'wip/touchpad-drop-hysteresis'
Peter Hutterer
4
-15
/
+0
2016-06-20
touchpad: re-enable hysteresis by default for all devices
Peter Hutterer
3
-8
/
+0
2016-06-20
Revert "touchpad: reset the motion history on significant negative pressure c...
Peter Hutterer
2
-5
/
+0
2016-06-20
Revert "touchpad: only use negative pressure change check on Lenovo *50 and *...
Peter Hutterer
1
-3
/
+1
2016-06-20
test: add an apple magicmouse device
Peter Hutterer
2
-0
/
+8
2016-06-15
touchpad: stop palm detection when a second finger is detected
Peter Hutterer
1
-5
/
+41
2016-06-15
touchpad: split palm movement detection into a helper function
Peter Hutterer
1
-12
/
+23
2016-06-13
touchpad: don't warn about kernel jumps on semi-mt devices
Peter Hutterer
1
-4
/
+5
2016-06-10
pad: add helper function to access the libinput context
Peter Hutterer
2
-3
/
+9
2016-06-10
tablet: add helper function to access the libinput context
Peter Hutterer
2
-15
/
+22
2016-06-10
evdev: add helper to get the libinput context from the evdev device
Peter Hutterer
5
-34
/
+38
2016-06-10
touchpad: use the tp_libinput_context() helper
Peter Hutterer
2
-4
/
+4
2016-06-10
evdev: check model flags for actual booleans
Peter Hutterer
1
-2
/
+4
2016-06-08
pad: change button map ordering
Peter Hutterer
1
-2
/
+2
2016-06-08
pad: group the button state into a private struct
Peter Hutterer
1
-6
/
+8
2016-06-06
touchpad: restore the hysteresis by default
Peter Hutterer
3
-15
/
+5
2016-06-02
touchpad: warn if we have invalid touchpad ranges
Peter Hutterer
2
-0
/
+64
2016-06-01
touchpad: short-circuit the edge scroll handling when it's not enabled
Peter Hutterer
1
-3
/
+9
2016-05-30
tablet: up the reference count for the tool in the event
Peter Hutterer
1
-4
/
+22
2016-05-30
touchpad: fix link in error message - add missing '.html'
Peter Hutterer
1
-1
/
+1
2016-05-27
pad: ignore EV_MSC events
Peter Hutterer
1
-0
/
+4
2016-05-24
doc: update ref/unref behavior for the tablet tool
Peter Hutterer
1
-4
/
+7
2016-05-24
doc: update doc to explicitly state that the seat isn't referenced
Peter Hutterer
1
-0
/
+5
2016-05-23
Drop the ALPS_RUSHMORE tag
Peter Hutterer
3
-5
/
+0
2016-05-19
doc: fix a few typos
Peter Hutterer
1
-2
/
+3
2016-05-19
touchpad: disable cursor jump detection for Wacom tablets
Peter Hutterer
1
-0
/
+6
2016-05-18
touchpad: only use negative pressure change check on Lenovo *50 and *60 series
Peter Hutterer
1
-1
/
+3
2016-05-17
evdev: the range between dpad and trigger-happy are keys, not buttons
Peter Hutterer
1
-1
/
+5
2016-05-16
Merge branch 'wip/trackball-rotation'
Peter Hutterer
7
-19
/
+274
[next]