index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
image.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix image load timekeeping bug
Paul Eggert
2021-12-05
1
-3
/
+3
*
* lisp/image.el (image): Add :prefix and :link.
Stefan Kangas
2021-12-03
1
-0
/
+2
*
Allow stopping animations automatically when the image disappears
Lars Ingebrigtsen
2021-11-12
1
-37
/
+57
*
Make image-compute-scaling-factor argument optional
Lars Ingebrigtsen
2021-11-09
1
-1
/
+6
*
Allow 'insert-image' to inhibit isearches or not
Lars Ingebrigtsen
2021-11-06
1
-3
/
+7
*
Introduce a new 'inhibit-isearch' text property
Lars Ingebrigtsen
2021-11-06
1
-0
/
+1
*
Add new function image-at-point-p
Stefan Kangas
2021-10-27
1
-0
/
+7
*
Add WebP image format support (Bug#51296)
Stefan Kangas
2021-10-22
1
-0
/
+3
*
Mark def* macros for indentation
Lars Ingebrigtsen
2021-10-13
1
-1
/
+1
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-1
/
+1
*
`image-save' doc string clarification
Lars Ingebrigtsen
2021-07-05
1
-1
/
+3
*
Ensure updating the animated image in all windows
Lars Ingebrigtsen
2021-05-04
1
-3
/
+1
*
Speed up animation of non-displayed buffers
Lars Ingebrigtsen
2021-05-03
1
-1
/
+3
*
Speed up animation of non-displayed images
Lars Ingebrigtsen
2021-05-03
1
-5
/
+9
*
Clarify the doc string of insert-image
Lars Ingebrigtsen
2021-04-04
1
-2
/
+6
*
Address some --without-x byte-compilation warnings
Basil L. Contovounesios
2021-03-26
1
-0
/
+1
*
Add a new `image-transform-smoothing' user option
Lars Ingebrigtsen
2021-03-12
1
-5
/
+46
*
Move the ‘declare’ form before the interactive spec in 10 functions.
Juri Linkov
2021-01-20
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Cache toolbar icon data paths
Lars Ingebrigtsen
2020-12-08
1
-18
/
+27
*
Merge from origin/emacs-27
Glenn Morris
2020-10-02
1
-1
/
+1
|
\
|
*
; Fix many typos in symbols in docs and comments
Stefan Kangas
2020-10-02
1
-1
/
+1
*
|
Use a new method to determine when to auto-stop image animations
Lars Ingebrigtsen
2020-07-29
1
-2
/
+8
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* lisp/image.el: Support image scaling with mouse in other buffer.
Juri Linkov
2019-11-30
1
-12
/
+16
*
Use run-with-idle-timer instead of debounce for responsive image scaling.
Juri Linkov
2019-11-30
1
-18
/
+28
*
Use new macro debounce-reduce to make mouse scaling of images more responsive
Juri Linkov
2019-11-24
1
-12
/
+18
*
Fix loading image-converter in the case where the type is passed in
Lars Ingebrigtsen
2019-11-21
1
-0
/
+1
*
* lisp/image.el: Mouse-wheel scaling on images (bug#38187)
Juri Linkov
2019-11-21
1
-4
/
+24
*
Allow eww to display exotic images like webp
Lars Ingebrigtsen
2019-11-19
1
-12
/
+26
*
Default exotic image formats (like .webp) to image-mode
Lars Ingebrigtsen
2019-10-29
1
-1
/
+3
*
lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nil
Juanma Barranquero
2019-10-17
1
-1
/
+1
*
Correct some custom type typos
Robert Pluim
2019-10-01
1
-1
/
+1
*
Rename the new convert-images-externally variable
Lars Ingebrigtsen
2019-09-30
1
-2
/
+2
*
Improve documentation of image conversion feature
Eli Zaretskii
2019-09-29
1
-5
/
+5
*
Remove :group from a recent defcustom
Lars Ingebrigtsen
2019-09-29
1
-1
/
+0
*
If requested, use external image converters for exotic formats
Lars Ingebrigtsen
2019-09-29
1
-4
/
+30
*
Make the image keymaps not extend after the image
Lars Ingebrigtsen
2019-07-28
1
-1
/
+1
*
Allow counter-clockwise rotations in image-rotate
Basil L. Contovounesios
2019-07-20
1
-9
/
+13
*
Add native image rotation and cropping
Alan Third
2019-06-05
1
-2
/
+3
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
For SVG, 8192 is the new 256
Paul Eggert
2019-05-18
1
-2
/
+2
*
Merge from origin/emacs-26
Glenn Morris
2019-04-21
1
-2
/
+2
|
\
|
*
Fix off-by-one-link error in image--set-property
Basil L. Contovounesios
2019-04-18
1
-2
/
+2
*
|
Avoid some double-rounding of Lisp timestamps
Paul Eggert
2019-02-22
1
-5
/
+8
*
|
Merge from origin/emacs-26
Glenn Morris
2019-02-20
1
-2
/
+2
|
\
|
|
*
Remove .art from the default list of ImageMagick extensions
Glenn Morris
2019-02-19
1
-2
/
+2
*
|
Merge from origin/emacs-26
Glenn Morris
2019-01-30
1
-1
/
+8
|
\
|
|
*
create-image: Expand documentation (bug#33990)
Benjamin Riefenstahl
2019-01-25
1
-1
/
+8
[next]