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