summaryrefslogtreecommitdiff
path: root/src/font/Atlas.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build GTK exeMitchell Hashimoto
2025-08-15font/Atlas: add test for OOM behavior of `grow`Qwerasd
2025-08-15font/Atlas: cleanup `grow`Qwerasd
2025-08-15fix UAF in growAlex Kladov
2025-06-30test(font/Atlas): add test case for `setFromLarger`Qwerasd
2025-06-30font/sprite: rework sprite font drawingQwerasd
2025-06-23font/atlas: fix testing code that used old enum nameQwerasd
2025-06-23renderer: fix color glyph rendering under OpenGLQwerasd
2025-03-18ci: zig fmt checkMitchell Hashimoto
2024-10-15font: use explicit error sets where we canMitchell Hashimoto
2024-10-14font/Atlas: add dump method to dump to ppmQwerasd
2024-08-16font: yeet usingnsMitchell Hashimoto
2024-08-11spelling: normalize grey -> grayQwerasd
2024-04-05font: Atlas updated to use monotonic IDMitchell Hashimoto
2023-11-17change unmodified `var`s to `const`s in anticipation of zig changesKrzysztof Wolicki
2023-06-30Update Zig (#164)Mitchell Hashimoto
2023-06-25Update zig, mach, fmtMitchell Hashimoto
2023-05-07update zig versionMitchell Hashimoto
2023-02-27update zig, src for loopsMitchell Hashimoto
2022-12-24wasm: use shared, imported memoryMitchell Hashimoto
2022-12-05font: fix some JS memory leaksMitchell Hashimoto
2022-12-05font: fix glyph offset calculations for renderMitchell Hashimoto
2022-12-05font: add method for drawing atlas to canvasMitchell Hashimoto
2022-12-04logging works for wasmMitchell Hashimoto
2022-12-01Start scaffolding web_canvas backendMitchell Hashimoto
2022-12-01move wasm main to src/, export an Atlas APIMitchell Hashimoto
2022-11-28move Atlas to fontMitchell Hashimoto