summaryrefslogtreecommitdiff
path: root/lisp/image.el
Commit message (Expand)AuthorAge
* Fix image load timekeeping bugPaul Eggert2021-12-05
* * lisp/image.el (image): Add :prefix and :link.Stefan Kangas2021-12-03
* Allow stopping animations automatically when the image disappearsLars Ingebrigtsen2021-11-12
* Make image-compute-scaling-factor argument optionalLars Ingebrigtsen2021-11-09
* Allow 'insert-image' to inhibit isearches or notLars Ingebrigtsen2021-11-06
* Introduce a new 'inhibit-isearch' text propertyLars Ingebrigtsen2021-11-06
* Add new function image-at-point-pStefan Kangas2021-10-27
* Add WebP image format support (Bug#51296)Stefan Kangas2021-10-22
* Mark def* macros for indentationLars Ingebrigtsen2021-10-13
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* `image-save' doc string clarificationLars Ingebrigtsen2021-07-05
* Ensure updating the animated image in all windowsLars Ingebrigtsen2021-05-04
* Speed up animation of non-displayed buffersLars Ingebrigtsen2021-05-03
* Speed up animation of non-displayed imagesLars Ingebrigtsen2021-05-03
* Clarify the doc string of insert-imageLars Ingebrigtsen2021-04-04
* Address some --without-x byte-compilation warningsBasil L. Contovounesios2021-03-26
* Add a new `image-transform-smoothing' user optionLars Ingebrigtsen2021-03-12
* Move the ‘declare’ form before the interactive spec in 10 functions.Juri Linkov2021-01-20
* Update copyright year to 2021Paul Eggert2021-01-01
* Cache toolbar icon data pathsLars Ingebrigtsen2020-12-08
* Merge from origin/emacs-27Glenn Morris2020-10-02
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-02
* | Use a new method to determine when to auto-stop image animationsLars Ingebrigtsen2020-07-29
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* * lisp/image.el: Support image scaling with mouse in other buffer.Juri Linkov2019-11-30
* Use run-with-idle-timer instead of debounce for responsive image scaling.Juri Linkov2019-11-30
* Use new macro debounce-reduce to make mouse scaling of images more responsiveJuri Linkov2019-11-24
* Fix loading image-converter in the case where the type is passed inLars Ingebrigtsen2019-11-21
* * lisp/image.el: Mouse-wheel scaling on images (bug#38187)Juri Linkov2019-11-21
* Allow eww to display exotic images like webpLars Ingebrigtsen2019-11-19
* Default exotic image formats (like .webp) to image-modeLars Ingebrigtsen2019-10-29
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-17
* Correct some custom type typosRobert Pluim2019-10-01
* Rename the new convert-images-externally variableLars Ingebrigtsen2019-09-30
* Improve documentation of image conversion featureEli Zaretskii2019-09-29
* Remove :group from a recent defcustomLars Ingebrigtsen2019-09-29
* If requested, use external image converters for exotic formatsLars Ingebrigtsen2019-09-29
* Make the image keymaps not extend after the imageLars Ingebrigtsen2019-07-28
* Allow counter-clockwise rotations in image-rotateBasil L. Contovounesios2019-07-20
* Add native image rotation and croppingAlan Third2019-06-05
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-25
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* For SVG, 8192 is the new 256Paul Eggert2019-05-18
* Merge from origin/emacs-26Glenn Morris2019-04-21
|\
| * Fix off-by-one-link error in image--set-propertyBasil L. Contovounesios2019-04-18
* | Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-22
* | Merge from origin/emacs-26Glenn Morris2019-02-20
|\|
| * Remove .art from the default list of ImageMagick extensionsGlenn Morris2019-02-19
* | Merge from origin/emacs-26Glenn Morris2019-01-30
|\|
| * create-image: Expand documentation (bug#33990)Benjamin Riefenstahl2019-01-25