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
/
font
/
sprite.zig
Age
Commit message (
Expand
)
Author
2025-06-30
font/sprite: add explicit underline cursor
Qwerasd
2025-06-30
font/sprite: rework sprite font drawing
Qwerasd
2024-10-21
implement overline decoration (SGR 53/55)
Marijn Besseling
2024-10-14
font/sprite: replace pixman with z2d, extend Box coverage
Qwerasd
2024-08-16
font: yeet usingns
Mitchell Hashimoto
2024-04-22
font: strikethrough uses sprite rendering
Mitchell Hashimoto
2023-06-25
Update zig, mach, fmt
Mitchell Hashimoto
2023-03-04
Use procedurally generated sprites for cursors rather than shaders
Mitchell Hashimoto
2023-03-04
don't need to set all sprite values in enum
Mitchell Hashimoto
2022-12-13
font: start converting Box font to our abstract canvas interface
Mitchell Hashimoto
2022-11-27
curly underlines
Mitchell Hashimoto
2022-11-27
dashed underlines
Mitchell Hashimoto
2022-11-27
font: render dotted underlines
Mitchell Hashimoto
2022-11-27
font: draw single and double underlines as sprites
Mitchell Hashimoto
2022-11-27
font: introduce Canvas, start converting Box
Mitchell Hashimoto
2022-11-27
rearrange box rendering to prepare for more sprite drawing
Mitchell Hashimoto