summaryrefslogtreecommitdiff
path: root/lisp/image-dired.el
Commit message (Expand)AuthorAgeFilesLines
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-2/+2
* Simplify `image-dired-dired-file-marked-p'Lars Ingebrigtsen2021-09-061-1/+1
* Add support for history of image tags and completion in the minibufferPeter Münster2021-08-191-4/+12
* Avoid problems when one tag/file is a substring of anotherPeter Münster2021-08-191-2/+3
* New placement of newline characters in image-dired-db-filePeter Münster2021-08-191-7/+3
* Fix deletion of associated imagePeter Münster2021-08-191-4/+4
* Add menu bindings to new functions in image-dired.elPeter Münster2021-08-181-26/+37
* Remove :group from defcustoms in image-dired.elLars Ingebrigtsen2021-08-131-92/+45
* Don't disable transient mark mode when changing image facesPeter Münster2021-08-131-9/+7
* Add new image-dired commandsPeter Münster2021-08-111-22/+44
* Mark marked images in Image-Dired modePeter Münster2021-08-111-2/+46
* Let image-dired-mouse-toggle-mark act on active regionPeter Münster2021-08-111-5/+20
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-4/+4
* Convert many more links to use HTTPSStefan Kangas2021-03-241-3/+3
* Remove copy-pasto from image-dired.elMauro Aranda2021-03-041-1/+0
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Merge from origin/emacs-27Glenn Morris2020-10-021-2/+2
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-2/+2
* | ; Prefer https to http in many URLsStefan Kangas2020-10-011-3/+3
* | Fix and extend format-spec (bug#41758)Basil L. Contovounesios2020-06-181-1/+0
* | Fix some file-modes racesPaul Eggert2020-02-191-2/+2
|/
* Fix doc strings for image-dired rotation commandsChristophe Deleuze2020-01-221-12/+12
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-1/+1
* Correct some more custom type specsRobert Pluim2019-10-111-1/+3
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | file-attributes cleanupPaul Eggert2018-09-231-5/+7
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Add missing :version tags revealed by cusver-checkGlenn Morris2017-12-121-0/+2
* Avoid unnecessary rounding errors in timestampsPaul Eggert2017-10-221-8/+7
* Fix range-error in image-dired.elEli Zaretskii2017-10-161-1/+4
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Nix some useless uses of looking-at, looking-backMark Oteiza2017-02-121-2/+2
* Prevent creating thumbnails of all gif framesMark Oteiza2017-02-011-3/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | ; Spelling fixesPaul Eggert2016-12-221-4/+4
* | ; Revert "Recognize graphicsmagick in image-dired"Mark Oteiza2016-12-201-33/+15
* | Recognize graphicsmagick in image-diredMark Oteiza2016-12-191-15/+33
* | Implement asynchronous thumbnail generation in image-diredMark Oteiza2016-12-191-140/+285
* | Bind new image-mode scroll commands in image-diredMark Oteiza2016-12-181-0/+2
* | Use floor of mtime instead of rounding for thumb propertyMark Oteiza2016-12-181-2/+1
* | Be more selective clearing the image cacheMark Oteiza2016-12-161-11/+11
* | More image-dired refactoringMark Oteiza2016-12-151-14/+11
* | * lisp/image-dired.el: Turn on lexical-binding.Mark Oteiza2016-12-151-1/+1
* | Teach image-dired to also generate large thumbsMark Oteiza2016-12-151-15/+28
* | Don't abuse princ and spam messagesMark Oteiza2016-12-151-12/+8
* | Inherit things from special-mode and image-modeMark Oteiza2016-12-151-4/+23