summaryrefslogtreecommitdiff
path: root/src/evdev-mt-touchpad-tap.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-07touchpad: handle a palm down in the tapped statePeter Hutterer1-1/+1
2018-02-20touchpad: only begin fake touches when we have at least one finger downPeter Hutterer1-0/+1
2018-02-20touchpad: add a touch index for debuggingPeter Hutterer1-9/+11
2017-11-20touchpad: work palm detection into the tap state machinePeter Hutterer1-7/+215
2017-11-06touchpad: move the tap state bug messages to a helper functionPeter Hutterer1-10/+15
2017-07-10timer: add a timer name to each timerPeter Hutterer1-0/+7
2017-06-26touchpad: ignore the tap motion threshold if fingers > slotsPeter Hutterer1-0/+12
2017-04-28touchpad: for 2/3-finger tap, use the last finger down as press timePeter Hutterer1-1/+9
2017-04-28touchpad: send multitap button events with the correct timestampsPeter Hutterer1-13/+45
2017-04-28touchpad: fix the button timestamps for double/tripletapPeter Hutterer1-2/+8
2017-02-24evdev: standardize log messsagesPeter Hutterer1-13/+6
2017-02-03Merge branch 'touchpad-pressure-based-v2'Peter Hutterer1-1/+5
2017-02-01Revert "touchpad: reduce the initial timeout for tapping after touch"Peter Hutterer1-9/+1
2017-01-31evdev: add a wrapper to get the evdev device from a libinput devicePeter Hutterer1-39/+21
2017-01-31evdev: improve type-safety on dispatch switchesPeter Hutterer1-10/+12
2017-01-26touchpad: ignore hovering touches when tappingPeter Hutterer1-1/+5
2017-01-23touchpad: convert normalized_length to physical coordinatesPeter Hutterer1-5/+4
2016-12-21touchpad: reduce the tap movement threshold to 1.3mmPeter Hutterer1-1/+1
2016-12-21touchpad: reduce the initial timeout for tapping after touchPeter Hutterer1-1/+9
2016-12-06tools: fix signed/unsigned comparison warningsPeter Hutterer1-1/+1
2016-12-01Drop HAVE_CONFIG_H ifdefPeter Hutterer1-2/+0
2016-08-30touchpad: line width fixPeter Hutterer1-2/+8
2016-08-15touchpad: implement configurable button mapping for tappingPeter Hutterer1-8/+42
2016-08-15Add configurable button map to tappingsPeter Hutterer1-0/+22
2016-07-20Change a few functions that only ever returned 0 to voidsPeter Hutterer1-3/+1
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