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
/
Face.zig
Age
Commit message (
Expand
)
Author
2025-08-21
font: disable sprite test in valgrind
Mitchell Hashimoto
2025-07-25
font: clean up Collection api somewhat
Qwerasd
2025-07-06
font: remove unused fields from Glyph
Qwerasd
2025-06-30
style(font/sprite): annotate type for value
Qwerasd
2025-06-30
font/sprite+renderer: never constrain sprite glyphs
Qwerasd
2025-06-30
font/sprite: rework sprite font drawing
Qwerasd
2025-06-10
font/sprite: add corner pieces from Geometric Shapes block
Qwerasd
2025-02-13
Implement draw_octant() and yQuads() for U16.0
nick black
2025-01-06
refactor(font): move ownership of `Metrics` to `Collection`
Qwerasd
2024-12-22
font: add `cursor-height` metric, and `adjust-` config for it. (#3062)
Mitchell Hashimoto
2024-12-21
font: add `cursor-height` metric, and `adjust-` config for it.
Qwerasd
2024-12-15
font: add sprites for the separated block quadrants
Jeffrey C. Ollie
2024-12-13
font/sprite: separate out cursor rendering from Box
Qwerasd
2024-12-11
font: unify metrics calculations & separate sprite metrics
Qwerasd
2024-11-29
font/sprite: add missing chevron powerline fonts
Mike Hartington
2024-11-06
font/sprite: cleanup branch drawing character impl, implement fade-out lines
Qwerasd
2024-11-06
font feature: add git branch characters
Meili C
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-09-05
font/sprite: avoid invalid glyph if unsupported codepoint is attempted
Mitchell Hashimoto
2024-04-22
sprites: dont thicken via font-thicken, + add cursor thickness adjustment
Jack N
2024-04-22
font: strikethrough uses sprite rendering
Mitchell Hashimoto
2023-12-19
Powerline: add trapezoid rendering
Chris Marchesi
2023-12-13
font/sprite: manually determine which box codepoints are unadjusted
Mitchell Hashimoto
2023-12-12
font: cursor size remains original cell height if height adjusted
Mitchell Hashimoto
2023-12-07
Powerline: Add half-circle rendering
Chris Marchesi
2023-11-23
font/sprite: add Powerline face
Chris Marchesi
2023-10-13
font: render sprites with a configurable grid cell width
Mitchell Hashimoto
2023-08-08
Fix typos
Kevin Hovsäter
2023-06-30
Update Zig (#164)
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
2022-12-14
font: clear up some logging
Mitchell Hashimoto
2022-11-28
move Atlas to font
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
rearrange box rendering to prepare for more sprite drawing
Mitchell Hashimoto