index
:
ghostty.git
1.1.x
1.2.x
main
opengl-test
push-lvtrmyqqqpkn
push-qouskwyzlkmy
tristan957/gtk-ng
vm-tests
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
terminal
/
kitty
/
graphics_exec.zig
Age
Commit message (
Expand
)
Author
2025-05-26
style: use decl literals
Qwerasd
2025-01-03
kittygfx: Ensure temporary files are named per spec
David Leadbeater
2024-12-12
fix(kittygfx): load & display command shouldn't respond to i=0,I=0
Qwerasd
2024-12-10
fix(kittygfx): don't respond to T commands with no i or I
Qwerasd
2024-09-25
terminal/kitty: increase value buffer, make 'H' and 'V' i32
Chris Marchesi
2024-09-10
graphics: set default transmission format as .rgba
Tim Culverhouse
2024-09-04
kitty gfx: handle `q` with chunked transmissions properly
Mitchell Hashimoto
2024-09-03
kitty: respond OK with metadata on display transmissions
Mitchell Hashimoto
2024-09-03
kitty: ENOENT when image ID not found for placement
Mitchell Hashimoto
2024-07-25
terminal/kitty: parse relative placement fields
Mitchell Hashimoto
2024-07-25
terminal/kitty: add virtual placeholders placements
Mitchell Hashimoto
2024-07-25
terminal/kitty: placements support location enum (only pin for now)
Mitchell Hashimoto
2024-03-22
terminal/kitty: calculate cell height more efficiently
Mitchell Hashimoto
2024-03-22
terminal/kitty: graphics exec ported
Mitchell Hashimoto
2024-01-24
kitty graphics: use internal ID for placements with ID 0
Mitchell Hashimoto
2024-01-22
kitty graphics: assign automatic placement ID if p==0
Mitchell Hashimoto
2023-11-19
terminal: enable kitty graphics commands on OpenGL
Mitchell Hashimoto
2023-08-24
termio/exec: initial subprocess screen size should be sub padding
Mitchell Hashimoto
2023-08-24
terminal/kitty-gfx: add error if both image id and num is set
Mitchell Hashimoto
2023-08-23
terminal/kitty-gfx: do not send response on transmit/display unless I
Mitchell Hashimoto
2023-08-23
terminal/kitty-gfx: transmission only sends response when no more chunks
Mitchell Hashimoto
2023-08-23
terminal/kitty-gfx: ignore extra base64 padding
Mitchell Hashimoto
2023-08-23
terminal/kitty-gfx: chunked transmit and display
Mitchell Hashimoto
2023-08-23
terminal/kitty-gfx: only enable on Metal for now
Mitchell Hashimoto
2023-08-23
config: image-storage-limit to set maximum image memory per terminal
Mitchell Hashimoto
2023-08-23
terminal/kitty-gfx: update todo
Mitchell Hashimoto
2023-08-23
terminal/kitty-gfx: get rid of selection
Mitchell Hashimoto
2023-08-23
terminal/kitty-gfx: hook up delete
Mitchell Hashimoto
2023-08-23
terminal/kitty-gfx: images store transmit time
Mitchell Hashimoto
2023-08-23
terminal/kitty-gfx: honor "z" setting
Mitchell Hashimoto
2023-08-22
terminal/kitty-gfx: respect display c/r params
Mitchell Hashimoto
2023-08-22
terminal/kitty-gfx: process source rectangle display params
Mitchell Hashimoto
2023-08-22
renderer/metal: honor cell offset graphics command
Mitchell Hashimoto
2023-08-22
terminal/kitty-gfx: add placement function get selection
Mitchell Hashimoto
2023-08-22
terminal/kitty-gfx: down movement off by one
Mitchell Hashimoto
2023-08-22
terminal/kitty-gfx: cursor pos x/y were flipped
Mitchell Hashimoto
2023-08-22
terminal/kitty-gfx: move cursor after image placement
Mitchell Hashimoto
2023-08-21
renderer/metal: images required by placements become textures
Mitchell Hashimoto
2023-08-21
terminal: clear screen, alt screen, etc. clear all kitty graphics
Mitchell Hashimoto
2023-08-21
terminal/kitty-gfx: png decoding
Mitchell Hashimoto
2023-08-21
terminal/kitty-gfx: temporary file medium
Mitchell Hashimoto
2023-08-21
terminal/kitty-gfx: centralize all image loading on LoadingImage
Mitchell Hashimoto
2023-08-21
terminal/kitty-gfx: base64 decode data as it comes in
Mitchell Hashimoto
2023-08-21
terminal/kitty-gfx: add debug function to dump image data
Mitchell Hashimoto
2023-08-20
terminal/kitty-gfx: the data is base64 encoded!
Mitchell Hashimoto
2023-08-20
terminal/kitty-gfx: loading non-chunked image takes data slice ownership
Mitchell Hashimoto
2023-08-20
terminal/kitty-gfx: zlib decompression for data validation
Mitchell Hashimoto
2023-08-20
terminal/kitty-gfx: fix big chunked load memory leak
Mitchell Hashimoto
2023-08-20
terminal/kitty-gfx: huge progress on chunked transfers, lots of issues
Mitchell Hashimoto
2023-08-20
terminal/kitty-gfx: assign an internal image id
Mitchell Hashimoto
[next]