summaryrefslogtreecommitdiff
path: root/src/terminal/kitty/graphics_exec.zig
AgeCommit message (Expand)Author
2025-05-26style: use decl literalsQwerasd
2025-01-03kittygfx: Ensure temporary files are named per specDavid Leadbeater
2024-12-12fix(kittygfx): load & display command shouldn't respond to i=0,I=0Qwerasd
2024-12-10fix(kittygfx): don't respond to T commands with no i or IQwerasd
2024-09-25terminal/kitty: increase value buffer, make 'H' and 'V' i32Chris Marchesi
2024-09-10graphics: set default transmission format as .rgbaTim Culverhouse
2024-09-04kitty gfx: handle `q` with chunked transmissions properlyMitchell Hashimoto
2024-09-03kitty: respond OK with metadata on display transmissionsMitchell Hashimoto
2024-09-03kitty: ENOENT when image ID not found for placementMitchell Hashimoto
2024-07-25terminal/kitty: parse relative placement fieldsMitchell Hashimoto
2024-07-25terminal/kitty: add virtual placeholders placementsMitchell Hashimoto
2024-07-25terminal/kitty: placements support location enum (only pin for now)Mitchell Hashimoto
2024-03-22terminal/kitty: calculate cell height more efficientlyMitchell Hashimoto
2024-03-22terminal/kitty: graphics exec portedMitchell Hashimoto
2024-01-24kitty graphics: use internal ID for placements with ID 0Mitchell Hashimoto
2024-01-22kitty graphics: assign automatic placement ID if p==0Mitchell Hashimoto
2023-11-19terminal: enable kitty graphics commands on OpenGLMitchell Hashimoto
2023-08-24termio/exec: initial subprocess screen size should be sub paddingMitchell Hashimoto
2023-08-24terminal/kitty-gfx: add error if both image id and num is setMitchell Hashimoto
2023-08-23terminal/kitty-gfx: do not send response on transmit/display unless IMitchell Hashimoto
2023-08-23terminal/kitty-gfx: transmission only sends response when no more chunksMitchell Hashimoto
2023-08-23terminal/kitty-gfx: ignore extra base64 paddingMitchell Hashimoto
2023-08-23terminal/kitty-gfx: chunked transmit and displayMitchell Hashimoto
2023-08-23terminal/kitty-gfx: only enable on Metal for nowMitchell Hashimoto
2023-08-23config: image-storage-limit to set maximum image memory per terminalMitchell Hashimoto
2023-08-23terminal/kitty-gfx: update todoMitchell Hashimoto
2023-08-23terminal/kitty-gfx: get rid of selectionMitchell Hashimoto
2023-08-23terminal/kitty-gfx: hook up deleteMitchell Hashimoto
2023-08-23terminal/kitty-gfx: images store transmit timeMitchell Hashimoto
2023-08-23terminal/kitty-gfx: honor "z" settingMitchell Hashimoto
2023-08-22terminal/kitty-gfx: respect display c/r paramsMitchell Hashimoto
2023-08-22terminal/kitty-gfx: process source rectangle display paramsMitchell Hashimoto
2023-08-22renderer/metal: honor cell offset graphics commandMitchell Hashimoto
2023-08-22terminal/kitty-gfx: add placement function get selectionMitchell Hashimoto
2023-08-22terminal/kitty-gfx: down movement off by oneMitchell Hashimoto
2023-08-22terminal/kitty-gfx: cursor pos x/y were flippedMitchell Hashimoto
2023-08-22terminal/kitty-gfx: move cursor after image placementMitchell Hashimoto
2023-08-21renderer/metal: images required by placements become texturesMitchell Hashimoto
2023-08-21terminal: clear screen, alt screen, etc. clear all kitty graphicsMitchell Hashimoto
2023-08-21terminal/kitty-gfx: png decodingMitchell Hashimoto
2023-08-21terminal/kitty-gfx: temporary file mediumMitchell Hashimoto
2023-08-21terminal/kitty-gfx: centralize all image loading on LoadingImageMitchell Hashimoto
2023-08-21terminal/kitty-gfx: base64 decode data as it comes inMitchell Hashimoto
2023-08-21terminal/kitty-gfx: add debug function to dump image dataMitchell Hashimoto
2023-08-20terminal/kitty-gfx: the data is base64 encoded!Mitchell Hashimoto
2023-08-20terminal/kitty-gfx: loading non-chunked image takes data slice ownershipMitchell Hashimoto
2023-08-20terminal/kitty-gfx: zlib decompression for data validationMitchell Hashimoto
2023-08-20terminal/kitty-gfx: fix big chunked load memory leakMitchell Hashimoto
2023-08-20terminal/kitty-gfx: huge progress on chunked transfers, lots of issuesMitchell Hashimoto
2023-08-20terminal/kitty-gfx: assign an internal image idMitchell Hashimoto