summaryrefslogtreecommitdiff
path: root/lisp/pixel-scroll.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Small adjustments to precision pixel scrollingPo Lu2022-09-211-15/+16
* Improve scroll interpolation in pixel-s-precision-modePo Lu2022-09-211-14/+26
* Prefer defvar-keymap in pixel-scroll-precision-mode-mapStefan Kangas2022-09-131-33/+31
* Fix pixel-scroll-precision in a corner caseGerd Möllmann2022-08-231-9/+11
* Prevent GC threshold from exceeding fixnum limit during precision scrollingPo Lu2022-08-031-1/+2
* Minor improvements to precision scroll interpolationPo Lu2022-07-301-37/+40
* Allow precision-scrolling nonselected windows when the minibuffer is resizedPo Lu2022-05-091-3/+3
* Interpolate scrolls coming from mice by defaultPo Lu2022-04-081-10/+22
* Use CUA functions to scroll pages with pixel-scroll-scroll-modeMarkus Kopp2022-04-061-2/+3
* Make precision scrolling on top of the tool bar workPo Lu2022-03-011-0/+7
* Make interpolated scrolling work above non-selected windowsPo Lu2022-02-251-6/+10
* Improve momentum pixel scrolling on a non-selected windowPo Lu2022-02-221-50/+52
* * lisp/pixel-scroll.el: Update commentary.Po Lu2022-02-051-2/+23
* 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