summaryrefslogtreecommitdiff
path: root/lisp/image.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/image.el: Support image scaling with mouse in other buffer.Juri Linkov2019-11-301-12/+16
* Use run-with-idle-timer instead of debounce for responsive image scaling.Juri Linkov2019-11-301-18/+28
* Use new macro debounce-reduce to make mouse scaling of images more responsiveJuri Linkov2019-11-241-12/+18
* Fix loading image-converter in the case where the type is passed inLars Ingebrigtsen2019-11-211-0/+1
* * lisp/image.el: Mouse-wheel scaling on images (bug#38187)Juri Linkov2019-11-211-4/+24
* Allow eww to display exotic images like webpLars Ingebrigtsen2019-11-191-12/+26
* Default exotic image formats (like .webp) to image-modeLars Ingebrigtsen2019-10-291-1/+3
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-1/+1
* Correct some custom type typosRobert Pluim2019-10-011-1/+1
* Rename the new convert-images-externally variableLars Ingebrigtsen2019-09-301-2/+2
* Improve documentation of image conversion featureEli Zaretskii2019-09-291-5/+5
* Remove :group from a recent defcustomLars Ingebrigtsen2019-09-291-1/+0
* If requested, use external image converters for exotic formatsLars Ingebrigtsen2019-09-291-4/+30
* Make the image keymaps not extend after the imageLars Ingebrigtsen2019-07-281-1/+1
* Allow counter-clockwise rotations in image-rotateBasil L. Contovounesios2019-07-201-9/+13
* Add native image rotation and croppingAlan Third2019-06-051-2/+3
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* For SVG, 8192 is the new 256Paul Eggert2019-05-181-2/+2
* 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