summaryrefslogtreecommitdiff
path: root/lisp/image-mode.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make `q' etc work in image mode againLars Magne Ingebrigtsen2016-04-241-2/+1
* | Support switching to hexl-mode from image-modeAlexander Kuleshov2016-02-271-27/+71
* | Make image commands available in image-modeLars Ingebrigtsen2016-02-241-0/+1
|/
* Don't hard-code 1 as point-min.Glenn Morris2016-01-191-1/+1
* Avoid advising image-display-size for xwidgets.Glenn Morris2016-01-191-18/+25
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * lisp/image-mode.el: Support encrypted fileDaiki Ueno2015-11-171-1/+6
* image-mode.el (image-kill-buffer): New command bound to k.Artur Malabarba2015-02-061-0/+6
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * image-mode.el: Move defvars earlier to avoid a byte-compilation warning.Lars Magne Ingebrigtsen2014-09-181-20/+20
* Preserve the aspect ratio when fitting to width/heightLars Magne Ingebrigtsen2014-09-181-5/+10
* Allow resetting image transform optionsLars Magne Ingebrigtsen2014-08-121-2/+16