summaryrefslogtreecommitdiff
path: root/lisp/image.el
AgeCommit message (Expand)Author
2018-02-10Avoid printing garbled error message from image.elEli Zaretskii
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-03Add image resizing and rotation to NS portAlan Third
2017-10-16Don't reject PBM header whitespace unnecessarilyAndy Moreton
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-02Support for rawrgb images using imagemagickEvgeny Zajcev
2016-11-17Update parameter :version to 26.1 in several defcustomTino Calancha
2016-09-04image-type-from-file-name: Perform a case insensitive matchTino Calancha
2016-09-04image-increase-size: Fix non-interactive callsTino Calancha
2016-08-24Fix invalid image rotationsLars Ingebrigtsen
2016-07-19Make gif animation work (bug#24004)Katsumi Yamaoka
2016-05-23* lisp/image.el: Use lexical-bindingStefan Monnier
2016-05-23* lisp/image.el (image--get-image): Remove nonsensical code.Glenn Morris
2016-05-23* lisp/image.el (image--get-image): Avoid requiring a library forGlenn Morris
2016-05-23Fix seq requirement that broke bootstrapPaul Eggert
2016-05-22Add missing dependencies to seq.elNicolas Petton
2016-05-04Add an animation sanity checkLars Ingebrigtsen
2016-05-02Revert "alas, a map can have only one parent"Lars Ingebrigtsen
2016-05-02alas, a map can have only one parentSam Steingold
2016-02-23Make (setf (image-property ...)) return VALUELars Ingebrigtsen
2016-02-22Rework the image property getter/settersLars Ingebrigtsen
2016-02-20New functions for getting and setting image propertiesLars Ingebrigtsen
2016-02-10Allow interactively scaling past :max-width etcLars Ingebrigtsen
2016-02-10Use a sparse image keymapLars Ingebrigtsen
2016-02-10Put a keymap on images created with insert-image and friendsLars Ingebrigtsen
2016-02-09Add new commands to allow changing the size of imagesLars Ingebrigtsen
2016-02-08Automatically scale images up on high-density screensLars Ingebrigtsen
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-17Fix docstring quoting problems with ‘ '’Paul Eggert
2015-10-15Fix animation timeout delay calculationPaul Eggert
2015-09-17Backslash cleanup in Elisp source filesPaul Eggert
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert
2015-08-20Don't quote symbols 'like-this' in docstrings etc.Paul Eggert
2015-08-16Use curved quotes in core elisp diagnosticsPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-09-14* lisp/image.el (image-multi-frame-p): Fix thinkoGlenn Morris
2014-02-25* lisp/image.el (image-animate, image-animate-timeout): Stop animating imagesGlenn Morris
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-01-22Some doc for image-format-suffixesGlenn Morris
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-11-01Fix handling of comments in NetPBM image files.Claudio Bley
2013-10-28* lisp/image.el (image-load-path): Doc fix.Xue Fuqiao
2013-10-28* lisp/image.el (defimage): Doc fix.Xue Fuqiao
2013-09-17* image.el (image-multi-frame-p): Remove --without-x warning/error.Glenn Morris
2013-09-17* image.el (image-type-from-buffer): Remove --without-x warning/error.Glenn Morris
2013-08-15Add functions to change the speed of animated imagesGlenn Morris
2013-08-13Rename :content-type to :format in `create-image'Lars Magne Ingebrigtsen