summaryrefslogtreecommitdiff
path: root/lisp/image-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas2020-08-241-3/+1
* Make image-mode give better feedback when the buffer is emptyLars Ingebrigtsen2020-08-201-0/+9
* Make 'n'/'p' in image mode buffers respect dired sortingLars Ingebrigtsen2020-08-061-19/+79
* Fix problem with viewing .webp files from .zip buffersLars Ingebrigtsen2020-08-031-6/+17
* Adjust error message in image-modeLars Ingebrigtsen2020-08-031-15/+17
* * lisp/image-mode.el (image-toggle-display-image): Fix fit of rotated images.Juri Linkov2020-06-171-4/+12
* * lisp/image-mode.el (image-transform-original): New command (bug#41222).Juri Linkov2020-06-081-3/+13
* * lisp/image-mode.el (image-mode-map): Update menu items.Juri Linkov2020-04-271-7/+13
* * lisp/image-mode.el (image-transform-resize): Remove FIXME comment.Juri Linkov2020-04-241-1/+0
* Change doc-view-mode-map prefix key 's' to 'c'.Juri Linkov2020-04-231-2/+4
* Add image-auto-resize defcustoms to image-mode.elJuri Linkov2020-04-211-5/+45
* * lisp/image-mode.el: Add prefix key 's' and reduce dependency on ImageMagick.Juri Linkov2020-04-201-38/+38
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/man.el (Man-width-max): New defcustom (bug#32536, bug#9385)Juri Linkov2019-12-081-1/+1
* Use run-with-idle-timer instead of debounce for responsive image scaling.Juri Linkov2019-11-301-23/+26
* * lisp/image-mode.el: Resize image on window resizing (bug#32672)Juri Linkov2019-11-271-0/+25
* Default exotic image formats (like .webp) to image-modeLars Ingebrigtsen2019-10-291-69/+75
* Move point in the dired buffer with `n'/`p' in an image-mode bufferLars Ingebrigtsen2019-10-091-1/+13
* Fix vertical scrolling in image-modeEli Zaretskii2019-10-051-8/+11
* Add support for Dired file marking from image-modeLars Ingebrigtsen2019-10-011-1/+68
* Automatically rotate images in image-mode based on Exif dataLars Ingebrigtsen2019-09-221-7/+16
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* Let byte-compiler recognize that local-variable-p implies boundpNoam Postavsky2019-09-071-3/+2
* Support visiting compressed image filesEli Zaretskii2019-09-071-0/+5
* Fix auto-revert resizing in image modeCarlos Pita2019-06-231-6/+4
* Merge from origin/emacs-26Glenn Morris2019-01-301-2/+4
|\
| * image-mode: Do not use default scaling (bug#33990)Benjamin Riefenstahl2019-01-251-2/+4
* | image-mode: Make parameters buffer-localBenjamin Riefenstahl2019-01-251-3/+3
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/image-mode.el (image--imagemagick-wanted-p): Check for nil filename.Juri Linkov2018-11-051-1/+1
* | * lisp/image-mode.el (image-toggle-display-image): Avoid string-make-unibyteStefan Monnier2018-10-151-7/+11
* | * lisp/image-mode.el (image--imagemagick-wanted-p): Check for file extension.Juri Linkov2018-10-161-2/+4
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
* | New functions to switch back and forth to another major modeStefan Monnier2018-06-211-24/+2
* | Merge from origin/emacs-26Glenn Morris2018-04-141-1/+1
|\ \ | |/
| * Remove repetitions in documentation stringsRobert Pluim2018-04-131-1/+1
* | Make image-mode respect `imagemagick-types-inhibit'Lars Ingebrigtsen2018-04-141-1/+7
* | * lisp/tar-mode.el (tar-summarize-buffer): Let-bind `create-lockfiles' to nilJuri Linkov2018-01-281-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* 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
* | New commands image-scroll-left and image-scroll-rightMark Oteiza2016-12-151-0/+44
* | * lisp/image-mode.el (image-mode-winprops-alist): Add docstring.Mark Oteiza2016-12-141-1/+4
* | Fix auto-reverting image-mode buffer (bug#21598)Nicolas Petton2016-07-251-0/+3
* | 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
* | Call `make-composed-keymap' correctlyLars Magne Ingebrigtsen2016-04-241-2/+2
* | Use `make-composed-keymap' instead of copying the keymapLars Magne Ingebrigtsen2016-04-241-2/+1