mirror-ghostty/src/renderer
Mitchell Hashimoto f60587ffcc
renderer/size: move PaddingBalance enum out of Config
Previously WindowPaddingBalance was defined inside Config.zig, which
meant tests for renderer sizing had to pull in the full config
dependency. Move the enum into renderer/size.zig as PaddingBalance
and re-export it from Config so the public API is unchanged. This
lets size.zig tests run without depending on Config.
2026-03-23 09:14:46 -07:00
..
metal renderer/metal: clamp texture sizes to the maximum allowed by the device 2025-12-19 09:24:49 -08:00
opengl Remove unused imports 2025-11-27 13:37:53 -08:00
shaders renderer: added cursor style and visibility uniforms 2026-02-23 14:11:36 -08:00
Metal.zig fix(iOS): fix iOS app startup failure 2025-12-26 18:53:45 +08:00
OpenGL.zig gtk/opengl: print an error when OpenGL version is too old 2025-12-16 13:30:37 -08:00
Options.zig Remove unused imports 2025-11-27 13:37:53 -08:00
Overlay.zig renderer: semantic prompt overlay 2026-01-31 13:31:40 -08:00
State.zig Zig 0.14 2025-03-11 14:39:04 -07:00
Thread.zig renderer: fix draw timer activation 2026-02-11 17:23:41 +01:00
WebGL.zig can specify a wasm target in build 2022-12-31 08:53:11 -08:00
backend.zig build: move apprt, font, renderer enums to dedicated files 2025-09-19 15:17:41 -07:00
cell.zig terminal: make stream processing infallible 2026-03-13 13:56:14 -07:00
cursor.zig renderer: added cursor style and visibility uniforms 2026-02-23 14:11:36 -08:00
generic.zig libghostty: add resolved bg_color and fg_color to cells API 2026-03-21 20:30:01 -07:00
image.zig renderer: kitty image update requires draw_mutex 2026-02-21 14:28:39 -08:00
link.zig terminal: make stream processing infallible 2026-03-13 13:56:14 -07:00
message.zig Remove unused imports 2025-11-27 13:37:53 -08:00
row.zig PR review 2026-01-31 11:03:21 -08:00
shadertoy.zig renderer: added cursor style and visibility uniforms 2026-02-23 14:11:36 -08:00
size.zig renderer/size: move PaddingBalance enum out of Config 2026-03-23 09:14:46 -07:00