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-tap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-28
touchpad: for 2/3-finger tap, use the last finger down as press time
Peter Hutterer
1
-1
/
+9
2017-04-28
touchpad: send multitap button events with the correct timestamps
Peter Hutterer
1
-13
/
+45
2017-04-28
touchpad: fix the button timestamps for double/tripletap
Peter Hutterer
1
-2
/
+8
2017-02-24
evdev: standardize log messsages
Peter Hutterer
1
-13
/
+6
2017-02-03
Merge branch 'touchpad-pressure-based-v2'
Peter Hutterer
1
-1
/
+5
2017-02-01
Revert "touchpad: reduce the initial timeout for tapping after touch"
Peter Hutterer
1
-9
/
+1
2017-01-31
evdev: add a wrapper to get the evdev device from a libinput device
Peter Hutterer
1
-39
/
+21
2017-01-31
evdev: improve type-safety on dispatch switches
Peter Hutterer
1
-10
/
+12
2017-01-26
touchpad: ignore hovering touches when tapping
Peter Hutterer
1
-1
/
+5
2017-01-23
touchpad: convert normalized_length to physical coordinates
Peter Hutterer
1
-5
/
+4
2016-12-21
touchpad: reduce the tap movement threshold to 1.3mm
Peter Hutterer
1
-1
/
+1
2016-12-21
touchpad: reduce the initial timeout for tapping after touch
Peter Hutterer
1
-1
/
+9
2016-12-06
tools: fix signed/unsigned comparison warnings
Peter Hutterer
1
-1
/
+1
2016-12-01
Drop HAVE_CONFIG_H ifdef
Peter Hutterer
1
-2
/
+0
2016-08-30
touchpad: line width fix
Peter Hutterer
1
-2
/
+8
2016-08-15
touchpad: implement configurable button mapping for tapping
Peter Hutterer
1
-8
/
+42
2016-08-15
Add configurable button map to tappings
Peter Hutterer
1
-0
/
+22
2016-07-20
Change a few functions that only ever returned 0 to voids
Peter Hutterer
1
-3
/
+1
2016-01-27
touchpad: add a config option to disable tap-and-drag
Peter Hutterer
1
-3
/
+51
2016-01-25
touchpad: remove unused field multitap_last_time
Peter Hutterer
1
-1
/
+0
2016-01-20
touchpad: constify a couple of helper functions
Peter Hutterer
1
-1
/
+1
2015-09-19
touchpad: fix the number of button clicks in multitap
Peter Hutterer
1
-10
/
+0
2015-09-07
touchpad: don't tap for 2fg down, followed by a single finger up
Peter Hutterer
1
-6
/
+35
2015-07-28
Change to micro seconds for measuring time internally
Jonas Ã…dahl
1
-2
/
+2
2015-07-24
touchpad: only try thumb detection in the lowest 15/8mm
Peter Hutterer
1
-2
/
+2
2015-07-21
Move CASE_RETURN_STRING to libinput-util.h
Peter Hutterer
1
-3
/
+0
2015-07-09
touchpad: work thumb detection into the tap state machine
Peter Hutterer
1
-0
/
+47
2015-07-09
touchpad: add pressure-based thumb-detection
Peter Hutterer
1
-0
/
+13
2015-06-29
touchpad: disable tap drag lock by default
Peter Hutterer
1
-1
/
+1
2015-06-23
touchpad: hook up drag lock configuration
Peter Hutterer
1
-4
/
+32
2015-06-23
Add configuration interface for tap drag-lock
Peter Hutterer
1
-0
/
+22
2015-06-16
COPYING: Update boilerplate from MIT X11 to MIT Expat license
Peter Hutterer
1
-16
/
+17
2015-06-02
touchpad: reduce tap-n-drag timeout to 300ms
Peter Hutterer
1
-1
/
+1
2015-05-28
Update Red Hat's copyright
Peter Hutterer
1
-1
/
+1
2015-05-27
touchpad: add helper function to get from tp to the libinput context
Peter Hutterer
1
-5
/
+5
2015-05-18
touchpad: end tap-and-drag with an extra tap
Velimir Lisec
1
-2
/
+34
2015-05-05
touchpad: drop the tap finger count
Peter Hutterer
1
-4
/
+2
2015-05-04
touchpad: increase drag timeout
Velimir Lisec
1
-1
/
+8
2015-05-04
touchpad: fix double/multitap timeouts
Peter Hutterer
1
-2
/
+1
2015-05-01
Fix a couple of coding style issues
Peter Hutterer
1
-4
/
+4
2015-04-17
touchpad: introduce MULTITAP for multi-tap-and-drag
Peter Hutterer
1
-4
/
+84
2015-04-16
touchpad: don't allow taps in the top half of the palm exclusion zone.
Peter Hutterer
1
-0
/
+8
2015-04-15
touchpad: extend two debug messages
Peter Hutterer
1
-2
/
+2
2015-04-09
touchpad: remove trailing semicolon from macro
Peter Hutterer
1
-1
/
+1
2015-04-08
touchpad: count the tapping fingers separately from the main touchpad code
Peter Hutterer
1
-1
/
+4
2015-03-25
Add a normalized_length helper function and use this where applicable
Hans de Goede
1
-8
/
+4
2015-03-25
Add a delta_coords type and use it were applicable
Hans de Goede
1
-4
/
+3
2015-03-17
touchpad: switch delta handling to typesafe coordinates
Peter Hutterer
1
-2
/
+4
2015-03-17
touchpad: switch touch point, hysteresis, initial coords to typesafe coords
Peter Hutterer
1
-4
/
+3
2015-03-10
touchpad: change tap motion threshold to 3 mm
Peter Hutterer
1
-3
/
+8
[next]