aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/pixel-scroll.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Increase size of precision scrolling momentum ringPo Lu2022-01-011-38/+42
* | Store sign separately when accumulating precision scroll momentumPo Lu2021-12-271-4/+4
* | Allow interpolating scrolls via the Page Down and Page Up keysPo Lu2021-12-261-24/+47
* | Make precision scrolling work on margins and fringesPo Lu2021-12-241-0/+12
* | Make precision scrolling also work on various barsPo Lu2021-12-231-0/+9
* | Fix precision scrolling down for multi-line display stringsPo Lu2021-12-231-0/+5
* | Set start to desired start when pixel scrolling to end of bufferPo Lu2021-12-231-0/+1
* | Allow window-text-pixel-size to measure pixels around a positionPo Lu2021-12-231-16/+18
* | Work around pixel scrolling issues when line numbers are displayedPo Lu2021-12-151-1/+2
* | Work around pixel scrolling issues when org-indent-mode is onPo Lu2021-12-131-0/+6
* | Clear precision scroll interpolation when direction changesPo Lu2021-12-121-29/+37
* | Further reduce image-related stutter during precision scrollingPo Lu2021-12-101-1/+3
* | Stop setting `make-cursor-line-fully-visible' in precision scrollingPo Lu2021-12-101-2/+0
* | Fix bob detection when pixel scrolling upwardsPo Lu2021-12-101-1/+2
* | Fix pixel scrolling upwards in Info buffersPo Lu2021-12-101-3/+5
* | Remove unused let-bindings from pixel-scroll.elPo Lu2021-12-101-5/+1
* | Fix precision scrolling for stretch glyphsPo Lu2021-12-101-38/+30
* | Make precision scrolling up work over display stringsPo Lu2021-12-091-16/+4
* | Fix pixel scrolling over lines with different sized glyphsPo Lu2021-12-091-1/+4
* | Fix jumping cursor during interpolated scrollsPo Lu2021-12-091-9/+9
* | Allow customizing step between each interpolated scrollPo Lu2021-12-091-1/+7
* | Clear scroll interpolation when interpolated scroll completesPo Lu2021-12-081-6/+14
* | Improve precision scroll interpolationPo Lu2021-12-081-15/+30
* | Fix last changePo Lu2021-12-081-2/+2
* | Make interpolated scrolling work betterPo Lu2021-12-081-18/+17
* | Allow customizing precision scroll interpolationPo Lu2021-12-081-3/+18
* | Fix jittering when precision scrolling over imagesPo Lu2021-12-061-9/+8
* | Interpolate large pixel scrollsPo Lu2021-12-051-10/+55
* | Make pixel scrolling through images less jumpyPo Lu2021-12-051-14/+22
* | Make precision pixel scrolling work in an hscrolled windowPo Lu2021-12-041-4/+15
* | Make last change work for deltas that are multiples of max-heightPo Lu2021-12-041-2/+4
* | Make it work to pixel scroll by deltas larger than the windowPo Lu2021-12-041-6/+21
* | Improve velocity calculation in momentum scrollingPo Lu2021-12-031-25/+49
* | Make momentum scrolling much nicerPo Lu2021-12-031-21/+32
* | * lisp/pixel-scroll.el (pixel-scroll-start-momentum): Fix algorithm.Po Lu2021-12-031-1/+2
* | Improve momentum scrolling algorithmPo Lu2021-12-021-15/+30
* | Add some primitive momentum-based precision scrollingPo Lu2021-12-021-3/+69
* | Fix precision scrolling when there is a scroll marginPo Lu2021-12-021-2/+2
* | Get rid of vmotion loop in `pixel-scroll-precision-scroll-up'Po Lu2021-12-021-16/+19
* | Fix precision pixel scrolling for a recent changePo Lu2021-12-011-2/+2
* | Avoid unnecessary call when pixel scrollingPo Lu2021-12-011-7/+8
* | Make pixel scrolling fasterPo Lu2021-12-011-48/+31
* | Fix pixel scrolling againPo Lu2021-11-301-2/+3
* | Fix 1-off errors in pixel scrolling codePo Lu2021-11-301-3/+3
* | Improve upwards pixel scrolling for large imagesPo Lu2021-11-301-40/+45
* | * lisp/pixel-scroll.el (pixel-scroll-precision): Handle zero delta.Po Lu2021-11-301-12/+13
* | Fix annoying bell rings when pixel scrolling to buffer limitsPo Lu2021-11-301-3/+9
* | Make `pixel-scroll-precision-scroll-up' work better with overlaysPo Lu2021-11-281-3/+8