summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wstpad.c
AgeCommit message (Expand)Author
2021-03-24Improve the tap detection mechanism.Ulf Brosziewski
2021-03-24Make tap detection less restrictive for multi-finger taps.Ulf Brosziewski
2021-03-21Include wstpad allocations when cleaning up wsmouse resources.Ulf Brosziewski
2021-03-03Add a configurable button mapping for tap gestures on touchpads.Ulf Brosziewski
2020-09-13Fix various typos in wscons(4) comments.Frederic Cambus
2019-08-31Fix a bug of the tap-detection code.Ulf Brosziewski
2019-03-24Fix a precedence problem.Ulf Brosziewski
2019-03-24Switch to precision scrolling in wstpad.Ulf Brosziewski
2018-12-29Cleanup: Initialize the pointers to position data early, and useUlf Brosziewski
2018-12-26Use estimates of speed to improve gesture detection.Ulf Brosziewski
2018-12-05Use a time-based method for tracking motion states of touches.Ulf Brosziewski
2018-11-10Remove the strong hysteresis filter.Ulf Brosziewski
2018-11-05Improve the filters for scrolling.Ulf Brosziewski
2018-05-07Add logging options to wsmouse. Input and event logging for debugUlf Brosziewski
2018-01-11Improve the handling of coordinate inputs and filters.Ulf Brosziewski
2017-12-23scrolling: take care of noise.Ulf Brosziewski
2017-12-221. Use unfiltered deltas for scrolling. 2. (Re-)Simplify the edge areaUlf Brosziewski
2017-11-26Add various improvements to the default configuration (better defaultUlf Brosziewski
2017-11-231. Prepare a consistent treatment of edge areas. 2. Add mechanismsUlf Brosziewski
2017-08-25Reduce the delay before scrolling starts.Ulf Brosziewski
2017-07-27Use variable edge masks (again).Ulf Brosziewski
2017-07-26Do not add plain edge areas as default.Ulf Brosziewski
2017-07-16Minor changes in the setup.Ulf Brosziewski
2017-06-18Remove remnants of old versions.Ulf Brosziewski
2017-06-06Add support for tap gestures.Ulf Brosziewski
2017-05-10Adapt the filter parameters to the X/Y ratio.Ulf Brosziewski
2017-05-08improved coordinate filtersUlf Brosziewski
2017-03-16Simplify wstpad option handling:Martin Pieuchot
2017-03-06Use 'inline' rather than _any of_ __the __other__ variants__.Martin Pieuchot
2017-02-27Handle touchpad input in wsmouse.Ulf Brosziewski