summaryrefslogtreecommitdiff
path: root/lisp/image-mode.el
Commit message (Expand)AuthorAge
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-11
* Don't call `image-toggle-display-text' when togglingLin Sun2021-04-05
* Rename to image--transform-smoothing in image-mode.elLars Ingebrigtsen2021-03-12
* ; Fix some typos.Basil L. Contovounesios2021-03-11
* Enable selectable image smoothing (bug#38394)Alan Third2021-03-10
* Merge from origin/emacs-27Glenn Morris2021-02-19
|\
| * Avoid point movement when visiting image filesEli Zaretskii2021-02-16
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Revert "Fix problem of point movement in image-mode"Lars Ingebrigtsen2021-02-16
* | Fix problem of point movement in image-modeLars Ingebrigtsen2021-02-16
* | Don't resize images in image-mode if we have a rotationLars Ingebrigtsen2021-02-16
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Show image as text when trying to search/replace in image buffer (bug#25905)Juri Linkov2020-12-23
* | * lisp/image-mode.el: Use one timer and lock for slow remote calls (bug#45256)Juri Linkov2020-12-19
* | Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas2020-08-24
* | Make image-mode give better feedback when the buffer is emptyLars Ingebrigtsen2020-08-20
* | Make 'n'/'p' in image mode buffers respect dired sortingLars Ingebrigtsen2020-08-06
* | Fix problem with viewing .webp files from .zip buffersLars Ingebrigtsen2020-08-03
* | Adjust error message in image-modeLars Ingebrigtsen2020-08-03
|/
* * lisp/image-mode.el (image-toggle-display-image): Fix fit of rotated images.Juri Linkov2020-06-17
* * lisp/image-mode.el (image-transform-original): New command (bug#41222).Juri Linkov2020-06-08
* * lisp/image-mode.el (image-mode-map): Update menu items.Juri Linkov2020-04-27
* * lisp/image-mode.el (image-transform-resize): Remove FIXME comment.Juri Linkov2020-04-24
* Change doc-view-mode-map prefix key 's' to 'c'.Juri Linkov2020-04-23
* Add image-auto-resize defcustoms to image-mode.elJuri Linkov2020-04-21
* * lisp/image-mode.el: Add prefix key 's' and reduce dependency on ImageMagick.Juri Linkov2020-04-20
* Update copyright year to 2020Paul Eggert2020-01-01
* * lisp/man.el (Man-width-max): New defcustom (bug#32536, bug#9385)Juri Linkov2019-12-08
* Use run-with-idle-timer instead of debounce for responsive image scaling.Juri Linkov2019-11-30
* * lisp/image-mode.el: Resize image on window resizing (bug#32672)Juri Linkov2019-11-27
* Default exotic image formats (like .webp) to image-modeLars Ingebrigtsen2019-10-29
* Move point in the dired buffer with `n'/`p' in an image-mode bufferLars Ingebrigtsen2019-10-09
* Fix vertical scrolling in image-modeEli Zaretskii2019-10-05
* Add support for Dired file marking from image-modeLars Ingebrigtsen2019-10-01
* Automatically rotate images in image-mode based on Exif dataLars Ingebrigtsen2019-09-22
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-21
* Let byte-compiler recognize that local-variable-p implies boundpNoam Postavsky2019-09-07
* Support visiting compressed image filesEli Zaretskii2019-09-07
* Fix auto-revert resizing in image modeCarlos Pita2019-06-23
* Merge from origin/emacs-26Glenn Morris2019-01-30
|\
| * image-mode: Do not use default scaling (bug#33990)Benjamin Riefenstahl2019-01-25
* | image-mode: Make parameters buffer-localBenjamin Riefenstahl2019-01-25
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
* | * lisp/image-mode.el (image--imagemagick-wanted-p): Check for nil filename.Juri Linkov2018-11-05
* | * lisp/image-mode.el (image-toggle-display-image): Avoid string-make-unibyteStefan Monnier2018-10-15
* | * lisp/image-mode.el (image--imagemagick-wanted-p): Check for file extension.Juri Linkov2018-10-16
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-01
* | New functions to switch back and forth to another major modeStefan Monnier2018-06-21
* | Merge from origin/emacs-26Glenn Morris2018-04-14
|\|