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-11-25
libinput 1.5.2
1.5.2
Peter Hutterer
1
-2
/
+2
2016-11-23
touchpad: only use the last two coordinates for delta calculation
Peter Hutterer
1
-15
/
+5
2016-11-23
doc: remove unnecessary linebreak in doxygen file
Peter Hutterer
1
-2
/
+1
2016-11-22
evdev: simplify hysteresis code and document it
Peter Hutterer
1
-3
/
+35
2016-11-22
test: allow the first event to be a short one during scroll tests
Peter Hutterer
1
-5
/
+16
2016-11-22
test: fix edge-scroll no-motion test
Peter Hutterer
1
-2
/
+2
2016-11-22
test: start with the first offset when moving touches
Peter Hutterer
1
-2
/
+2
2016-11-22
udev: move TEST_EXTENSIONS out of the conditional
Peter Hutterer
1
-1
/
+2
2016-11-22
test: fix maybe-uninitialized compiler warnings
Peter Hutterer
1
-5
/
+5
2016-11-22
test: mark the various abort functions as noreturn
Peter Hutterer
1
-0
/
+3
2016-11-21
evdev: add a quirk for the HP Zbook Studio G3
Peter Hutterer
3
-0
/
+11
2016-11-16
Use AM_DISTCHECK_CONFIGURE_FLAGS, not just DISTCHECK_CONFIGURE_FLAGS
Peter Hutterer
1
-1
/
+1
2016-11-14
Disable test runs on 'distcheck'
Peter Hutterer
3
-0
/
+12
2016-11-14
configure.ac: move the udev test path up into the test section
Peter Hutterer
1
-6
/
+6
2016-11-14
configure.ac: add some comment markers to see the configure.ac sections easier
Peter Hutterer
1
-0
/
+15
2016-11-14
configure.ac: move all AM_CONDITIONALs into one place
Peter Hutterer
1
-3
/
+3
2016-11-11
configure.ac: libinput 1.5.1
1.5.1
Peter Hutterer
1
-2
/
+2
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
10
-17
/
+229
2016-11-03
doc: expand trackpoint pointer acceleration documentation a bit
Peter Hutterer
1
-3
/
+22
2016-11-02
evdev: add hwdb quirk for HP Compaq 6910
Peter Hutterer
3
-3
/
+11
2016-11-02
evdev: actually ignore joysticks
Peter Hutterer
2
-1
/
+35
2016-11-02
udev: add the hwdb_parser.py test from systemd
Peter Hutterer
3
-0
/
+189
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
test: add missing comma to horizontal click angle udev rule
Peter Hutterer
1
-1
/
+1
2016-10-25
evdev: add missing space in error message
Peter Hutterer
1
-1
/
+1
2016-10-25
doc: add a small page about contributing to libinput
Peter Hutterer
3
-0
/
+23
2016-10-25
test: fix clang warning about abs(float)
Peter Hutterer
1
-2
/
+2
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
5
-0
/
+7
2016-10-19
doc: reshuffle the "reporting bugs" page
Peter Hutterer
1
-12
/
+101
2016-09-16
tools: change pointer to void
Eric Engestrom
1
-1
/
+1
2016-09-14
doc: specify the https path for mathjax
Peter Hutterer
1
-0
/
+1
2016-09-14
configure.ac: libinput 1.5.0
1.5.0
Peter Hutterer
1
-3
/
+3
2016-09-14
udev: fix hwdb match for the HP Stream 11
Peter Hutterer
1
-1
/
+1
2016-09-12
touchpad: require at least 3 events before enabling trackpoint palm detection
Peter Hutterer
3
-1
/
+35
2016-09-09
test: rename SYNAPTICS_CLICKPAD to SYNAPTICS_CLICKPAD_X220
Peter Hutterer
6
-19
/
+19
2016-09-08
tools: prefix debug output with '-' on device changes
Peter Hutterer
1
-1
/
+11
2016-09-07
configure.ac: libinput 1.5rc1
1.4.901
Peter Hutterer
1
-2
/
+2
2016-09-07
Force the HP Stream 11 touchpad as a clickpad
Peter Hutterer
3
-0
/
+12
2016-09-07
tablet: add touch arbitration
Peter Hutterer
9
-3
/
+492
2016-09-07
evdev: split resetting to a neutral state out
Peter Hutterer
1
-3
/
+11
2016-09-07
test: add litest_assert_touch_sequence helper
Peter Hutterer
2
-0
/
+36
2016-09-07
test: move the Intuos 5 and Cintiq 13HD test tablets into the same device group
Peter Hutterer
6
-1
/
+43
2016-09-07
evdev: release current touches when the device is suspended
Peter Hutterer
2
-6
/
+116
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
[next]