summaryrefslogtreecommitdiff
path: root/src/evdev-mt-touchpad.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-01touchpad: move trackpoint timer stuff into the palm structPeter Hutterer1-4/+4
2015-06-23touchpad: hook up drag lock configurationPeter Hutterer1-0/+2
2015-06-22touchpad: disable right-edge palm detection for edge scrollingPeter Hutterer1-0/+3
2015-06-16COPYING: Update boilerplate from MIT X11 to MIT Expat licensePeter Hutterer1-16/+17
2015-06-16touchpad: set the finger pin distance to 5mm where possiblePeter Hutterer1-1/+4
2015-05-28Update Red Hat's copyrightPeter Hutterer1-1/+1
2015-05-27touchpad: touches after the last key press can be releasedPeter Hutterer1-0/+2
2015-05-27touchpad: be finer-grained about when to pair touchpads/keyboard for DWTPeter Hutterer1-2/+0
2015-05-27touchpad: add helper function to get from tp to the libinput contextPeter Hutterer1-0/+6
2015-05-27touchpad: move disable-while-typing into its own structPeter Hutterer1-1/+3
2015-05-18touchpad: add timeout-based disable-while-typingPeter Hutterer1-0/+7
2015-05-18touchpad: switch from is_palm to an enumPeter Hutterer1-1/+6
2015-05-18touchpad: end tap-and-drag with an extra tapVelimir Lisec1-0/+1
2015-05-07touchpad: add support for per-finger hovering informationBenjamin Tissoires1-0/+2
2015-05-05touchpad: drop the tap finger countPeter Hutterer1-1/+0
2015-04-17touchpad: introduce MULTITAP for multi-tap-and-dragPeter Hutterer1-0/+3
2015-04-16touchpad: don't allow taps in the top half of the palm exclusion zone.Peter Hutterer1-0/+4
2015-04-09touchpad: rename real_touches to num_slotsPeter Hutterer1-1/+1
2015-04-08touchpad: count the tapping fingers separately from the main touchpad codePeter Hutterer1-0/+1
2015-03-27Rename delta_coords to device_float_coordsHans de Goede1-3/+3
2015-03-25Change tp_filter_motion to normalized_coordsHans de Goede1-3/+2
2015-03-25Add a delta_coords type and use it were applicableHans de Goede1-6/+8
2015-03-17Push the touchpad magic slowdown to the touchpad accel codePeter Hutterer1-3/+1
2015-03-17touchpad: switch delta handling to typesafe coordinatesPeter Hutterer1-5/+7
2015-03-17touchpad: switch touch point, hysteresis, initial coords to typesafe coordsPeter Hutterer1-17/+7
2015-03-17touchpad: change motion history to typesafe coordsPeter Hutterer1-6/+1
2015-03-10touchpad: Remove unnecessary edge scroll threshold variableHans de Goede1-1/+0
2015-03-10touchpad: accumulate the initial scroll edge deltaPeter Hutterer1-0/+2
2015-03-10touchpad: annotate all coordinates that are in device coordinatesPeter Hutterer1-19/+20
2015-03-10touchpad: change tap motion threshold to 3 mmPeter Hutterer1-0/+1
2015-03-10Move DEFAULT_MOUSE_DPI to evdev.h, provide a conversion macroPeter Hutterer1-0/+5
2015-03-10touchpad: return normalized deltas from tp_get_deltaPeter Hutterer1-0/+7
2015-02-23touchpad: Move gesture handling code to evdev-mt-touchpad-gestures.cHans de Goede1-9/+0