aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/image.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix warnings in a tty-only build on MS-WindowsEli Zaretskii2025-01-051-5/+6
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Allow viewing .six images via image-convertAntero Mejr2024-12-221-1/+1
* Mark if-let and when-let obsoleteSean Whitton2024-10-241-2/+2
* Miscellaneous checkdoc fixesStefan Kangas2024-07-201-1/+1
* Improve 'put-image' documentationRobert Pluim2024-07-101-1/+3
* Spelling fixesPaul Eggert2024-06-041-2/+2
* Small followup changePo Lu2024-06-031-9/+15
* Maintain relationship between tool bar image and default font widthPo Lu2024-06-031-17/+7
* bug#69992: Minor improvement to image map transformation logicDavid Ponce2024-03-301-102/+128
* copy-tree just image map, not entire imageJoseph Turner2024-03-281-14/+13
* Recompute :map when image :scale, :rotation, or :flip changesJoseph Turner2024-03-231-12/+209
* Merge from origin/emacs-29Eli Zaretskii2024-03-091-4/+12
|\
| * ; Improve documentation of image propertiesEli Zaretskii2024-03-071-4/+12
* | New property 'context-menu-functions' (bug#62250)Juri Linkov2024-03-051-3/+30
* | ; Improve documentation of a recent change in GnusEli Zaretskii2024-02-101-11/+15
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-09-091-1/+1
|\ \ | |/
| * Fix regexp for recognizing PBM imagesDavid Ponce2023-09-061-1/+1
* | 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