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
/
unicode
Age
Commit message (
Expand
)
Author
2025-10-03
unicode: fix lookup table generation
Mitchell Hashimoto
2025-09-30
nuke ziglyph from orbit
Mitchell Hashimoto
2025-09-23
move tests over to _uucode.zig files to avoid needing deps for vt tests
Jacob Sandlund
2025-09-23
Fix merge
Jacob Sandlund
2025-09-23
Merge remote-tracking branch 'upstream/main' into jacob/uucode
Jacob Sandlund
2025-09-20
unicode: delete props.zig and clean up symbols deps too
Mitchell Hashimoto
2025-09-20
unicode: isolate properties, tables, and ziglyph into separate files
Mitchell Hashimoto
2025-09-19
Remove comment above test. it's not too slow
Jacob Sandlund
2025-09-19
pr feedback: `get`, remove todos for case_folding_simple
Jacob Sandlund
2025-09-18
set max for unicode grapheme executable
Jacob Sandlund
2025-09-18
fix up diff from benchmarks, and add tests against ziglyph
Jacob Sandlund
2025-09-18
update uucode and cleanups
Jacob Sandlund
2025-09-11
benchmark sources
Jacob Sandlund
2025-09-09
changes after benchmarking
Jacob Sandlund
2025-09-06
fast getX(.is_symbol)
Jacob Sandlund
2025-09-06
Merge remote-tracking branch 'upstream/main' into jacob/uucode
Jacob Sandlund
2025-09-06
trying a bunch of things to get performance to match
Jacob Sandlund
2025-09-05
render: address review feedback
Jeffrey C. Ollie
2025-09-05
drop the new LUT type as no performance advantage detected
Jeffrey C. Ollie
2025-09-05
add two LUT-based implementations of isSymbol
Jeffrey C. Ollie
2025-08-21
update for new grapheme_break
Jacob Sandlund
2025-08-17
removing all ziglyph imports (aside from unicode/grapheme.zig)
Jacob Sandlund
2025-08-12
update after refactor (string field config, etc)
Jacob Sandlund
2025-08-05
using just `get`
Jacob Sandlund
2025-05-26
style: use decl literals
Qwerasd
2025-03-12
Lots of 0.14 changes
Mitchell Hashimoto
2025-01-20
unigen: Remove libc dependency, use ArenaAllocator
Ryan Liptak
2024-12-12
unicode: emoji modifier requires emoji modifier base preceding to not break
Mitchell Hashimoto
2024-02-10
terminal: only apply VS15/16 to emoji
Mitchell Hashimoto
2024-02-09
unicode: precompute grapheme break data
Mitchell Hashimoto
2024-02-09
unicode: use packed struct for break state
Mitchell Hashimoto
2024-02-09
unicode: remove unused
Mitchell Hashimoto
2024-02-09
unicode: direct port of ziglyph to start
Mitchell Hashimoto
2024-02-09
unicode: get grapheme boundary class
Mitchell Hashimoto
2024-02-08
unicode: generate our own lookup tables
Mitchell Hashimoto