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
/
web_canvas.zig
Age
Commit message (
Expand
)
Author
2025-09-23
use unicode.graphemeBreak in src/font/shaper/web_canvas.zig
Jacob Sandlund
2025-08-23
using uucode for the graphemeBreak in shaper/web_canvas.zig
Jacob Sandlund
2025-08-23
attempting to use uucode from uucode.x
Jacob Sandlund
2025-07-27
Using uucode in a few places where it's easy.
Jacob Sandlund
2025-06-30
move runIterator options to dedicated struct
Mitchell Hashimoto
2025-06-30
Introduce `font-shaping-break` config option
Daniel Patterson
2024-06-22
font: add noop endFrame calls to all other shapers
Mitchell Hashimoto
2023-11-17
change unmodified `var`s to `const`s in anticipation of zig changes
Krzysztof Wolicki
2023-11-07
replace utf8proc with ziglyph
Mitchell Hashimoto
2023-07-18
font/shaper: text runs should split around block cursors
Mitchell Hashimoto
2023-07-05
font-feature config to enable/disable OpenType Font Features
Mitchell Hashimoto
2023-06-30
Update Zig (#164)
Mitchell Hashimoto
2023-03-23
font/shaper/web_canvas: needs to add null selection for shaper test
Mitchell Hashimoto
2023-03-23
font/shaper: split runs at selection boundaries
Mitchell Hashimoto
2022-12-12
font: web canvas tracks glyph indexes for grapheme clusters
Mitchell Hashimoto
2022-12-11
font: start web canvas shaping, we perform grapheme clustering
Mitchell Hashimoto
2022-12-08
font: shaper test should decode unicode codepoints
Mitchell Hashimoto
2022-12-07
font: web canvas face has to render to check presentation for cp
Mitchell Hashimoto
2022-12-07
font: web canvas shaper yields runs
Mitchell Hashimoto
2022-12-06
font: shapers init with allocator since web canvas needs to init buffer
Mitchell Hashimoto
2022-12-06
font: extract common shaper elements out
Mitchell Hashimoto