summaryrefslogtreecommitdiffstats
path: root/src/image
AgeCommit message (Collapse)Author
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-07fix possible crash/errors in fuzzy matches in file content previewsCanop
When displaying the matches, the name_match indexes were interpreted as byte indexes while they're char indexes
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