summaryrefslogtreecommitdiff
path: root/lisp/image.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Eli Zaretskii2023-04-151-1/+1
|\
| * Fix detection of WebP images by their signatureVisuwesh2023-04-121-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-04-151-9/+16
|\ \ | |/
| * Improve documentation of image-related commandsEli Zaretskii2023-04-081-16/+8
| * Fix handling of sliced imagesEli Zaretskii2023-04-081-3/+18
* | Merge from origin/emacs-29Eli Zaretskii2023-04-061-15/+35
|\ \ | |/
| * Fix transforming sliced imagesEli Zaretskii2023-04-061-13/+33
| * ; * lisp/image.el (put-image): Doc fix.Eli Zaretskii2023-04-031-2/+2
* | Data argument to `signal` should be a listMattias EngdegÄrd2023-01-031-1/+1
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Move image commands to the 'i' sub mapLars Ingebrigtsen2022-10-041-27/+32
* Merge from origin/emacs-28Stefan Kangas2022-09-301-5/+1
|\
| * ; * lisp/image.el (create-image): Fix last change in doc string.Eli Zaretskii2022-09-291-5/+1
* | Merge from origin/emacs-28Stefan Kangas2022-09-291-2/+3
|\ \ | |/
| * Clarify image file searchEli Zaretskii2022-09-281-2/+3
* | Rename `image-elide' to `image-cut' and add more bindingsLars Ingebrigtsen2022-09-161-1/+1
* | Add new commands 'image-crop' and 'image-elide'Lars Ingebrigtsen2022-09-131-0/+2
* | Fix some no-X build warningsLars Ingebrigtsen2022-08-221-0/+2
* | Make compat alias image-refresh obsoleteStefan Kangas2022-08-091-1/+2
* | * lisp/image.el (put-image): Fix typo.Visuwesh2022-07-141-1/+1
* | Prune animation cache when images are no longer reachableLars Ingebrigtsen2022-07-141-4/+11
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-081-9/+0
* | Add support for image flippingTimo Taipalus2022-06-241-0/+18
* | ; * lisp/image.el (find-image): Fix typos.Eli Zaretskii2022-06-201-4/+4
* | Make images found through `find-image' be handled like `create-image'David Ponce2022-06-201-18/+42
* | 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