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
path:
root
/
src
/
evdev-mt-touchpad.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-20
touchpad: use unaccelerated motion data for scrolling
Peter Hutterer
1
-0
/
+4
2015-08-03
touchpad: make gestures optional
Peter Hutterer
1
-0
/
+1
2015-07-28
Always use uint64_t for internal timestamp values
Jonas Ã…dahl
1
-1
/
+1
2015-07-24
Merge branch 'thumb-detect-improvements'
Peter Hutterer
1
-1
/
+14
2015-07-24
touchpad: put a movement threshold on thumb detection
Peter Hutterer
1
-0
/
+1
2015-07-24
touchpad: only try thumb detection in the lowest 15/8mm
Peter Hutterer
1
-1
/
+13
2015-07-24
touchpad: hook up disable-while-typing configuration
Peter Hutterer
1
-0
/
+3
2015-07-22
touchpad: reset the motion history during/after a slots->nfake crossover
Peter Hutterer
1
-0
/
+9
2015-07-16
touchpad: drop thumb handling from gestures
Peter Hutterer
1
-1
/
+0
2015-07-09
touchpad: add pressure-based thumb-detection
Peter Hutterer
1
-0
/
+9
2015-07-06
touchpad: split tp_gesture_stop into stop and cancel
Peter Hutterer
1
-1
/
+4
2015-07-06
touchpad: Allow querying whether a gesture ended normally or was cancelled
Hans de Goede
1
-1
/
+1
2015-07-06
touchpad: Implement pinch gesture support
Hans de Goede
1
-0
/
+18
2015-07-02
Merge branch 'drop-pointer-normalization'
Peter Hutterer
1
-0
/
+15
2015-07-02
Drop motion normalization of unaccelerated deltas
Peter Hutterer
1
-0
/
+15
2015-07-01
touchpad: disable trackpoint palm detection on small touchpads
Peter Hutterer
1
-0
/
+1
2015-07-01
touchpad: improve trackpoint palm detection responsiveness
Peter Hutterer
1
-0
/
+2
2015-07-01
touchpad: move trackpoint timer stuff into the palm struct
Peter Hutterer
1
-4
/
+4
2015-06-23
touchpad: hook up drag lock configuration
Peter Hutterer
1
-0
/
+2
2015-06-22
touchpad: disable right-edge palm detection for edge scrolling
Peter Hutterer
1
-0
/
+3
2015-06-16
COPYING: Update boilerplate from MIT X11 to MIT Expat license
Peter Hutterer
1
-16
/
+17
2015-06-16
touchpad: set the finger pin distance to 5mm where possible
Peter Hutterer
1
-1
/
+4
2015-05-28
Update Red Hat's copyright
Peter Hutterer
1
-1
/
+1
2015-05-27
touchpad: touches after the last key press can be released
Peter Hutterer
1
-0
/
+2
2015-05-27
touchpad: be finer-grained about when to pair touchpads/keyboard for DWT
Peter Hutterer
1
-2
/
+0
2015-05-27
touchpad: add helper function to get from tp to the libinput context
Peter Hutterer
1
-0
/
+6
2015-05-27
touchpad: move disable-while-typing into its own struct
Peter Hutterer
1
-1
/
+3
2015-05-18
touchpad: add timeout-based disable-while-typing
Peter Hutterer
1
-0
/
+7
2015-05-18
touchpad: switch from is_palm to an enum
Peter Hutterer
1
-1
/
+6
2015-05-18
touchpad: end tap-and-drag with an extra tap
Velimir Lisec
1
-0
/
+1
2015-05-07
touchpad: add support for per-finger hovering information
Benjamin Tissoires
1
-0
/
+2
2015-05-05
touchpad: drop the tap finger count
Peter Hutterer
1
-1
/
+0
2015-04-17
touchpad: introduce MULTITAP for multi-tap-and-drag
Peter Hutterer
1
-0
/
+3
2015-04-16
touchpad: don't allow taps in the top half of the palm exclusion zone.
Peter Hutterer
1
-0
/
+4
2015-04-09
touchpad: rename real_touches to num_slots
Peter Hutterer
1
-1
/
+1
2015-04-08
touchpad: count the tapping fingers separately from the main touchpad code
Peter Hutterer
1
-0
/
+1
2015-03-27
Rename delta_coords to device_float_coords
Hans de Goede
1
-3
/
+3
2015-03-25
Change tp_filter_motion to normalized_coords
Hans de Goede
1
-3
/
+2
2015-03-25
Add a delta_coords type and use it were applicable
Hans de Goede
1
-6
/
+8
2015-03-17
Push the touchpad magic slowdown to the touchpad accel code
Peter Hutterer
1
-3
/
+1
2015-03-17
touchpad: switch delta handling to typesafe coordinates
Peter Hutterer
1
-5
/
+7
2015-03-17
touchpad: switch touch point, hysteresis, initial coords to typesafe coords
Peter Hutterer
1
-17
/
+7
2015-03-17
touchpad: change motion history to typesafe coords
Peter Hutterer
1
-6
/
+1
2015-03-10
touchpad: Remove unnecessary edge scroll threshold variable
Hans de Goede
1
-1
/
+0
2015-03-10
touchpad: accumulate the initial scroll edge delta
Peter Hutterer
1
-0
/
+2
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
1
-0
/
+1
2015-03-10
Move DEFAULT_MOUSE_DPI to evdev.h, provide a conversion macro
Peter Hutterer
1
-0
/
+5
2015-03-10
touchpad: return normalized deltas from tp_get_delta
Peter Hutterer
1
-0
/
+7
2015-02-23
touchpad: Move gesture handling code to evdev-mt-touchpad-gestures.c
Hans de Goede
1
-9
/
+0
[next]