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
/
canvas.zig
Age
Commit message (
Expand
)
Author
2025-07-05
font/sprite: no more margin in atlas region
Qwerasd
2025-06-30
font/sprite: rework sprite font drawing
Qwerasd
2025-05-26
style: use decl literals
Qwerasd
2025-04-26
z2d context no longer has err return
rhodes-b
2024-12-23
font/sprite: fix z2d StaticPath accounting + undefined use
Qwerasd
2024-12-22
deps: update z2d to v0.4.0
Qwerasd
2024-11-29
font/sprite: add missing chevron powerline fonts
Mike Hartington
2024-10-15
font: use explicit error sets where we can
Mitchell Hashimoto
2024-10-15
font/sprite: clarify log
Mitchell Hashimoto
2024-10-15
font/sprite: address PR review feedback
Qwerasd
2024-10-14
font/sprite: replace pixman with z2d, extend Box coverage
Qwerasd
2024-09-29
font/sprite: bounds checking for pixel writes on Pixman
Mitchell Hashimoto
2024-08-11
spelling: normalize grey -> gray
Qwerasd
2024-02-24
font/sprite: rect must be smaller than canvas dims
Mitchell Hashimoto
2024-02-24
font/sprite: test for thick underline, assertion on x/y for rect
Mitchell Hashimoto
2023-11-30
Update to latest master,
Krzysztof Wolicki
2023-11-17
change unmodified `var`s to `const`s in anticipation of zig changes
Krzysztof Wolicki
2023-10-29
feat: update undercurl with antialiasing
Matthew Winter
2023-07-01
sprite: all rasterized sprites should have a 1px padding
Mitchell Hashimoto
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
2022-12-13
font: web canvas sprite trapezoid
Mitchell Hashimoto
2022-12-13
font: web canvas sprite font can composite
Mitchell Hashimoto
2022-12-13
font: web canvas sprite font can write to atlas
Mitchell Hashimoto
2022-12-13
font: web canvas rect sprite func
Mitchell Hashimoto
2022-12-13
font: mostly empty web canvas sprite renderer, but compiles
Mitchell Hashimoto
2022-12-13
font: remove getData from canvas
Mitchell Hashimoto
2022-12-13
font: Box font uses canvas abstraction
Mitchell Hashimoto
2022-12-13
font: start converting Box font to our abstract canvas interface
Mitchell Hashimoto