summaryrefslogtreecommitdiff
path: root/lisp/pixel-scroll.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix pixel scroll for overlays and text in display propertiesPo Lu2021-11-271-3/+10
* Remove GC prone call in `pixel-point-and-height-at-unseen-line'Po Lu2021-11-271-8/+3
* Make `pixel-scroll-precision-scroll-up' slightly more robustPo Lu2021-11-271-15/+25
* Make `pixel-scroll-precision-scroll-up' use existing logicPo Lu2021-11-271-13/+17
* Move the precision pixel scrolling feature to pixel-scroll.elPo Lu2021-11-261-0/+121
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-3/+3
* * lisp/pixel-scroll.el: Use lexical-binding.Stefan Kangas2021-04-031-4/+4
* Merge from origin/emacs-27Glenn Morris2021-01-141-4/+8
|\
| * Fix infloop in 'pixel-scroll-mode'Tak Kunihiro2021-01-091-4/+8
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Remove redundant installation instructionsStefan Kangas2020-11-121-2/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-4/+5
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-4/+1
|/
* Make pixel-wise scrolling less laggyTak Kunihiro2018-01-071-23/+48
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix scrolling up in pixel-scroll.elTak Kunihiro2017-12-231-5/+5
* Fix vertical cursor motion in pixel-scroll.elTak Kunihiro2017-12-011-10/+10
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Improve pixel-scroll-modeTak Kunihiro2017-10-271-53/+135
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* New minor mode 'pixel-scroll-mode'Tak Kunihiro2017-05-131-0/+250