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
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
2015-03-05
touchpad: enable tapping by default on buttonless touchpads
Peter Hutterer
1
-1
/
+17
2015-02-23
cosmetic: fix a whitespace issue
Peter Hutterer
1
-1
/
+1
2015-01-06
touchpad: fix a clang compiler warning
Peter Hutterer
1
-1
/
+2
2014-12-09
touchpad: Use remove callback to unlink event listener and stop timers
Hans de Goede
1
-1
/
+1
2014-11-06
touchpad: Make tap code follow state machine diagram part 3
for-peter
Hans de Goede
1
-1
/
+2
2014-11-06
touchpad: Make tap code follow state machine diagram part 2
Hans de Goede
1
-1
/
+1
2014-11-06
touchpad: Make tap code follow state machine diagram part 1
Hans de Goede
1
-22
/
+21
2014-11-06
touchpad: Don't send scroll events during 2 finger tap-n-drag
Hans de Goede
1
-0
/
+13
2014-11-06
touchpad: Fix log_bug_libinput calls on tap enable with fingers down
Hans de Goede
1
-15
/
+34
2014-11-06
touchpad: Add tap suspend / resume
Hans de Goede
1
-0
/
+18
2014-11-06
touchpad: Rewrite / fix tp_release_all_taps
Hans de Goede
1
-1
/
+14
2014-09-18
touchpad: hook up sendevents configuration
Peter Hutterer
1
-0
/
+6
2014-09-18
touchpad: fix tap-and-drag handling for timeouts
Peter Hutterer
1
-1
/
+0
2014-09-02
touchpad: Only break out of tap FSM for clickpad button presses
Jonas Ådahl
1
-1
/
+4
2014-08-26
touchpad: silence Coverity warnings about uninitialized use
Peter Hutterer
1
-3
/
+3
2014-08-26
touchpad: mark a intentional switch case fallthrough as such
Peter Hutterer
1
-0
/
+1
2014-08-18
evdev: Keep track of button/key press count per device
Jonas Ådahl
1
-4
/
+4
2014-07-22
Use an enum to enable/disable tapping configuration
Peter Hutterer
1
-6
/
+8
[next]