summaryrefslogtreecommitdiff
path: root/src/font/sprite/Face.zig
AgeCommit message (Expand)Author
2025-08-21font: disable sprite test in valgrindMitchell Hashimoto
2025-07-25font: clean up Collection api somewhatQwerasd
2025-07-06font: remove unused fields from GlyphQwerasd
2025-06-30style(font/sprite): annotate type for valueQwerasd
2025-06-30font/sprite+renderer: never constrain sprite glyphsQwerasd
2025-06-30font/sprite: rework sprite font drawingQwerasd
2025-06-10font/sprite: add corner pieces from Geometric Shapes blockQwerasd
2025-02-13Implement draw_octant() and yQuads() for U16.0nick black
2025-01-06refactor(font): move ownership of `Metrics` to `Collection`Qwerasd
2024-12-22font: add `cursor-height` metric, and `adjust-` config for it. (#3062)Mitchell Hashimoto
2024-12-21font: add `cursor-height` metric, and `adjust-` config for it.Qwerasd
2024-12-15font: add sprites for the separated block quadrantsJeffrey C. Ollie
2024-12-13font/sprite: separate out cursor rendering from BoxQwerasd
2024-12-11font: unify metrics calculations & separate sprite metricsQwerasd
2024-11-29font/sprite: add missing chevron powerline fontsMike Hartington
2024-11-06font/sprite: cleanup branch drawing character impl, implement fade-out linesQwerasd
2024-11-06font feature: add git branch charactersMeili C
2024-10-21implement overline decoration (SGR 53/55)Marijn Besseling
2024-10-14font/sprite: replace pixman with z2d, extend Box coverageQwerasd
2024-09-05font/sprite: avoid invalid glyph if unsupported codepoint is attemptedMitchell Hashimoto
2024-04-22sprites: dont thicken via font-thicken, + add cursor thickness adjustmentJack N
2024-04-22font: strikethrough uses sprite renderingMitchell Hashimoto
2023-12-19Powerline: add trapezoid renderingChris Marchesi
2023-12-13font/sprite: manually determine which box codepoints are unadjustedMitchell Hashimoto
2023-12-12font: cursor size remains original cell height if height adjustedMitchell Hashimoto
2023-12-07Powerline: Add half-circle renderingChris Marchesi
2023-11-23font/sprite: add Powerline faceChris Marchesi
2023-10-13font: render sprites with a configurable grid cell widthMitchell Hashimoto
2023-08-08Fix typosKevin Hovsäter
2023-06-30Update Zig (#164)Mitchell Hashimoto
2023-06-25Update zig, mach, fmtMitchell Hashimoto
2023-03-04Use procedurally generated sprites for cursors rather than shadersMitchell Hashimoto
2022-12-14font: clear up some loggingMitchell Hashimoto
2022-11-28move Atlas to fontMitchell Hashimoto
2022-11-27curly underlinesMitchell Hashimoto
2022-11-27dashed underlinesMitchell Hashimoto
2022-11-27font: render dotted underlinesMitchell Hashimoto
2022-11-27font: draw single and double underlines as spritesMitchell Hashimoto
2022-11-27rearrange box rendering to prepare for more sprite drawingMitchell Hashimoto