summaryrefslogtreecommitdiff
path: root/src/terminal/kitty
AgeCommit message (Expand)Author
2025-10-04input: use std.Io.Writer for key encoder, new API, expose via libghosttyMitchell Hashimoto
2025-10-03ci: cleanupMitchell Hashimoto
2025-10-03Zig 0.15: zig build GTK exeMitchell Hashimoto
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-10-03terminal: Zig 0.15, lib-vt and test-lib-vt workMitchell Hashimoto
2025-09-21start extracting core terminal zig moduleMitchell Hashimoto
2025-08-21terminal: explicitly initialize undefined fields at runtimeMitchell Hashimoto
2025-05-27code style: use `@splat` where possibleQwerasd
2025-05-26style: use decl literalsQwerasd
2025-05-15typoQwerasd
2025-05-15fix(renderer): Don't force images to grid/cell sizesQwerasd
2025-05-12macos: do not send UTF-8 PUA codepoints to key eventsMitchell Hashimoto
2025-04-07fix(kittygfx): accept commands with no control dataQwerasd
2025-03-18ci: zig fmt checkMitchell Hashimoto
2025-03-13Fix aspect ratio when rendering images with kitty protocol (#6675)Mitchell Hashimoto
2025-03-12testMitchell Hashimoto
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2025-03-12Add unit tests for kitty image aspect ratio calculationBryan Lee
2025-03-12Fix aspect ratio when rendering images with kitty protocolBryan Lee
2025-03-11Zig 0.14Mitchell Hashimoto
2025-02-24kitty: delete stray log lineJeffrey C. Ollie
2025-02-23kitty images: add delete by range operationsJeffrey C. Ollie
2025-01-03Add negative test for temporary filename and fix other testsDavid Leadbeater
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-12-05flake: update to Nix 24.11Mitchell Hashimoto
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-09-02some tweaks for wuffsMitchell Hashimoto
2024-09-02kitty graphics: address review commentsJeffrey C. Ollie
2024-09-02kitty graphics: performance enhancementsJeffrey C. Ollie
2024-09-01kitty graphics: fix usage of "m" key for local-only transmission mediumsJeffrey C. Ollie
2024-08-24small stylistic changesMitchell Hashimoto
2024-08-21Make the `Kind` parsing simplerJeffrey C. Ollie
2024-08-21Use `switch` and not `if` to format KindJeffrey C. Ollie
2024-08-21Clean up Kitty color protocol by using a unionJeffrey C. Ollie
2024-08-21typosMitchell Hashimoto
2024-08-21terminal: move kitty color structs out to kitty packageMitchell Hashimoto
2024-08-16terminal: yeet usingnamespaceMitchell Hashimoto
2024-08-15kitty graphics: support loading 1 channel grayscale imagesQwerasd
2024-08-11spelling: normalize grey -> grayQwerasd
2024-08-09terminal/kitty: shared memory size may be larger than expected for pagesMitchell Hashimoto
2024-08-08terminal/kitty: minor stylistic changes to shmMitchell Hashimoto
2024-08-08kitty graphics: add support for shared memory transfer mediumJeffrey C. Ollie
2024-07-29terminal/kitty: delete all images ignores virtual placementsMitchell Hashimoto
2024-07-29terminal/kitty: handle case where both offsets are in one grid cellMitchell Hashimoto