summaryrefslogtreecommitdiff
path: root/src/evdev-mt-touchpad.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-03Merge branch 'touchpad-pressure-based-v2'Peter Hutterer1-2/+11
2017-01-31evdev: improve type-safety on dispatch switchesPeter Hutterer1-0/+10
2017-01-30touchpad: use pressure values for touch is-down decisionPeter Hutterer1-2/+8
2017-01-26touchpad: ignore hovering touches when tappingPeter Hutterer1-0/+3
2017-01-26Pair touchpad and lid_switch for disableJames Ye1-0/+5
2017-01-23touchpad: convert normalized_length to physical coordinatesPeter Hutterer1-0/+12
2016-12-14touchpad: constify a few helper functionsPeter Hutterer1-2/+4
2016-11-30evdev: init axis range warnings for touch devices tooPeter Hutterer1-5/+0
2016-09-12touchpad: require at least 3 events before enabling trackpoint palm detectionPeter Hutterer1-0/+1
2016-09-07tablet: add touch arbitrationPeter Hutterer1-0/+4
2016-08-15touchpad: implement configurable button mapping for tappingPeter Hutterer1-0/+6
2016-08-05touchpad: ignore modifier key combos for dwtPeter Hutterer1-0/+1
2016-07-20Switch a bunch of internal functions from int to boolPeter Hutterer1-2/+2
2016-07-20Change a few functions that only ever returned 0 to voidsPeter Hutterer1-6/+6
2016-07-04touchpad: remove software middle button when emulation is enabledPeter Hutterer1-0/+3
2016-06-20Revert "touchpad: reset the motion history on significant negative pressure c...Peter Hutterer1-1/+0
2016-06-10evdev: add helper to get the libinput context from the evdev devicePeter Hutterer1-1/+1
2016-06-02touchpad: warn if we have invalid touchpad rangesPeter Hutterer1-0/+5
2016-04-06Merge branch 'wip/touchpad-middle-button'Peter Hutterer1-0/+2
2016-04-05touchpad: add a middle button software areaPeter Hutterer1-0/+2
2016-03-30touchpad: reset the motion history on significant negative pressure changesPeter Hutterer1-0/+1
2016-03-11touchpad: add quirk for the T450 and T460 generation hardwarePeter Hutterer1-0/+12
2016-02-18touchpad: move the tapping exclusion zone to the top edge of the buttonPeter Hutterer1-1/+0
2016-02-05touchpad: while a key is held down, don't disable dwtPeter Hutterer1-0/+1
2016-01-27touchpad: add a config option to disable tap-and-dragPeter Hutterer1-0/+2
2016-01-25touchpad: remove unused field multitap_last_timePeter Hutterer1-1/+0
2016-01-20Merge branch 'wip/3-finger-pinch-gesture'Peter Hutterer1-14/+18
2016-01-20gestures: add support for three-finger pinch gesturesPeter Hutterer1-0/+1
2016-01-20touchpad: constify a couple of helper functionsPeter Hutterer1-8/+11
2016-01-20gestures: drop 2fg naming from the various statesPeter Hutterer1-6/+6
2016-01-18touchpad: drop the model detection - write-only valuePeter Hutterer1-1/+0
2016-01-13touchpad: whitespace fixPeter Hutterer1-0/+1
2015-09-07touchpad: don't tap for 2fg down, followed by a single finger upPeter Hutterer1-0/+1
2015-08-20touchpad: use unaccelerated motion data for scrollingPeter Hutterer1-0/+4
2015-08-03touchpad: make gestures optionalPeter Hutterer1-0/+1
2015-07-28Always use uint64_t for internal timestamp valuesJonas Ã…dahl1-1/+1
2015-07-24Merge branch 'thumb-detect-improvements'Peter Hutterer1-1/+14
2015-07-24touchpad: put a movement threshold on thumb detectionPeter Hutterer1-0/+1
2015-07-24touchpad: only try thumb detection in the lowest 15/8mmPeter Hutterer1-1/+13
2015-07-24touchpad: hook up disable-while-typing configurationPeter Hutterer1-0/+3
2015-07-22touchpad: reset the motion history during/after a slots->nfake crossoverPeter Hutterer1-0/+9
2015-07-16touchpad: drop thumb handling from gesturesPeter Hutterer1-1/+0
2015-07-09touchpad: add pressure-based thumb-detectionPeter Hutterer1-0/+9
2015-07-06touchpad: split tp_gesture_stop into stop and cancelPeter Hutterer1-1/+4
2015-07-06touchpad: Allow querying whether a gesture ended normally or was cancelledHans de Goede1-1/+1
2015-07-06touchpad: Implement pinch gesture supportHans de Goede1-0/+18
2015-07-02Merge branch 'drop-pointer-normalization'Peter Hutterer1-0/+15
2015-07-02Drop motion normalization of unaccelerated deltasPeter Hutterer1-0/+15
2015-07-01touchpad: disable trackpoint palm detection on small touchpadsPeter Hutterer1-0/+1
2015-07-01touchpad: improve trackpoint palm detection responsivenessPeter Hutterer1-0/+2