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
/
SharedGrid.zig
Age
Commit message (
Expand
)
Author
2025-09-29
Rewrite constraint code for improved icon scaling/alignment
Daniel Wennberg
2025-09-05
Glphkey.hash CityHash64 -> hash.int
Jesse Miller
2025-09-05
Micro-optimize GlyphKey Context
Jesse Miller
2025-07-25
font: clean up Collection api somewhat
Qwerasd
2025-07-17
Make size normalization reference customizable per face
Daniel Wennberg
2025-07-04
font: add constraint width to glyph cache key
Qwerasd
2025-07-04
font: always maximize size of emoji and center them
Qwerasd
2025-06-24
faster glyph hashing
David Rubin
2025-06-23
renderer: fix color glyph rendering under OpenGL
Qwerasd
2025-05-26
style: use decl literals
Qwerasd
2025-05-01
font/freetype: introduce mutexes to ensure thread safety of Library and Face
Qwerasd
2025-01-06
refactor(font): move ownership of `Metrics` to `Collection`
Qwerasd
2025-01-06
refactor(font): move `Metrics` out of `face`
Qwerasd
2024-12-11
font: unify metrics calculations & separate sprite metrics
Qwerasd
2024-10-02
font: add stylistic variants for built-in font, fix naming convention
Mitchell Hashimoto
2024-08-23
font: Collection uses SegmentedList for styles for pointer stability
Mitchell Hashimoto
2024-08-11
spelling: normalize grey -> gray
Qwerasd
2024-06-07
font: preload deferred faces in SharedGrid to avoid data races
Mitchell Hashimoto
2024-05-28
font: handle presentation at glyph layer
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
2024-04-06
address many fontmem todos
Mitchell Hashimoto
2024-04-05
renderer/metal: re-enable preedit rendering
Mitchell Hashimoto
2024-04-05
font: implement many rendering, caching functions for SharedGrid
Mitchell Hashimoto
2024-04-05
font: SharedGrid hasCodepoint
Mitchell Hashimoto
2024-04-05
font: SharedGrid.getIndex
Mitchell Hashimoto
2024-04-05
core: begin converting to SharedGridSet, renderers still broken
Mitchell Hashimoto
2024-04-05
font: SharedGridSet starts
Mitchell Hashimoto
2024-04-05
font: SharedGrid setup test infra
Mitchell Hashimoto
2024-04-05
font: start SharedGrid
Mitchell Hashimoto