src/hb-ot-shape-complex-use-machine.rl


Log

Author Commit Date CI Message
Behdad Esfahbod d115a9e0 2019-07-02T14:42:45 [amalgam] Fix most duplicate-id instances in Indic-like shapers Part of https://github.com/harfbuzz/harfbuzz/issues/1809
David Corbett d64fb9db 2019-05-26T11:05:54 [use] Allow U+1A60 TAI THAM SIGN SAKOT after vowel
David Corbett d100ccad 2019-05-19T10:01:20 [use] Allow multiple FMs in a cluster
David Corbett 026ab825 2019-05-01T16:15:58 Add dotted circles to more broken clusters
Behdad Esfahbod 75114e01 2018-10-03T12:29:56 [use] Add Halant_Or_Vowel_Modifier category Fixes https://github.com/harfbuzz/harfbuzz/issues/1102
Behdad Esfahbod 5101abd4 2018-10-02T17:49:06 [indic/use] Factor common expressions in ragel machine No machine change.
Behdad Esfahbod 6f457f83 2018-10-02T17:46:27 [indic] Minor flip grammar around No behavior change.
Behdad Esfahbod 40d5d19d 2018-10-02T17:04:05 [ragel] Use ts/te (token-start / token-end) instead of manual tracking
Behdad Esfahbod c77ae408 2018-08-25T22:36:36 Rename hb-*private.hh to hb-*.hh Sorry for the noise, downstream custom builders. Please adjust.
Behdad Esfahbod 060e6b4a 2018-06-05T17:31:46 Update to Unicode 11.0.0 UCDN is not updated yet.
Ebrahim Byagowi 2eaba80c 2018-04-24T09:04:15 Minor, re-add unused mark to some of ragel defined state machines (#1005)
Ebrahim Byagowi 24b8b9b2 2018-04-23T19:03:57 Resolve clang's used-but-marked-unused warnings
punchcutter c6dbf6e7 2018-01-31T14:09:04 Allow optional ZWJ in virama terminated cluster
Behdad Esfahbod 72ecaae0 2017-12-24T16:05:07 [use] Allow ZWJ before/after Halant https://github.com/harfbuzz/harfbuzz/issues/542#issuecomment-353169729
ebraminio 7c6937e7 2017-11-20T14:49:22 Move all references of old url to the new address (#622)
Behdad Esfahbod e07669fc 2017-10-03T14:57:14 [use] Implement Consonant_With_Stacker Related to https://github.com/behdad/harfbuzz/issues/528
Behdad Esfahbod 9dd29c68 2017-07-14T17:01:27 [use] Allow up to two medial-below letters Fixes https://github.com/behdad/harfbuzz/issues/376
Behdad Esfahbod 9b6312f9 2016-05-06T17:41:49 [use] Update to draft spec from Andrew Glass from August 2015
Behdad Esfahbod 3e4e7616 2016-05-06T17:28:25 [use] Add a catch-all clause to the machine
Behdad Esfahbod d04e461f 2016-05-06T17:17:00 [use] Fix 'Number-joiner terminated cluster' to use HN instead of H From draft update to USE.
Behdad Esfahbod 40c4a991 2015-07-21T17:14:54 [USE] Implement dotted-circle This makes USE feature-complete as far as the Indic-like features are concerned.
Behdad Esfahbod 7ce03ebe 2015-07-21T16:55:26 [USE] Move pref
Behdad Esfahbod eb74535c 2015-07-20T15:33:25 [USE] Fix Number clusters The spec wrongly has "H" where "HN" is meant.
Behdad Esfahbod e0eabd7f 2015-07-20T13:30:51 [USE] Put a Ragel machine together Grammar from the spec!
Behdad Esfahbod e2c95116 2015-07-20T11:32:48 [USE] Add Universal Shaping Engine to Makefile