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
/
Collection.zig
Age
Commit message (
Expand
)
Author
2025-10-03
ci: cleanup
Mitchell Hashimoto
2025-09-30
Implement and use generic approx equality tester
Daniel Wennberg
2025-09-29
fix(font): Improve FreeType glyph measurements and add unit tests for face me...
Mitchell Hashimoto
2025-09-29
Rewrite constraint code for improved icon scaling/alignment
Daniel Wennberg
2025-09-18
Drop the nan sentinel; just fall through instead
Daniel Wennberg
2025-09-18
Use approximate equality for float comparisons
Daniel Wennberg
2025-09-17
Add tests for font metrics and their estimators
Daniel Wennberg
2025-09-03
fix(font): make `face.getMetrics()` infallible
Qwerasd
2025-08-20
terminal: fix undefined memory in Tabstops code
Mitchell Hashimoto
2025-07-25
font: clean up Collection api somewhat
Qwerasd
2025-07-24
cleanup
Qwerasd
2025-07-18
Update a straggling name and signature
Daniel Wennberg
2025-07-18
Calculate scaled size directly, eliminate redundant resizes
Daniel Wennberg
2025-07-17
Add unwrapConst, avoid constCast
Daniel Wennberg
2025-07-17
Make size normalization reference customizable per face
Daniel Wennberg
2025-07-17
Move face metric fallback estimates to the FaceMetric struct
Daniel Wennberg
2025-07-07
font: add icon height to nerd font constraints
Qwerasd
2025-07-06
font: add test for size adjustment, fix small bug in resize
Qwerasd
2025-07-06
font: adjust fallback font sizes to match primary metrics
Qwerasd
2025-05-26
style: use decl literals
Qwerasd
2025-05-01
fix(tests): correctly deinit font faces
Qwerasd
2025-05-01
font/freetype: introduce mutexes to ensure thread safety of Library and Face
Qwerasd
2025-03-12
Lots of 0.14 changes
Mitchell Hashimoto
2025-01-06
refactor(font): move ownership of `Metrics` to `Collection`
Qwerasd
2025-01-06
refactor(font): move `Metrics` out of `face`
Qwerasd
2024-11-09
docs: write documentation for `freetype_load_flags` field
Nadir Fejzic
2024-11-09
refactor: define `FreetypeLoadFlags` struct and default in `font.face`
Nadir Fejzic
2024-11-09
refactor: make freetype flags void for non-freetype backend
Nadir Fejzic
2024-11-09
refactor: handle freetype load flags in face instead of renderer
Nadir Fejzic
2024-10-18
expand explicit error set usage
Mitchell Hashimoto
2024-10-02
font: add stylistic variants for built-in font, fix naming convention
Mitchell Hashimoto
2024-08-26
config: font-synthetic-style to enable/disable synthetic styles
Mitchell Hashimoto
2024-08-24
typos
Mitchell Hashimoto
2024-08-23
font: synthesize bold italic
Mitchell Hashimoto
2024-08-23
font/coretext: support synthetic bold
Mitchell Hashimoto
2024-08-23
font: rename auto-italicize to synthetic italic
Mitchell Hashimoto
2024-08-23
font: bold italic fallback has to avoid nested alias entry
Mitchell Hashimoto
2024-08-23
font: Collection can't use segmentedlist prealloc
Mitchell Hashimoto
2024-08-23
font: completeStyles
Mitchell Hashimoto
2024-08-23
font: Collection uses SegmentedList for styles for pointer stability
Mitchell Hashimoto
2024-08-23
font: support aliased entries in the font collection style table
Mitchell Hashimoto
2024-05-28
font: handle presentation at glyph layer
Mitchell Hashimoto
2024-04-05
font/harfbuzz: work with new font structures
Mitchell Hashimoto
2024-04-05
font: SharedGridSet clarify memory ownership
Mitchell Hashimoto
2024-04-05
font: CodepointResolver style disabling test
Mitchell Hashimoto
2024-04-05
font: CodepointResolver beginnings
Mitchell Hashimoto
2024-04-05
font: Collection setSize
Mitchell Hashimoto
2024-04-05
font: Collection autoItalicize
Mitchell Hashimoto
2024-04-05
font: Collection deinit
Mitchell Hashimoto
2024-04-05
font: Collection.getIndex
Mitchell Hashimoto
[next]