summaryrefslogtreecommitdiff
path: root/lisp/image.el
Commit message (Expand)AuthorAgeFilesLines
* Add new function image-supported-file-pLars Ingebrigtsen2022-03-221-1/+16
* Revert "Allow using image-convert to view .bmp images"Lars Ingebrigtsen2022-03-221-9/+9
* Allow specifying the intermediate formatLars Ingebrigtsen2022-03-211-1/+2
* Allow using image-convert to view .bmp imagesLars Ingebrigtsen2022-03-211-9/+9
* * lisp/image.el (image-map): Use defvar-keymap.Stefan Kangas2022-01-311-12/+10
* Merge from origin/emacs-28Stefan Kangas2022-01-251-2/+3
|\
| * Make the `f' command work in image-mode againLars Ingebrigtsen2022-01-241-2/+3
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add native HEIC support on macOS (bug#51381)Alan Third2021-12-221-3/+4
* | Fix image load timekeeping bugPaul Eggert2021-12-051-3/+3
* | * lisp/image.el (image): Add :prefix and :link.Stefan Kangas2021-12-031-0/+2
* | Allow stopping animations automatically when the image disappearsLars Ingebrigtsen2021-11-121-37/+57
* | Make image-compute-scaling-factor argument optionalLars Ingebrigtsen2021-11-091-1/+6
* | Allow 'insert-image' to inhibit isearches or notLars Ingebrigtsen2021-11-061-3/+7
* | Introduce a new 'inhibit-isearch' text propertyLars Ingebrigtsen2021-11-061-0/+1
* | Add new function image-at-point-pStefan Kangas2021-10-271-0/+7
* | Add WebP image format support (Bug#51296)Stefan Kangas2021-10-221-0/+3
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-131-1/+1
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* `image-save' doc string clarificationLars Ingebrigtsen2021-07-051-1/+3
* Ensure updating the animated image in all windowsLars Ingebrigtsen2021-05-041-3/+1
* Speed up animation of non-displayed buffersLars Ingebrigtsen2021-05-031-1/+3
* Speed up animation of non-displayed imagesLars Ingebrigtsen2021-05-031-5/+9
* Clarify the doc string of insert-imageLars Ingebrigtsen2021-04-041-2/+6
* Address some --without-x byte-compilation warningsBasil L. Contovounesios2021-03-261-0/+1
* Add a new `image-transform-smoothing' user optionLars Ingebrigtsen2021-03-121-5/+46
* Move the ‘declare’ form before the interactive spec in 10 functions.Juri Linkov2021-01-201-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Cache toolbar icon data pathsLars Ingebrigtsen2020-12-081-18/+27
* Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
* | Use a new method to determine when to auto-stop image animationsLars Ingebrigtsen2020-07-291-2/+8
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/image.el: Support image scaling with mouse in other buffer.Juri Linkov2019-11-301-12/+16
* Use run-with-idle-timer instead of debounce for responsive image scaling.Juri Linkov2019-11-301-18/+28
* Use new macro debounce-reduce to make mouse scaling of images more responsiveJuri Linkov2019-11-241-12/+18
* Fix loading image-converter in the case where the type is passed inLars Ingebrigtsen2019-11-211-0/+1
* * lisp/image.el: Mouse-wheel scaling on images (bug#38187)Juri Linkov2019-11-211-4/+24
* Allow eww to display exotic images like webpLars Ingebrigtsen2019-11-191-12/+26
* Default exotic image formats (like .webp) to image-modeLars Ingebrigtsen2019-10-291-1/+3
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-1/+1
* Correct some custom type typosRobert Pluim2019-10-011-1/+1
* Rename the new convert-images-externally variableLars Ingebrigtsen2019-09-301-2/+2
* Improve documentation of image conversion featureEli Zaretskii2019-09-291-5/+5
* Remove :group from a recent defcustomLars Ingebrigtsen2019-09-291-1/+0
* If requested, use external image converters for exotic formatsLars Ingebrigtsen2019-09-291-4/+30
* Make the image keymaps not extend after the imageLars Ingebrigtsen2019-07-281-1/+1
* Allow counter-clockwise rotations in image-rotateBasil L. Contovounesios2019-07-201-9/+13
* Add native image rotation and croppingAlan Third2019-06-051-2/+3