summaryrefslogtreecommitdiff
path: root/lisp/pixel-scroll.el
AgeCommit message (Expand)Author
2026-01-31pixel-scroll: Avoid loading `cua-base'Daniel Mendler
2026-01-23; Autoload pixel-scroll-interpolate- commands.Sean Whitton
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-09-08Fix :type of some user optionsEli Zaretskii
2024-07-20Miscellaneous checkdoc fixesStefan Kangas
2024-05-11Improve documentation of p-s-p-scroll-down-pagePo Lu
2024-05-10Fix bug#70856Po Lu
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-11New defgroup pixel-scroll-precisionStefan Kangas
2023-09-10Correct many instances of ``allows to''Po Lu
2023-08-12Improve precision pixel scrollingPo Lu
2023-05-27Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-22Support 'isearch-allow-scroll' in 'pixel-scroll-precision-mode'Eli Zaretskii
2023-01-16Update Android portPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-21Small adjustments to precision pixel scrollingPo Lu
2022-09-21Improve scroll interpolation in pixel-s-precision-modePo Lu
2022-09-13Prefer defvar-keymap in pixel-scroll-precision-mode-mapStefan Kangas
2022-08-23Fix pixel-scroll-precision in a corner caseGerd Möllmann
2022-08-03Prevent GC threshold from exceeding fixnum limit during precision scrollingPo Lu
2022-07-30Minor improvements to precision scroll interpolationPo Lu
2022-05-09Allow precision-scrolling nonselected windows when the minibuffer is resizedPo Lu
2022-04-08Interpolate scrolls coming from mice by defaultPo Lu
2022-04-06Use CUA functions to scroll pages with pixel-scroll-scroll-modeMarkus Kopp
2022-03-01Make precision scrolling on top of the tool bar workPo Lu
2022-02-25Make interpolated scrolling work above non-selected windowsPo Lu
2022-02-22Improve momentum pixel scrolling on a non-selected windowPo Lu
2022-02-05* lisp/pixel-scroll.el: Update commentary.Po Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01Increase size of precision scrolling momentum ringPo Lu
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-27Store sign separately when accumulating precision scroll momentumPo Lu
2021-12-26Allow interpolating scrolls via the Page Down and Page Up keysPo Lu
2021-12-24Make precision scrolling work on margins and fringesPo Lu
2021-12-23Make precision scrolling also work on various barsPo Lu
2021-12-23Fix precision scrolling down for multi-line display stringsPo Lu
2021-12-23Set start to desired start when pixel scrolling to end of bufferPo Lu
2021-12-23Allow window-text-pixel-size to measure pixels around a positionPo Lu
2021-12-15Work around pixel scrolling issues when line numbers are displayedPo Lu
2021-12-13Work around pixel scrolling issues when org-indent-mode is onPo Lu
2021-12-12Clear precision scroll interpolation when direction changesPo Lu
2021-12-10Further reduce image-related stutter during precision scrollingPo Lu
2021-12-10Stop setting `make-cursor-line-fully-visible' in precision scrollingPo Lu
2021-12-10Fix bob detection when pixel scrolling upwardsPo Lu
2021-12-10Fix pixel scrolling upwards in Info buffersPo Lu
2021-12-10Remove unused let-bindings from pixel-scroll.elPo Lu
2021-12-10Fix precision scrolling for stretch glyphsPo Lu
2021-12-09Make precision scrolling up work over display stringsPo Lu