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
/
shaper
/
run.zig
Age
Commit message (
Expand
)
Author
2025-10-03
Zig 0.15: zig build test
Mitchell Hashimoto
2025-09-08
comment + style changes
Qwerasd
2025-09-07
Position-independent font shaper caching
Jesse Miller
2025-08-10
font: compare font Index packed structs directly
Qwerasd
2025-06-30
move runIterator options to dedicated struct
Mitchell Hashimoto
2025-06-30
Introduce `font-shaping-break` config option
Daniel Patterson
2025-03-19
fix(font/shape): don't require emoji presentation for grapheme parts
Qwerasd
2024-10-11
font/shaper: explicitly skip invisible cells while shaping
Qwerasd
2024-08-11
font/shaper: split text runs on common bad ligature pairs
Mitchell Hashimoto
2024-07-29
terminal: hasText no longer special cases kitty placeholders
Mitchell Hashimoto
2024-05-01
font/shaper: run hash should include font index
Mitchell Hashimoto
2024-05-01
font/shaper: add hash to text runs
Mitchell Hashimoto
2024-04-30
font: runs do not split on bg color change
Mitchell Hashimoto
2024-04-05
font/shaper: work on new grid APIs
Mitchell Hashimoto
2024-04-05
renderer/metal: convert more
Mitchell Hashimoto
2024-03-22
font/shaper: fix style for runs
Mitchell Hashimoto
2024-03-22
zig build test with renamed terminal package
Mitchell Hashimoto
2024-03-22
font/shaper: new API
Mitchell Hashimoto
2024-03-22
font/shaper: more tests passing
Mitchell Hashimoto
2024-03-22
font/shaper: start converting run to new terminal
Mitchell Hashimoto
2024-01-13
remove tracy usage from all files
Mitchell Hashimoto
2024-01-02
terminal: track palette color in cell state
Gregory Anders
2023-12-11
font/shaper: if char is 0, should send space to shaper
Mitchell Hashimoto
2023-11-20
font: shaper should not look up U+200D for consistent fonts
Mitchell Hashimoto
2023-11-08
font: if VS15/16 not specified, prefer any presentation in explicit font
Mitchell Hashimoto
2023-11-02
font: if a codepoint is emoji presentation, prefer that for shaping
Mitchell Hashimoto
2023-08-29
font/shaper: split ligature around cell style change
Mitchell Hashimoto
2023-08-26
font: grapheme clusters need to find a single font for all codepoints
Mitchell Hashimoto
2023-08-15
font: shaper doesn't split run on selection if selection splits grapheme
Mitchell Hashimoto
2023-08-08
Fix typos
Kevin Hovsäter
2023-07-18
font/shaper: do not break on merged emoji if cursor is directly on it
Mitchell Hashimoto
2023-07-18
font/shaper: text runs should split around block cursors
Mitchell Hashimoto
2023-06-30
Update Zig (#164)
Mitchell Hashimoto
2023-06-23
font: run splitting needs to detect italics
Mitchell Hashimoto
2023-03-23
font/shaper: split runs at selection boundaries
Mitchell Hashimoto
2022-12-06
font: extract common shaper elements out
Mitchell Hashimoto