| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | center, padLeft, padRight, and wrap | 2024-02-18 | 2 | -45/+281 | |
| * | Grapheme -> grapheme | 2024-02-18 | 1 | -0/+0 | |
| * | Back to zg code_point. 4ms faster than Ghostty's Utf8Decoder | 2024-02-18 | 3 | -240/+39 | |
| * | Testing Ghostty's Utf8Decoder. A bit slower | 2024-02-18 | 4 | -18/+216 | |
| * | Code point code is now a method not a field. | 2024-02-18 | 3 | -44/+47 | |
| * | Code point and grapheme are now namespaces. | 2024-02-18 | 3 | -56/+54 | |
| * | Fixed isAsciiOnly and CodePointIterator ASCII bugs | 2024-02-17 | 3 | -10/+11 | |
| * | display_width tweaks | 2024-02-17 | 3 | -84/+97 | |
| * | GraphemeIterator ASCII optimization 3x faster | 2024-02-17 | 3 | -55/+64 | |
| * | isAsciiOnly SIMD tweaks | 2024-02-17 | 1 | -2/+6 | |
| * | SIMD strWidth ASCII optimization | 2024-02-16 | 2 | -5/+44 | |
| * | display_width with table | 2024-02-16 | 2 | -5/+120 | |
| * | build.zig module reorg | 2024-02-15 | 2 | -8/+2 | |
| * | Removed inline from fns | 2024-02-15 | 1 | -11/+11 | |
| * | New single byte props table | 2024-02-15 | 1 | -27/+31 | |
| * | Combinedd Indic ifs | 2024-02-14 | 1 | -17/+2 | |
| * | emoji direct array access | 2024-02-14 | 1 | -2/+4 | |
| * | gbp and indic direct array access | 2024-02-14 | 1 | -42/+47 | |
| * | Passing Unicode 15.1.0 Grapheme Break Tests | 2024-02-14 | 1 | -21/+51 | |
| * | Removed readCodePoint and StreamingGraphemeIterator | 2024-02-14 | 2 | -232/+0 | |
| * | Removed unreachables from Grapheme | 2024-02-14 | 1 | -10/+10 | |
| * | Code reorg; Added UCD | 2024-02-14 | 4 | -314/+34 | |
| * | Removed unreachables from CodePointIterator | 2024-02-13 | 2 | -1/+132 | |
| * | Block init fix | 2024-02-13 | 1 | -3/+2 | |
| * | Using emoji table | 2024-02-13 | 2 | -1/+95 | |
| * | Passing ziglyph tests | 2024-02-13 | 3 | -16/+250 | |
| * | Using no_prop to short lookup | 2024-02-13 | 2 | -3/+18 | |
| * | Not embedding file | 2024-02-13 | 2 | -77511/+9 | |
| * | Using Ghostty's table gen | 2024-02-12 | 1 | -46/+72 | |
| * | init | 2024-02-11 | 4 | -0/+77925 |