summaryrefslogtreecommitdiffstats
path: root/src/image/image_view.rs
AgeCommit message (Collapse)Author
2023-02-02Render SVG files as images in preview (#660)Denys Séguret
2022-11-04version 1.16.2Canop
2022-08-30upgrade version of crokeyCanop
2022-07-24fix typosKian-Meng Ang
2022-01-06determine when to draw/keep/erase kitty imagesCanop
Benefits: - fix background not erased - fix flickering - fix many redraws when computing sizes (or any background task)
2022-01-05images rendered with kitty protocol on weztermCanop
It's experimental and might be removed as wezterm doesn't seem to support image resizing
2021-08-29move some fit/crop utilities from broot's code to termimadCanop
2021-05-07new rust version, new clippyCanop
Mostly for the good, this time. I'm just not very happy with being asked to add a hard to read `!is_empty()`.
2021-02-22use ahash of some of the hashmaps with big keysCanop
2020-12-13keep selection visible on unfilteringCanop
The selection was sometimes scrolled away on unfiltering. Also change some formatting.
2020-11-27version 1.0.7Canop
2020-11-27image preview centered in both directionskittyCanop
Also switching kitty image transmission to chunks to allow remote brooting
2020-11-27kitty: avoid conversion to rgba, only transmit alpha when presentCanop
2020-11-26high definition preview images on kittyCanop
2020-11-25[WIP] high-definition image preview when using kittyCanop
(some cleaning to do but I need to sleep)
2020-09-30version 1.0.1v1.0.1Canop
2020-09-30image preview: cache resized image to avoid useless resizesCanop
2020-09-30refactor: make Screen CopyCanop
It's now only the dimensions, it's tiny.
2020-09-22refactor: move the invocation pattern from execution to verbCanop
2020-08-18made :focus more accessible when a file is selectedCanop
2020-08-07image preview: better color choice when true colors aren't availableCanop
2020-08-04display image dimensions in image previewCanop
2020-08-04fix image preview size computationDenys Séguret
2020-08-02show an image if preview if possible (WIP)Canop