summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-02-10tablet: move clearing the tilt bits up to where we reset the axesPeter Hutterer1-2/+2
2016-02-10tablet: delay initial proximity in event until we have a serialPeter Hutterer1-7/+5
2016-02-10touchpad: init a default hysteresis for ALPS rushmore touchpadsPeter Hutterer3-1/+4
2016-02-09tablet: change tilt axes to use degreesPeter Hutterer3-11/+33
2016-02-09touchpad: fix dwt disabling while a key is still downPeter Hutterer1-4/+5
2016-02-05Indentation fixesPeter Hutterer1-3/+3
2016-02-05touchpad: if we have a serio keyboard, override any previous dwt pairingPeter Hutterer1-14/+34
2016-02-05touchpad: while a key is held down, don't disable dwtPeter Hutterer3-2/+31
2016-02-04touchpad: drop motion hysteresis by defaultPeter Hutterer3-5/+20
2016-02-04tablet: change error message to TABLET_TOOL from TABLETPeter Hutterer1-1/+1
2016-02-04doc: be more specific about tablet vs tablet toolPeter Hutterer1-61/+63
2016-02-01evdev: disable the mode button on the Cyborg RAT 5Peter Hutterer2-0/+37
2016-01-27Prepare tablet-support branch for mergingPeter Hutterer1-6/+1
2016-01-27Merge branch 'master' into tablet-supportPeter Hutterer6-4/+171
2016-01-27touchpad: add a config option to disable tap-and-dragPeter Hutterer6-3/+170
2016-01-27gestures: average motion by active touches, not moved touchesPeter Hutterer1-6/+10
2016-01-25Merge branch 'master' into tablet-supporttablet-supportPeter Hutterer8-213/+295
2016-01-25gestures: average motion by active touches, not moved touchesPeter Hutterer1-6/+10
2016-01-25gestures: jump straight to swipe for 3+ finger gestures on ST touchpadsPeter Hutterer1-2/+8
2016-01-25gestures: jump straight to swipe for 3+ finger gestures on ST touchpadsPeter Hutterer1-2/+8
2016-01-25touchpad: remove unused variablePeter Hutterer1-3/+0
2016-01-25Merge branch 'wip/disable-semi-mt-gestures'Peter Hutterer2-41/+27
2016-01-25touchpad: remove unused field multitap_last_timePeter Hutterer2-2/+0
2016-01-22tablet: fix potential null-pointer dereferencePeter Hutterer1-0/+5
2016-01-22tablet: hook up relative motion eventsPeter Hutterer6-10/+230
2016-01-22tablet: add support for relative x/y motion deltasPeter Hutterer4-0/+63
2016-01-22touchpad: disable gestures for single-finger touchpadsPeter Hutterer1-1/+1
2016-01-22touchpad: disable MT for all semi-mt devicesPeter Hutterer2-40/+24
2016-01-22touchpad: don't try to unhover touches if nothing changedPeter Hutterer1-0/+3
2016-01-20Merge branch 'wip/3-finger-pinch-gesture'Peter Hutterer8-164/+255
2016-01-20gestures: if a finger is 20mm below the other one, assume a pinch gesturePeter Hutterer1-5/+21
2016-01-20gestures: add support for three-finger pinch gesturesPeter Hutterer2-81/+123
2016-01-20touchpad: check fake finger count for validityPeter Hutterer1-0/+8
2016-01-20gestures: pass the finger count into pinch eventsPeter Hutterer3-3/+10
2016-01-20touchpad: constify a couple of helper functionsPeter Hutterer6-23/+36
2016-01-20gestures: drop 2fg naming from the various statesPeter Hutterer2-51/+51
2016-01-20gestures: split direction check out into a helper functionPeter Hutterer1-13/+18
2016-01-19Merge branch 'master' into tablet-supportPeter Hutterer6-41/+35
2016-01-18touchpad: drop the model detection - write-only valuePeter Hutterer2-37/+0
2016-01-15tablet: drop delta array, provided by the tablet_axis struct nowPeter Hutterer3-7/+3
2016-01-15tablet: use a struct rather than a double array for axis valuesPeter Hutterer4-174/+161
2016-01-15tablet: allow the various get_<axis> on tablet button eventsPeter Hutterer2-9/+30
2016-01-14touchpad: disable MT for elantech semi-mt touchpadsPeter Hutterer1-1/+2
2016-01-13touchpad: whitespace fixPeter Hutterer1-0/+1
2016-01-12touchpad: drop outdated commentPeter Hutterer1-2/+1
2016-01-12evdev: only reject devices with missing MT x/y if they're MT devicesPeter Hutterer1-1/+2
2016-01-11tablet: don't set a pressure offset of 0Peter Hutterer1-0/+3
2016-01-11tablet: a tip event can replace an axis eventPeter Hutterer4-64/+137
2016-01-11tablet: add pressure threshold handlingPeter Hutterer2-18/+88
2016-01-11tablet: always set the pressure offsetPeter Hutterer2-1/+9