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
2016-07-18
test: make one ALPS and the Synaptics i2c test devices Dell touchpads
Peter Hutterer
2
-0
/
+22
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
2
-2
/
+94
2016-07-15
test: split edge scroll tests into one for vert, one for horiz
Peter Hutterer
1
-2
/
+13
2016-07-14
touchpad: reduce middle button size on Dell touchpads to 10mm
Peter Hutterer
4
-3
/
+30
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-12
test: add a Cintiq 13 HDT test device
Peter Hutterer
6
-0
/
+382
2016-07-12
configure.ac: libinput 1.4rc1
1.3.901
Peter Hutterer
1
-2
/
+2
2016-07-11
Remove LIBINPUT_EVENT_TABLET_PAD_MODE event
Peter Hutterer
5
-41
/
+0
2016-07-11
Fix and improve mode group documentation
Peter Hutterer
1
-18
/
+29
2016-07-06
test: write the valgrind test results to a different output file
Peter Hutterer
1
-1
/
+1
2016-07-05
test: up the timeout to 30s
Peter Hutterer
1
-1
/
+1
2016-07-05
test: create a lock file to avoid parallel udev reloads during device add
Peter Hutterer
2
-0
/
+66
2016-07-05
test: fix a memleak when creating udev devices
Peter Hutterer
1
-2
/
+6
2016-07-04
Merge branch 'wip/tablet-pad-modes-v3'
Peter Hutterer
22
-163
/
+2367
2016-07-04
touchpad: remove software middle button when emulation is enabled
Peter Hutterer
10
-13
/
+382
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
2
-8
/
+11
2016-06-30
gitignore: add pattern for gcov detritus
Peter Hutterer
1
-0
/
+2
2016-06-30
doc: add a section to the FAQ on how to retrigger hwdb changes
Peter Hutterer
1
-0
/
+31
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
3
-21
/
+80
2016-06-27
tools: reduce tilt scale to 1/30 of the input value
Peter Hutterer
1
-1
/
+1
2016-06-24
test: add pad mode group tests
Peter Hutterer
5
-0
/
+384
2016-06-24
test: add an Wacom EKR test device
Peter Hutterer
4
-0
/
+136
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
8
-12
/
+550
2016-06-22
doc: add two svgs showing the modes
Peter Hutterer
3
-0
/
+783
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
9
-118
/
+10
2016-06-20
touchpad: re-enable hysteresis by default for all devices
Peter Hutterer
5
-11
/
+0
2016-06-20
Revert "touchpad: reset the motion history on significant negative pressure c...
Peter Hutterer
5
-38
/
+10
2016-06-20
Revert "touchpad: only use negative pressure change check on Lenovo *50 and *...
Peter Hutterer
1
-3
/
+1
2016-06-20
Revert "test: add a test for the T450 dropped motion events"
Peter Hutterer
1
-67
/
+0
2016-06-20
test: add an apple magicmouse device
Peter Hutterer
8
-0
/
+135
2016-06-20
test: when creating an abs test device, force the abs->value to the mimimum
Peter Hutterer
1
-2
/
+6
2016-06-16
test: make the valgrind target depend on 'all'
Peter Hutterer
1
-1
/
+1
2016-06-15
touchpad: stop palm detection when a second finger is detected
Peter Hutterer
2
-5
/
+99
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
[next]