summaryrefslogtreecommitdiff
path: root/lisp/pixel-scroll.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Small adjustments to precision pixel scrollingPo Lu2022-09-21
* Improve scroll interpolation in pixel-s-precision-modePo Lu2022-09-21
* Prefer defvar-keymap in pixel-scroll-precision-mode-mapStefan Kangas2022-09-13
* Fix pixel-scroll-precision in a corner caseGerd Möllmann2022-08-23
* Prevent GC threshold from exceeding fixnum limit during precision scrollingPo Lu2022-08-03
* Minor improvements to precision scroll interpolationPo Lu2022-07-30
* Allow precision-scrolling nonselected windows when the minibuffer is resizedPo Lu2022-05-09
* Interpolate scrolls coming from mice by defaultPo Lu2022-04-08
* Use CUA functions to scroll pages with pixel-scroll-scroll-modeMarkus Kopp2022-04-06
* Make precision scrolling on top of the tool bar workPo Lu2022-03-01
* Make interpolated scrolling work above non-selected windowsPo Lu2022-02-25
* Improve momentum pixel scrolling on a non-selected windowPo Lu2022-02-22
* * lisp/pixel-scroll.el: Update commentary.Po Lu2022-02-05
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Increase size of precision scrolling momentum ringPo Lu2022-01-01
* | Store sign separately when accumulating precision scroll momentumPo Lu2021-12-27
* | Allow interpolating scrolls via the Page Down and Page Up keysPo Lu2021-12-26
* | Make precision scrolling work on margins and fringesPo Lu2021-12-24
* | Make precision scrolling also work on various barsPo Lu2021-12-23
* | Fix precision scrolling down for multi-line display stringsPo Lu2021-12-23
* | Set start to desired start when pixel scrolling to end of bufferPo Lu2021-12-23
* | Allow window-text-pixel-size to measure pixels around a positionPo Lu2021-12-23
* | Work around pixel scrolling issues when line numbers are displayedPo Lu2021-12-15
* | Work around pixel scrolling issues when org-indent-mode is onPo Lu2021-12-13
* | Clear precision scroll interpolation when direction changesPo Lu2021-12-12
* | Further reduce image-related stutter during precision scrollingPo Lu2021-12-10
* | Stop setting `make-cursor-line-fully-visible' in precision scrollingPo Lu2021-12-10
* | Fix bob detection when pixel scrolling upwardsPo Lu2021-12-10
* | Fix pixel scrolling upwards in Info buffersPo Lu2021-12-10
* | Remove unused let-bindings from pixel-scroll.elPo Lu2021-12-10
* | Fix precision scrolling for stretch glyphsPo Lu2021-12-10
* | Make precision scrolling up work over display stringsPo Lu2021-12-09
* | Fix pixel scrolling over lines with different sized glyphsPo Lu2021-12-09
* | Fix jumping cursor during interpolated scrollsPo Lu2021-12-09
* | Allow customizing step between each interpolated scrollPo Lu2021-12-09
* | Clear scroll interpolation when interpolated scroll completesPo Lu2021-12-08
* | Improve precision scroll interpolationPo Lu2021-12-08
* | Fix last changePo Lu2021-12-08
* | Make interpolated scrolling work betterPo Lu2021-12-08
* | Allow customizing precision scroll interpolationPo Lu2021-12-08
* | Fix jittering when precision scrolling over imagesPo Lu2021-12-06
* | Interpolate large pixel scrollsPo Lu2021-12-05
* | Make pixel scrolling through images less jumpyPo Lu2021-12-05
* | Make precision pixel scrolling work in an hscrolled windowPo Lu2021-12-04
* | Make last change work for deltas that are multiples of max-heightPo Lu2021-12-04
* | Make it work to pixel scroll by deltas larger than the windowPo Lu2021-12-04
* | Improve velocity calculation in momentum scrollingPo Lu2021-12-03
* | Make momentum scrolling much nicerPo Lu2021-12-03