summaryrefslogtreecommitdiffstats
path: root/src/image/image_view.rs
AgeCommit message (Expand)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
2022-01-05images rendered with kitty protocol on weztermCanop
2021-08-29move some fit/crop utilities from broot's code to termimadCanop
2021-05-07new rust version, new clippyCanop
2021-02-22use ahash of some of the hashmaps with big keysCanop
2020-12-13keep selection visible on unfilteringCanop
2020-11-27version 1.0.7Canop
2020-11-27image preview centered in both directionskittyCanop
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
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
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