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
/
Atlas.zig
Age
Commit message (
Expand
)
Author
2025-10-03
Zig 0.15: zig build GTK exe
Mitchell Hashimoto
2025-08-15
font/Atlas: add test for OOM behavior of `grow`
Qwerasd
2025-08-15
font/Atlas: cleanup `grow`
Qwerasd
2025-08-15
fix UAF in grow
Alex Kladov
2025-06-30
test(font/Atlas): add test case for `setFromLarger`
Qwerasd
2025-06-30
font/sprite: rework sprite font drawing
Qwerasd
2025-06-23
font/atlas: fix testing code that used old enum name
Qwerasd
2025-06-23
renderer: fix color glyph rendering under OpenGL
Qwerasd
2025-03-18
ci: zig fmt check
Mitchell Hashimoto
2024-10-15
font: use explicit error sets where we can
Mitchell Hashimoto
2024-10-14
font/Atlas: add dump method to dump to ppm
Qwerasd
2024-08-16
font: yeet usingns
Mitchell Hashimoto
2024-08-11
spelling: normalize grey -> gray
Qwerasd
2024-04-05
font: Atlas updated to use monotonic ID
Mitchell Hashimoto
2023-11-17
change unmodified `var`s to `const`s in anticipation of zig changes
Krzysztof Wolicki
2023-06-30
Update Zig (#164)
Mitchell Hashimoto
2023-06-25
Update zig, mach, fmt
Mitchell Hashimoto
2023-05-07
update zig version
Mitchell Hashimoto
2023-02-27
update zig, src for loops
Mitchell Hashimoto
2022-12-24
wasm: use shared, imported memory
Mitchell Hashimoto
2022-12-05
font: fix some JS memory leaks
Mitchell Hashimoto
2022-12-05
font: fix glyph offset calculations for render
Mitchell Hashimoto
2022-12-05
font: add method for drawing atlas to canvas
Mitchell Hashimoto
2022-12-04
logging works for wasm
Mitchell Hashimoto
2022-12-01
Start scaffolding web_canvas backend
Mitchell Hashimoto
2022-12-01
move wasm main to src/, export an Atlas API
Mitchell Hashimoto
2022-11-28
move Atlas to font
Mitchell Hashimoto