summaryrefslogtreecommitdiff
path: root/src/evdev-mt-touchpad-tap.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-27touchpad: add a config option to disable tap-and-dragPeter Hutterer1-3/+51
2016-01-25touchpad: remove unused field multitap_last_timePeter Hutterer1-1/+0
2016-01-20touchpad: constify a couple of helper functionsPeter Hutterer1-1/+1
2015-09-19touchpad: fix the number of button clicks in multitapPeter Hutterer1-10/+0
2015-09-07touchpad: don't tap for 2fg down, followed by a single finger upPeter Hutterer1-6/+35
2015-07-28Change to micro seconds for measuring time internallyJonas Ådahl1-2/+2
2015-07-24touchpad: only try thumb detection in the lowest 15/8mmPeter Hutterer1-2/+2
2015-07-21Move CASE_RETURN_STRING to libinput-util.hPeter Hutterer1-3/+0
2015-07-09touchpad: work thumb detection into the tap state machinePeter Hutterer1-0/+47
2015-07-09touchpad: add pressure-based thumb-detectionPeter Hutterer1-0/+13
2015-06-29touchpad: disable tap drag lock by defaultPeter Hutterer1-1/+1
2015-06-23touchpad: hook up drag lock configurationPeter Hutterer1-4/+32
2015-06-23Add configuration interface for tap drag-lockPeter Hutterer1-0/+22
2015-06-16COPYING: Update boilerplate from MIT X11 to MIT Expat licensePeter Hutterer1-16/+17
2015-06-02touchpad: reduce tap-n-drag timeout to 300msPeter Hutterer1-1/+1
2015-05-28Update Red Hat's copyrightPeter Hutterer1-1/+1
2015-05-27touchpad: add helper function to get from tp to the libinput contextPeter Hutterer1-5/+5
2015-05-18touchpad: end tap-and-drag with an extra tapVelimir Lisec1-2/+34
2015-05-05touchpad: drop the tap finger countPeter Hutterer1-4/+2
2015-05-04touchpad: increase drag timeoutVelimir Lisec1-1/+8
2015-05-04touchpad: fix double/multitap timeoutsPeter Hutterer1-2/+1
2015-05-01Fix a couple of coding style issuesPeter Hutterer1-4/+4
2015-04-17touchpad: introduce MULTITAP for multi-tap-and-dragPeter Hutterer1-4/+84
2015-04-16touchpad: don't allow taps in the top half of the palm exclusion zone.Peter Hutterer1-0/+8
2015-04-15touchpad: extend two debug messagesPeter Hutterer1-2/+2
2015-04-09touchpad: remove trailing semicolon from macroPeter Hutterer1-1/+1
2015-04-08touchpad: count the tapping fingers separately from the main touchpad codePeter Hutterer1-1/+4
2015-03-25Add a normalized_length helper function and use this where applicableHans de Goede1-8/+4
2015-03-25Add a delta_coords type and use it were applicableHans de Goede1-4/+3
2015-03-17touchpad: switch delta handling to typesafe coordinatesPeter Hutterer1-2/+4
2015-03-17touchpad: switch touch point, hysteresis, initial coords to typesafe coordsPeter Hutterer1-4/+3
2015-03-10touchpad: change tap motion threshold to 3 mmPeter Hutterer1-3/+8
2015-03-05touchpad: enable tapping by default on buttonless touchpadsPeter Hutterer1-1/+17
2015-02-23cosmetic: fix a whitespace issuePeter Hutterer1-1/+1
2015-01-06touchpad: fix a clang compiler warningPeter Hutterer1-1/+2
2014-12-09touchpad: Use remove callback to unlink event listener and stop timersHans de Goede1-1/+1
2014-11-06touchpad: Make tap code follow state machine diagram part 3Hans de Goede1-1/+2
2014-11-06touchpad: Make tap code follow state machine diagram part 2Hans de Goede1-1/+1
2014-11-06touchpad: Make tap code follow state machine diagram part 1Hans de Goede1-22/+21
2014-11-06touchpad: Don't send scroll events during 2 finger tap-n-dragHans de Goede1-0/+13
2014-11-06touchpad: Fix log_bug_libinput calls on tap enable with fingers downHans de Goede1-15/+34
2014-11-06touchpad: Add tap suspend / resumeHans de Goede1-0/+18
2014-11-06touchpad: Rewrite / fix tp_release_all_tapsHans de Goede1-1/+14
2014-09-18touchpad: hook up sendevents configurationPeter Hutterer1-0/+6
2014-09-18touchpad: fix tap-and-drag handling for timeoutsPeter Hutterer1-1/+0
2014-09-02touchpad: Only break out of tap FSM for clickpad button pressesJonas Ådahl1-1/+4
2014-08-26touchpad: silence Coverity warnings about uninitialized usePeter Hutterer1-3/+3
2014-08-26touchpad: mark a intentional switch case fallthrough as suchPeter Hutterer1-0/+1
2014-08-18evdev: Keep track of button/key press count per deviceJonas Ådahl1-4/+4
2014-07-22Use an enum to enable/disable tapping configurationPeter Hutterer1-6/+8