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-09-22
configure.ac: libinput 1.4.3
1.4.3
1.4-branch
Peter Hutterer
1
-2
/
+2
2016-09-22
touchpad: require at least 3 events before enabling trackpoint palm detection
Peter Hutterer
3
-1
/
+35
2016-09-22
test: add trackpoint palm detection tests
Peter Hutterer
3
-0
/
+81
2016-09-22
doc: specify the https path for mathjax
Peter Hutterer
1
-0
/
+1
2016-09-20
udev: fix hwdb match for the HP Stream 11
Peter Hutterer
1
-1
/
+1
2016-09-20
Force the HP Stream 11 touchpad as a clickpad
Peter Hutterer
3
-0
/
+12
2016-09-20
udev: add missing touchpad model name for the HP 8510w
Peter Hutterer
1
-1
/
+2
2016-09-06
tablet: if a serial comes in late, discard it
Peter Hutterer
2
-7
/
+106
2016-09-06
test: add a Wacom HID 4800 test device
Peter Hutterer
4
-0
/
+123
2016-09-06
evdev: add quirk for the HP85810 touchpad
Peter Hutterer
3
-0
/
+17
2016-09-06
test: add the valgrind test suite output to the distcleanfiles
Peter Hutterer
1
-0
/
+2
2016-08-30
configure.ac: libinput 1.4.2
1.4.2
Peter Hutterer
1
-2
/
+2
2016-08-30
touchpad: always reset the motion history on finger changes
Peter Hutterer
2
-5
/
+56
2016-08-30
test: prevent cursor jumps in the various tap tests
Peter Hutterer
1
-6
/
+6
2016-08-30
touchpad: reset the edge scroll state on touch up if edge scroll is disabled
Peter Hutterer
2
-0
/
+11
2016-08-30
touchpad: on a non-clickpad, reset the motion history on nfingers change
Peter Hutterer
1
-2
/
+5
2016-08-18
doc: fix wrong argument to udevadm hwdb
Peter Hutterer
1
-1
/
+1
2016-08-05
libinput 1.4.1
1.4.1
Peter Hutterer
1
-2
/
+2
2016-08-05
doc: add some info about configuring devices in wayland/xorg
Peter Hutterer
1
-0
/
+46
2016-08-05
touchpad: use the udev ID_INPUT_TOUCHPAD_INTEGRATION property if available
Peter Hutterer
1
-0
/
+18
2016-08-05
doc: add links to the two debugging tools as examples
Peter Hutterer
1
-0
/
+17
2016-08-05
udev: don't overwrite a previously set device group
Peter Hutterer
1
-0
/
+1
2016-08-05
evdev: prefix "tablet unknown to libwacom" error with the device name
Peter Hutterer
1
-1
/
+3
2016-07-18
configure.ac: libinput 1.4.0
1.4.0
Peter Hutterer
1
-3
/
+3
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
[next]