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
2015-02-06
configure.ac: libinput 0.10.0
0.10.0
Peter Hutterer
1
-2
/
+2
2015-02-06
Fix an abort if the device speed is NaN
Olivier Fourdan
2
-1
/
+20
2015-02-06
cosmetic: fix grammar in doxygen
Peter Hutterer
1
-1
/
+1
2015-02-04
touchpad: mark two switch fallthroughs with comments
Peter Hutterer
1
-0
/
+2
2015-02-04
path: make sure udev devices are initialized before usage
Peter Hutterer
1
-3
/
+23
2015-02-04
test: switch event conversion tests to use litest devices
Peter Hutterer
1
-91
/
+41
2015-02-03
zalloc the libinput_source, don't malloc it
Peter Hutterer
1
-1
/
+1
2015-02-03
Don't init pointer acceleration on absolute devices
Peter Hutterer
2
-1
/
+28
2015-02-03
test: add pointer acceleration defaults test
Peter Hutterer
1
-0
/
+40
2015-02-03
evdev: set the default speed after initializing ptraccel
Peter Hutterer
1
-0
/
+3
2015-02-03
filter: zalloc the struct to make sure the speed is initialized
Peter Hutterer
1
-1
/
+1
2015-02-03
cosmetic: remove double empty-line
Peter Hutterer
1
-1
/
+0
2015-02-03
test: add per-device udev rule support
Peter Hutterer
6
-9
/
+125
2015-01-30
Add missing doxygen ingroup tag for libinput_device_get_udev_device
Peter Hutterer
1
-0
/
+2
2015-01-30
configure.ac: libinput 0.9.0
0.9.0
Peter Hutterer
1
-2
/
+2
2015-01-29
test: add tests for new lenovo touchpads
Peter Hutterer
3
-0
/
+298
2015-01-29
touchpad: re-route trackpoint buttons on the *50 Lenovo series
Peter Hutterer
2
-0
/
+45
2015-01-29
test: add a test device for the Lenovo X1 Carbon 3rd
Peter Hutterer
4
-0
/
+114
2015-01-28
test: set the input_id->version as well in litest devices
Peter Hutterer
1
-0
/
+1
2015-01-27
tools: Check if axis value is available in debugging GUI
Friedrich Schöller
1
-10
/
+12
2015-01-27
tools: Use correct event axis in debugging GUI
Friedrich Schöller
1
-1
/
+1
2015-01-22
evdev: Be more careful about what we consider a joystick
Hans de Goede
1
-9
/
+16
2015-01-22
Remove libinput_event_pointer_get_axis from symbols
Marek Chalupa
1
-1
/
+0
2015-01-20
Move the new click method configuration tools to the right symbol version set
Peter Hutterer
1
-4
/
+8
2015-01-16
tools: add click method config to the tools
Peter Hutterer
2
-0
/
+27
2015-01-16
tests: add a few clickfinger tests
Peter Hutterer
1
-0
/
+293
2015-01-16
test: run clickfinger test for all clickpad-capable devices
Peter Hutterer
1
-8
/
+14
2015-01-16
test: add tests for clickfinger defaults
Peter Hutterer
1
-0
/
+85
2015-01-16
touchpad: hook up click method configuration
Peter Hutterer
4
-73
/
+164
2015-01-16
Add a config interface for click methods
Peter Hutterer
4
-0
/
+165
2015-01-16
touchpad: Allow the center of pinned fingers to drift over time
Hans de Goede
1
-0
/
+5
2015-01-16
test: add another hover test
Peter Hutterer
1
-0
/
+68
2015-01-16
test: add touchpad hover finger test
Peter Hutterer
1
-1
/
+321
2015-01-16
test: add a semi-mt + hover synaptics touchpad
Peter Hutterer
4
-0
/
+136
2015-01-16
test: move semi-mt special tracking into the shared litest.c
Peter Hutterer
3
-137
/
+177
2015-01-16
touchpad: add a TOUCH_HOVERING state
Peter Hutterer
3
-16
/
+117
2015-01-16
touchpad: use ffs instead of a manual count
Peter Hutterer
1
-10
/
+1
2015-01-16
touchpad: factor out fake finger handling
Peter Hutterer
2
-20
/
+59
2015-01-15
configure.ac: libinput 0.8
0.8.0
Peter Hutterer
1
-2
/
+2
2015-01-15
doc: move DOTFILE_DIRS to libinput.doxygen.in
Peter Hutterer
2
-2
/
+1
2015-01-15
doc: specify the IMAGE_PATH relative to the source
Peter Hutterer
1
-1
/
+2
2015-01-15
doc: add some missing files to EXTRA_DIST
Peter Hutterer
1
-1
/
+1
2015-01-15
Rename functions for left handed device configurations
Stephen Chandler Paul
11
-86
/
+85
2015-01-15
Merge branch 'merged-scroll-events'
Peter Hutterer
12
-125
/
+172
2015-01-15
Add libinput_event_pointer_get_axis_value_discrete() to count wheel clicks
Peter Hutterer
7
-15
/
+63
2015-01-13
Change axis events to carry all directions
Peter Hutterer
12
-110
/
+135
2015-01-13
Parse the MOUSE_WHEEL_CLICK_ANGLE udev property if present
Peter Hutterer
6
-4
/
+97
2015-01-13
Change the scroll step distance to 15 and document it as degrees
Peter Hutterer
3
-9
/
+9
2015-01-13
Add a comment to clarify what the prop parameter is
Peter Hutterer
1
-0
/
+3
2015-01-13
libinput.h: Fix some line wrapping in documentation
Stephen Chandler Paul
1
-2
/
+2
[next]