index
:
~jwrdegoede/libinput
clickpad-improvements
clickpad-improvements-v2
for-peter
gestures
gestures-broken
libgestures-integration
master
wip/ptraccel-work
Hans' libinput repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
evdev-mt-touchpad.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-13
touchpad: add a hwdb quirk for (external) touchpad/keyboard combos
Peter Hutterer
1
-2
/
+17
2017-02-09
touchpad: mark the Apple onebutton touchpad as clickfinger-default
Peter Hutterer
1
-1
/
+5
2017-02-03
Merge branch 'touchpad-pressure-based-v2'
Peter Hutterer
1
-22
/
+109
2017-02-01
Merge branch 'wip/switch-interface'
Peter Hutterer
1
-20
/
+67
2017-01-31
touchpad: remove unnecessary return statement
Peter Hutterer
1
-2
/
+0
2017-01-31
evdev: add a wrapper to get the evdev device from a libinput device
Peter Hutterer
1
-12
/
+12
2017-01-31
evdev: improve type-safety on dispatch switches
Peter Hutterer
1
-8
/
+6
2017-01-30
touchpad: use pressure values for touch is-down decision
Peter Hutterer
1
-22
/
+107
2017-01-26
touchpad: ignore hovering touches when tapping
Peter Hutterer
1
-0
/
+2
2017-01-26
touchpad: check for a switch type before handling the event
Peter Hutterer
1
-12
/
+12
2017-01-26
Pair touchpad and lid_switch for disable
James Ye
1
-0
/
+49
2017-01-25
touchpad: use a helper function for the libinput context
Peter Hutterer
1
-1
/
+1
2017-01-23
Drop normalized_get_direction, use physical distances instead
Peter Hutterer
1
-1
/
+1
2017-01-23
touchpad: convert normalized_length to physical coordinates
Peter Hutterer
1
-4
/
+3
2017-01-23
touchpad: mask out ABS_MT if we don't have or disable MT
Peter Hutterer
1
-0
/
+13
2016-12-21
Merge branch 'touchpad-pointer-accel-revamp'
Peter Hutterer
1
-2
/
+18
2016-12-21
filter: change the filter functions to take raw device coordinates
Peter Hutterer
1
-2
/
+14
2016-12-21
touchpad: init the device's dpi correctly
Peter Hutterer
1
-0
/
+4
2016-12-20
touchpad: if an external touchpad and keyboard share a VID/PID assume dwt
Peter Hutterer
1
-2
/
+11
2016-12-14
touchpad: convert two functions to use the device->phys helpers
Peter Hutterer
1
-11
/
+13
2016-12-14
touchpad: constify a few helper functions
Peter Hutterer
1
-1
/
+1
2016-12-06
touchpad: sync BTN_TOOL_FINGER state on init
Peter Hutterer
1
-0
/
+8
2016-12-01
touchpad: add a quirk for the HP Pavilion dm4
Peter Hutterer
1
-1
/
+11
2016-11-30
evdev: init axis range warnings for touch devices too
Peter Hutterer
1
-63
/
+13
2016-11-23
touchpad: only use the last two coordinates for delta calculation
Peter Hutterer
1
-15
/
+5
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
touchpad: switch from fabs() to abs()
Peter Hutterer
1
-2
/
+2
2016-09-12
touchpad: require at least 3 events before enabling trackpoint palm detection
Peter Hutterer
1
-1
/
+8
2016-09-07
tablet: add touch arbitration
Peter Hutterer
1
-0
/
+21
2016-08-29
touchpad: always reset the motion history on finger changes
Peter Hutterer
1
-5
/
+5
2016-08-19
touchpad: on a non-clickpad, reset the motion history on nfingers change
Peter Hutterer
1
-2
/
+5
2016-08-15
touchpad: implement configurable button mapping for tapping
Peter Hutterer
1
-0
/
+2
2016-08-11
evdev: switch three ints to booleans
Peter Hutterer
1
-3
/
+3
2016-08-05
touchpad: ignore modifier key combos for dwt
Peter Hutterer
1
-6
/
+29
2016-08-01
touchpad: use the udev ID_INPUT_TOUCHPAD_INTEGRATION property if available
Peter Hutterer
1
-0
/
+18
2016-08-01
touchpad: change manual calculations of dimensions to helper functions
Peter Hutterer
1
-11
/
+22
2016-07-20
touchpad: change the sanity check function to a bool
Peter Hutterer
1
-7
/
+7
2016-07-20
touchpad: change palm detection trigger functions to bools
Peter Hutterer
1
-13
/
+15
2016-07-20
Switch a bunch of internal functions from int to bool
Peter Hutterer
1
-13
/
+13
2016-07-20
Change a few functions that only ever returned 0 to voids
Peter Hutterer
1
-53
/
+24
2016-07-19
touchpad: whitespace fix
Peter Hutterer
1
-1
/
+1
2016-07-13
touchpad: drop unused argument diagonal from tp_init_accel
Peter Hutterer
1
-4
/
+2
2016-07-04
touchpad: remove software middle button when emulation is enabled
Peter Hutterer
1
-0
/
+2
2016-07-04
touchpad: unify internal/external touchpad tagging
Peter Hutterer
1
-13
/
+52
2016-06-20
touchpad: re-enable hysteresis by default for all devices
Peter Hutterer
1
-6
/
+0
2016-06-20
Revert "touchpad: reset the motion history on significant negative pressure c...
Peter Hutterer
1
-4
/
+0
2016-06-20
Revert "touchpad: only use negative pressure change check on Lenovo *50 and *...
Peter Hutterer
1
-3
/
+1
2016-06-15
touchpad: stop palm detection when a second finger is detected
Peter Hutterer
1
-5
/
+41
2016-06-15
touchpad: split palm movement detection into a helper function
Peter Hutterer
1
-12
/
+23
[next]