summaryrefslogtreecommitdiff
path: root/lisp/image.el
AgeCommit message (Expand)Author
2021-07-05`image-save' doc string clarificationLars Ingebrigtsen
2021-05-04Ensure updating the animated image in all windowsLars Ingebrigtsen
2021-05-03Speed up animation of non-displayed buffersLars Ingebrigtsen
2021-05-03Speed up animation of non-displayed imagesLars Ingebrigtsen
2021-04-04Clarify the doc string of insert-imageLars Ingebrigtsen
2021-03-26Address some --without-x byte-compilation warningsBasil L. Contovounesios
2021-03-12Add a new `image-transform-smoothing' user optionLars Ingebrigtsen
2021-01-20Move the ‘declare’ form before the interactive spec in 10 functions.Juri Linkov
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-08Cache toolbar icon data pathsLars Ingebrigtsen
2020-10-02Merge from origin/emacs-27Glenn Morris
2020-10-02; Fix many typos in symbols in docs and commentsStefan Kangas
2020-07-29Use a new method to determine when to auto-stop image animationsLars Ingebrigtsen
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-30* lisp/image.el: Support image scaling with mouse in other buffer.Juri Linkov
2019-11-30Use run-with-idle-timer instead of debounce for responsive image scaling.Juri Linkov
2019-11-24Use new macro debounce-reduce to make mouse scaling of images more responsiveJuri Linkov
2019-11-21Fix loading image-converter in the case where the type is passed inLars Ingebrigtsen
2019-11-21* lisp/image.el: Mouse-wheel scaling on images (bug#38187)Juri Linkov
2019-11-19Allow eww to display exotic images like webpLars Ingebrigtsen
2019-10-29Default exotic image formats (like .webp) to image-modeLars Ingebrigtsen
2019-10-17lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero
2019-10-01Correct some custom type typosRobert Pluim
2019-09-30Rename the new convert-images-externally variableLars Ingebrigtsen
2019-09-29Improve documentation of image conversion featureEli Zaretskii
2019-09-29Remove :group from a recent defcustomLars Ingebrigtsen
2019-09-29If requested, use external image converters for exotic formatsLars Ingebrigtsen
2019-07-28Make the image keymaps not extend after the imageLars Ingebrigtsen
2019-07-20Allow counter-clockwise rotations in image-rotateBasil L. Contovounesios
2019-06-05Add native image rotation and croppingAlan Third
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2019-05-18For SVG, 8192 is the new 256Paul Eggert
2019-04-21Merge from origin/emacs-26Glenn Morris
2019-04-18Fix off-by-one-link error in image--set-propertyBasil L. Contovounesios
2019-02-22Avoid some double-rounding of Lisp timestampsPaul Eggert
2019-02-20Merge from origin/emacs-26Glenn Morris
2019-02-19Remove .art from the default list of ImageMagick extensionsGlenn Morris
2019-01-30Merge from origin/emacs-26Glenn Morris
2019-01-25create-image: Expand documentation (bug#33990)Benjamin Riefenstahl
2019-01-10Add native image scaling (bug#33587)Alan Third
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-21Audit use of lsh and fix glitchesPaul Eggert
2018-05-31Obsolete image-jpeg-pRobert Pluim
2018-04-14Merge from origin/emacs-26Glenn Morris
2018-04-12* lisp/image.el (image-load-path): Doc fix.Eli Zaretskii
2018-03-11Improve and make use of 'image--get-image'Charles A. Roelli
2018-02-26Quieten without-x, without-xml2 buildsGlenn Morris
2018-02-13Merge from origin/emacs-26Glenn Morris