summaryrefslogtreecommitdiff
path: root/lisp/image.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Glenn Morris2019-04-211-2/+2
|\
| * Fix off-by-one-link error in image--set-propertyBasil L. Contovounesios2019-04-181-2/+2
* | Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-5/+8
* | Merge from origin/emacs-26Glenn Morris2019-02-201-2/+2
|\ \ | |/
| * Remove .art from the default list of ImageMagick extensionsGlenn Morris2019-02-191-2/+2
* | Merge from origin/emacs-26Glenn Morris2019-01-301-1/+8
|\ \ | |/
| * create-image: Expand documentation (bug#33990)Benjamin Riefenstahl2019-01-251-1/+8
* | Add native image scaling (bug#33587)Alan Third2019-01-101-2/+2
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-1/+1
* | Obsolete image-jpeg-pRobert Pluim2018-05-311-0/+1
* | Merge from origin/emacs-26Glenn Morris2018-04-141-0/+3
|\ \ | |/
| * * lisp/image.el (image-load-path): Doc fix.Eli Zaretskii2018-04-121-0/+3
* | Improve and make use of 'image--get-image'Charles A. Roelli2018-03-111-5/+3
* | Quieten without-x, without-xml2 buildsGlenn Morris2018-02-261-0/+3
* | Merge from origin/emacs-26Glenn Morris2018-02-131-1/+1
|\ \ | |/
| * Avoid printing garbled error message from image.elEli Zaretskii2018-02-101-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Add image resizing and rotation to NS portAlan Third2017-12-031-2/+3
|/
* Don't reject PBM header whitespace unnecessarilyAndy Moreton2017-10-161-2/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Support for rawrgb images using imagemagickEvgeny Zajcev2016-12-021-1/+1
* | Update parameter :version to 26.1 in several defcustomTino Calancha2016-11-171-1/+1
* | image-type-from-file-name: Perform a case insensitive matchTino Calancha2016-09-041-1/+1
* | image-increase-size: Fix non-interactive callsTino Calancha2016-09-041-2/+2
* | Fix invalid image rotationsLars Ingebrigtsen2016-08-241-1/+5
* | Make gif animation work (bug#24004)Katsumi Yamaoka2016-07-191-3/+4
* | * lisp/image.el: Use lexical-bindingStefan Monnier2016-05-231-18/+13
* | * lisp/image.el (image--get-image): Remove nonsensical code.Glenn Morris2016-05-231-7/+1
* | * lisp/image.el (image--get-image): Avoid requiring a library forGlenn Morris2016-05-231-4/+4
* | Fix seq requirement that broke bootstrapPaul Eggert2016-05-231-2/+1
* | Add missing dependencies to seq.elNicolas Petton2016-05-221-0/+1
* | Add an animation sanity checkLars Ingebrigtsen2016-05-041-4/+9
* | Revert "alas, a map can have only one parent"Lars Ingebrigtsen2016-05-021-1/+0
* | alas, a map can have only one parentSam Steingold2016-05-021-0/+1
* | Make (setf (image-property ...)) return VALUELars Ingebrigtsen2016-02-231-1/+1
* | Rework the image property getter/settersLars Ingebrigtsen2016-02-221-5/+9
* | New functions for getting and setting image propertiesLars Ingebrigtsen2016-02-201-0/+20
* | Allow interactively scaling past :max-width etcLars Ingebrigtsen2016-02-101-10/+30
* | Use a sparse image keymapLars Ingebrigtsen2016-02-101-1/+1
* | Put a keymap on images created with insert-image and friendsLars Ingebrigtsen2016-02-101-6/+57
* | Add new commands to allow changing the size of imagesLars Ingebrigtsen2016-02-091-0/+29
* | Automatically scale images up on high-density screensLars Ingebrigtsen2016-02-081-0/+29
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1
* Fix animation timeout delay calculationPaul Eggert2015-10-151-1/+1