summaryrefslogtreecommitdiff
path: root/lisp/image
Commit message (Expand)AuthorAgeFilesLines
* Make `n' in image-mode work more reliably with external formatsLars Ingebrigtsen2022-03-211-6/+8
* Allow specifying the intermediate formatLars Ingebrigtsen2022-03-211-8/+27
* Merge from origin/emacs-28Eli Zaretskii2022-01-014-4/+4
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-014-4/+4
* | Prefer nil to (current-time) when either will doPaul Eggert2021-12-051-2/+2
* | Partially remove exiftool dependency from image-dired.elStefan Kangas2021-10-231-1/+3
* | Add new function exif-fieldStefan Kangas2021-10-231-4/+14
|/
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-1/+1
* Evaluate eql specializersakater2021-08-031-6/+6
* Don't move point in `exif-parse-buffer'Lars Ingebrigtsen2021-02-171-2/+3
* Slight gravatar.el code clean upLars Ingebrigtsen2021-01-291-7/+6
* Protect against bad results from libravatarLars Ingebrigtsen2021-01-281-5/+9
* Update copyright year to 2021Paul Eggert2021-01-014-4/+4
* Fix parsing error in exifLars Ingebrigtsen2020-12-111-1/+1
* Restrict the range of image formats to be convertedLars Ingebrigtsen2020-08-221-2/+22
* Fix Libravatar federation handlingPhilip K2020-08-181-5/+6
* Fix Libravatar federation handlingPhilip K2020-08-181-13/+52
* Implement a cache for all types of gravatarsLars Ingebrigtsen2020-08-181-15/+42
* Make `n'/`p' in image-mode also find externally converted imagesLars Ingebrigtsen2020-08-031-4/+10
* Make gravatar-build-url respect dynamically bound variables againLars Ingebrigtsen2020-07-311-8/+9
* Make libravatar lookups asynchronousLars Ingebrigtsen2020-07-301-28/+46
* Don't default to librgravatar, since there are security implicationsLars Ingebrigtsen2020-07-291-2/+5
* Merge from origin/emacs-27Glenn Morris2020-04-201-2/+2
|\
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-2/+2
* | Merge from origin/emacs-27Glenn Morris2020-03-301-0/+4
|\ \ | |/
| * * lisp/image/image-converter.el: Fix customization of image-converter.Juri Linkov2020-03-301-0/+4
| * Don't have exif bugging out on short stringsLars Ingebrigtsen2020-03-191-2/+19
* | Fix gravatar testsRobert Pluim2020-03-241-13/+13
* | Add support for multiple Gravatar servicesPhilip K2020-03-241-4/+39
* | Don't have exif bugging out on short stringsLars Ingebrigtsen2020-03-191-2/+19
|/
* * lisp/image/image-converter.el: Support more ImageMagick versions (bug#39994)Juri Linkov2020-03-151-2/+3
* Update copyright year to 2020Paul Eggert2020-01-014-4/+4
* Give better error messages in image-convertLars Ingebrigtsen2019-11-221-0/+3
* Rewrite the image-convert doc stringLars Ingebrigtsen2019-11-211-6/+10
* Allow eww to display exotic images like webpLars Ingebrigtsen2019-11-191-29/+76
* Fix image-converter probesLars Ingebrigtsen2019-10-301-8/+11
* Fix image-converter probingLars Ingebrigtsen2019-10-291-4/+6
* Change the commands in image-converter--converters to listsLars Ingebrigtsen2019-09-301-17/+22
* Try ImageMagick last for external image convertersLars Ingebrigtsen2019-09-291-2/+2
* Remove duplicated image conversion defcustomLars Ingebrigtsen2019-09-291-11/+0
* Improve documentation of image conversion featureEli Zaretskii2019-09-291-5/+8
* If requested, use external image converters for exotic formatsLars Ingebrigtsen2019-09-291-0/+191
* Adjust the exif.el interface functionsLars Ingebrigtsen2019-09-221-38/+100
* Fix some commentary typos in exif.elLars Ingebrigtsen2019-09-211-3/+3
* Add an Exif parsing libraryLars Ingebrigtsen2019-09-211-0/+224
* Make gravatar.el more configurableBasil L. Contovounesios2019-08-021-13/+69
* Fix some minor gravatar.el issuesBasil L. Contovounesios2019-08-021-4/+8
* DRY in gravatar.elBasil L. Contovounesios2019-08-021-31/+17
* Use lexical-binding for Gravatar supportBasil L. Contovounesios2019-08-021-41/+19
* Merge from origin/emacs-26Glenn Morris2019-07-301-7/+28
|\