index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
pixel-scroll.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix jittering when precision scrolling over images
Po Lu
2021-12-06
1
-9
/
+8
*
Interpolate large pixel scrolls
Po Lu
2021-12-05
1
-10
/
+55
*
Make pixel scrolling through images less jumpy
Po Lu
2021-12-05
1
-14
/
+22
*
Make precision pixel scrolling work in an hscrolled window
Po Lu
2021-12-04
1
-4
/
+15
*
Make last change work for deltas that are multiples of max-height
Po Lu
2021-12-04
1
-2
/
+4
*
Make it work to pixel scroll by deltas larger than the window
Po Lu
2021-12-04
1
-6
/
+21
*
Improve velocity calculation in momentum scrolling
Po Lu
2021-12-03
1
-25
/
+49
*
Make momentum scrolling much nicer
Po Lu
2021-12-03
1
-21
/
+32
*
* lisp/pixel-scroll.el (pixel-scroll-start-momentum): Fix algorithm.
Po Lu
2021-12-03
1
-1
/
+2
*
Improve momentum scrolling algorithm
Po Lu
2021-12-02
1
-15
/
+30
*
Add some primitive momentum-based precision scrolling
Po Lu
2021-12-02
1
-3
/
+69
*
Fix precision scrolling when there is a scroll margin
Po Lu
2021-12-02
1
-2
/
+2
*
Get rid of vmotion loop in `pixel-scroll-precision-scroll-up'
Po Lu
2021-12-02
1
-16
/
+19
*
Fix precision pixel scrolling for a recent change
Po Lu
2021-12-01
1
-2
/
+2
*
Avoid unnecessary call when pixel scrolling
Po Lu
2021-12-01
1
-7
/
+8
*
Make pixel scrolling faster
Po Lu
2021-12-01
1
-48
/
+31
*
Fix pixel scrolling again
Po Lu
2021-11-30
1
-2
/
+3
*
Fix 1-off errors in pixel scrolling code
Po Lu
2021-11-30
1
-3
/
+3
*
Improve upwards pixel scrolling for large images
Po Lu
2021-11-30
1
-40
/
+45
*
* lisp/pixel-scroll.el (pixel-scroll-precision): Handle zero delta.
Po Lu
2021-11-30
1
-12
/
+13
*
Fix annoying bell rings when pixel scrolling to buffer limits
Po Lu
2021-11-30
1
-3
/
+9
*
Make `pixel-scroll-precision-scroll-up' work better with overlays
Po Lu
2021-11-28
1
-3
/
+8
*
Fix pixel scroll for overlays and text in display properties
Po Lu
2021-11-27
1
-3
/
+10
*
Remove GC prone call in `pixel-point-and-height-at-unseen-line'
Po Lu
2021-11-27
1
-8
/
+3
*
Make `pixel-scroll-precision-scroll-up' slightly more robust
Po Lu
2021-11-27
1
-15
/
+25
*
Make `pixel-scroll-precision-scroll-up' use existing logic
Po Lu
2021-11-27
1
-13
/
+17
*
Move the precision pixel scrolling feature to pixel-scroll.el
Po Lu
2021-11-26
1
-0
/
+121
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-3
/
+3
*
* lisp/pixel-scroll.el: Use lexical-binding.
Stefan Kangas
2021-04-03
1
-4
/
+4
*
Merge from origin/emacs-27
Glenn Morris
2021-01-14
1
-4
/
+8
|
\
|
*
Fix infloop in 'pixel-scroll-mode'
Tak Kunihiro
2021-01-09
1
-4
/
+8
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Remove redundant installation instructions
Stefan Kangas
2020-11-12
1
-2
/
+1
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Avoid some double-rounding of Lisp timestamps
Paul Eggert
2019-02-22
1
-4
/
+5
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Optionally add argument description in minor mode DOC (bug#10754)
John Shahid
2018-07-01
1
-4
/
+1
|
/
*
Make pixel-wise scrolling less laggy
Tak Kunihiro
2018-01-07
1
-23
/
+48
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Fix scrolling up in pixel-scroll.el
Tak Kunihiro
2017-12-23
1
-5
/
+5
*
Fix vertical cursor motion in pixel-scroll.el
Tak Kunihiro
2017-12-01
1
-10
/
+10
*
maint: shorten https://lists.gnu.org/archive/html/... links
Paul Eggert
2017-11-25
1
-1
/
+1
*
Improve pixel-scroll-mode
Tak Kunihiro
2017-10-27
1
-53
/
+135
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
New minor mode 'pixel-scroll-mode'
Tak Kunihiro
2017-05-13
1
-0
/
+250