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-03-24
configure.ac: libinput 0.13.0
0.13.0
Peter Hutterer
1
-2
/
+2
2015-03-23
evdev: reject devices with a min == max axis range
Peter Hutterer
2
-0
/
+116
2015-03-20
Revert "touchpad: parse the TOUCHPAD_RESOLUTION property"
Peter Hutterer
5
-115
/
+0
2015-03-20
tools: don't use deprecated gdk_cursor_new()
Peter Hutterer
1
-1
/
+7
2015-03-19
test: add accel test for direction change
Peter Hutterer
1
-0
/
+43
2015-03-19
filter: calculate the time delta correctly
Peter Hutterer
1
-1
/
+2
2015-03-19
Switch vector_get_direction to use doubles
Peter Hutterer
1
-10
/
+10
2015-03-19
filter: switch to normalized_coords
Peter Hutterer
5
-51
/
+47
2015-03-19
Revert "touchpad: force a resolution onto the apple touchpads"
Peter Hutterer
1
-16
/
+0
2015-03-18
tools: print available click methods on device notify
Peter Hutterer
1
-1
/
+10
2015-03-18
touchpad: force a resolution onto the apple touchpads
Peter Hutterer
1
-0
/
+16
2015-03-17
evdev: factor out setting up the MT slots/mtdev
Peter Hutterer
1
-43
/
+57
2015-03-17
touchpad: parse the TOUCHPAD_RESOLUTION property
Peter Hutterer
5
-0
/
+115
2015-03-17
evdev: refactor fake resolution setting
Peter Hutterer
2
-36
/
+76
2015-03-17
Push the touchpad magic slowdown to the touchpad accel code
Peter Hutterer
6
-23
/
+42
2015-03-17
evdev: don't try to fix abs devices without x/y
Peter Hutterer
1
-1
/
+2
2015-03-17
evdev: add evdev_reject_device to reject a couple of oddball devices
Peter Hutterer
2
-0
/
+126
2015-03-17
evdev: fix android MT devices
Peter Hutterer
1
-0
/
+20
2015-03-17
touchpad: check for the fake_resolution boolean instead of a res value
Peter Hutterer
1
-2
/
+2
2015-03-17
touchpad: simplify resolution check
Peter Hutterer
1
-11
/
+2
2015-03-17
touchpad: add missing break in default: switch case
Peter Hutterer
1
-0
/
+1
2015-03-17
Store unaccelerated delta as normalized_coords
Peter Hutterer
1
-6
/
+4
2015-03-17
Add another data type for discrete coordinates
Peter Hutterer
4
-23
/
+32
2015-03-17
Split deltas/absolute coords in pointer events to separate fields
Peter Hutterer
1
-16
/
+13
2015-03-17
Use typesafe coordinates in touch events
Peter Hutterer
3
-26
/
+16
2015-03-17
Use typesafe coords in motion events
Peter Hutterer
4
-28
/
+18
2015-03-17
Use typesafe coordinates for scrolling events
Peter Hutterer
6
-48
/
+58
2015-03-17
touchpad: switch delta handling to typesafe coordinates
Peter Hutterer
5
-66
/
+74
2015-03-17
touchpad: switch touch point, hysteresis, initial coords to typesafe coords
Peter Hutterer
5
-67
/
+51
2015-03-17
touchpad: change motion history to typesafe coords
Peter Hutterer
2
-7
/
+2
2015-03-17
evdev: start introducing some type-safety for device/normalized coordinates
Peter Hutterer
3
-49
/
+57
2015-03-17
evdev: add helper function to normalize delta coordinates
Peter Hutterer
1
-4
/
+10
2015-03-17
cosmetic: rename touch to t for consistency
Peter Hutterer
1
-3
/
+3
2015-03-16
Add event type checking to the various libinput_event_ functions
Peter Hutterer
1
-6
/
+185
2015-03-16
Replace event type check switch statements with a helper macro/function
Peter Hutterer
4
-78
/
+88
2015-03-16
test: abort() for invalid logging priorities
Peter Hutterer
1
-0
/
+2
2015-03-16
Expand documentation on touch events, listing what is permitted when
Peter Hutterer
1
-9
/
+19
2015-03-16
Correct documentation on get_slot and get_seat_slot()
Peter Hutterer
1
-4
/
+14
2015-03-16
Calling has_axis on a non-axis pointer event is a bug, note this
Peter Hutterer
1
-0
/
+6
2015-03-13
litest: Put fingers down closer together for 2fg scroll tests
Hans de Goede
1
-16
/
+16
2015-03-13
litest: Add a litest_touch_move_two_touches helper function
Hans de Goede
3
-11
/
+33
2015-03-13
litest: Make touchpad_2fg_scroll_slow_distance take resolution into account
Hans de Goede
1
-2
/
+13
2015-03-10
touchpad: Remove unnecessary edge scroll threshold variable
Hans de Goede
2
-7
/
+1
2015-03-10
touchpad: accumulate the initial scroll edge delta
Peter Hutterer
5
-8
/
+54
2015-03-10
touchpad: annotate all coordinates that are in device coordinates
Peter Hutterer
1
-19
/
+20
2015-03-10
touchpad: change tap motion threshold to 3 mm
Peter Hutterer
2
-3
/
+9
2015-03-10
Move DEFAULT_MOUSE_DPI to evdev.h, provide a conversion macro
Peter Hutterer
4
-6
/
+10
2015-03-10
touchpad: return normalized deltas from tp_get_delta
Peter Hutterer
2
-2
/
+10
2015-03-10
test: fix/disable two tap test for semi-mt devices
Peter Hutterer
1
-2
/
+2
2015-03-09
configure.ac: libinput 0.12.0
0.12.0
Peter Hutterer
1
-6
/
+7
[next]