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 some no-X build warnings
Lars Ingebrigtsen
2022-08-22
1
-0
/
+2
*
Make compat alias image-refresh obsolete
Stefan Kangas
2022-08-09
1
-1
/
+2
*
* lisp/image.el (put-image): Fix typo.
Visuwesh
2022-07-14
1
-1
/
+1
*
Prune animation cache when images are no longer reachable
Lars Ingebrigtsen
2022-07-14
1
-4
/
+11
*
Remove many items obsolete since 24.1
Stefan Kangas
2022-07-08
1
-9
/
+0
*
Add support for image flipping
Timo Taipalus
2022-06-24
1
-0
/
+18
*
; * lisp/image.el (find-image): Fix typos.
Eli Zaretskii
2022-06-20
1
-4
/
+4
*
Make images found through `find-image' be handled like `create-image'
David Ponce
2022-06-20
1
-18
/
+42
*
Add new function image-supported-file-p
Lars Ingebrigtsen
2022-03-22
1
-1
/
+16
*
Revert "Allow using image-convert to view .bmp images"
Lars Ingebrigtsen
2022-03-22
1
-9
/
+9
*
Allow specifying the intermediate format
Lars Ingebrigtsen
2022-03-21
1
-1
/
+2
*
Allow using image-convert to view .bmp images
Lars Ingebrigtsen
2022-03-21
1
-9
/
+9
*
* lisp/image.el (image-map): Use defvar-keymap.
Stefan Kangas
2022-01-31
1
-12
/
+10
*
Merge from origin/emacs-28
Stefan Kangas
2022-01-25
1
-2
/
+3
|
\
|
*
Make the `f' command work in image-mode again
Lars Ingebrigtsen
2022-01-24
1
-2
/
+3
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Add native HEIC support on macOS (bug#51381)
Alan Third
2021-12-22
1
-3
/
+4
*
|
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
[next]