Behdad Esfahbod
bb255cd9a6
[indic-generator] Remove redundant override of U+0980
...
https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894627064
3 years ago
Behdad Esfahbod
30d8c87d01
[myanmar] Document Medials
...
https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894532676
3 years ago
Behdad Esfahbod
e1826c3714
[khmer] Reuse OT_H for OT_Coeng
...
https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894517417
3 years ago
Behdad Esfahbod
eb2f2e318a
[indic-generator] Update comment re U+104E
...
https://github.com/harfbuzz/harfbuzz/pull/3648#pullrequestreview-1002150048
3 years ago
Behdad Esfahbod
0daafefdd1
Merge branch 'main' into indic-cleanup
3 years ago
Behdad Esfahbod
148283d0e0
[syllabic] Use a buffer scratch-flag for has-broken-syllable
3 years ago
Behdad Esfahbod
6997d10bc0
[arabic] Remove a couple TODO items
3 years ago
Behdad Esfahbod
e1575f2347
[iter] Remove a few TODO items
3 years ago
Behdad Esfahbod
689c77530a
[buffer] Actually remove TODO item
...
In reality, one side is smaller and one side is larger. The existing code
handles that just fine.
3 years ago
Behdad Esfahbod
d09e962b9f
[buffer] Update a TODO item
3 years ago
Behdad Esfahbod
b3f689e7e5
[serializer] Remove TODO that's not gonna happen
3 years ago
Behdad Esfahbod
10a8cc28fc
[normalizer] Remove a TODO that's not going to happen
3 years ago
Behdad Esfahbod
7635568f29
[font] Remove a TODO item that's not gonna happen
3 years ago
Behdad Esfahbod
bd453de757
[unicode] Accept a couple hacks as permanent
3 years ago
Behdad Esfahbod
39c132a62d
[indic/myanmar] Simplify compare functions
3 years ago
Behdad Esfahbod
a5bcd8567f
[indic] Update comment re category listing
3 years ago
Behdad Esfahbod
10a5485136
[indic/myanmar] Move is_consonant to .cc files
3 years ago
Behdad Esfahbod
1c657460ef
[indic] Expand MEDIAL_FLAGS
3 years ago
Behdad Esfahbod
9e3917f6d6
[indic] Move a couple of functions to .cc file
3 years ago
Behdad Esfahbod
165ef55e57
[indic-generator] Move INDIC_COMBINE_CATEGORIES here
3 years ago
Behdad Esfahbod
b030dd9e88
[indic-table] Minor rename
3 years ago
Behdad Esfahbod
d414fb3328
[indic/khmer/myanmar] Add static_assert that categories match OT_*
3 years ago
Behdad Esfahbod
15ea4ccb04
[indic-like] Add note about replicated values
3 years ago
Behdad Esfahbod
3289e81532
[indic] Use categories from the machine
3 years ago
Behdad Esfahbod
37217fc9be
[indic-generator/myanmar] Move most Myanmar category overrides to generator
3 years ago
Behdad Esfahbod
c136227f57
[indic-generator/khmer] Move Khmer overrides to generator
3 years ago
Behdad Esfahbod
40aa4e8320
[indic/khmer/myanmar] Add Khmer/Myanmar categories to indic_category_t
3 years ago
Behdad Esfahbod
25793075e2
[indic-generator] Move Khmer/Myanmar vowel categories to the generator
3 years ago
Behdad Esfahbod
a6c82d4b8c
[myanmar] Simplify to not use position info from the indic table for shaping
3 years ago
Behdad Esfahbod
10cd8ac0e5
[indic-generator] Move matra category overrides to generator
3 years ago
Behdad Esfahbod
c4e4f1d387
[indic-generator] Move SMVD position overrides to generator
3 years ago
Behdad Esfahbod
2963154c15
[indic-generator] Add a couple comments
3 years ago
Behdad Esfahbod
91d6f45bc9
[indic-generator] Move some position overrides to the generator
3 years ago
Behdad Esfahbod
0ec4dcb93d
[indic-generator] Ouch
...
Not sure how this was passing tests still.
3 years ago
Behdad Esfahbod
f0269e0f1b
[indic-generator] Move Ra handling to the generator
3 years ago
Behdad Esfahbod
419d2146c2
[indic-generator] Cap off what categories have positions
...
This was left off of the commit moving Indic categories to the generator.
It didn't fail any tests, but adding it back because it has implications
possibly.
3 years ago
Behdad Esfahbod
e1d965d527
[indic-generator] Move position mapping to generator
3 years ago
Behdad Esfahbod
4907514026
[indic-generator] Move category overrides to generator
3 years ago
Behdad Esfahbod
58eeb3a180
[indic-generator] Move category mapping to generator
3 years ago
Behdad Esfahbod
899ca24387
[myanmar] Remove duplication of categories in the Myanmar shaper
3 years ago
Behdad Esfahbod
ce0528c0ff
[khmer] Remove duplication of categories in the Khmer shaper
3 years ago
Behdad Esfahbod
17c80035ad
Revert "[cplusplus] Internally allow using hb_unique_ptr with hb_free()"
...
This reverts commit b5f621b08d
.
A build was failing with clang 14 for Firefox apparently, sigh.
https://github.com/harfbuzz/harfbuzz/issues/3647
3 years ago
Behdad Esfahbod
9fc9b1ece4
[layout] Minor, add using Lookup to GSUB/GPOS
3 years ago
Behdad Esfahbod
d4ddb3acf8
Comments typos
3 years ago
Behdad Esfahbod
4119f73c21
[subset/layout] Rename dispatch_closure_lookups_recurse_func to dispatch_recurse_func<>
3 years ago
Behdad Esfahbod
c13ff39520
[layout] Rename apply_recurse_func to specialization of dispatch_recurse_func
3 years ago
Behdad Esfahbod
6a1edb8c97
[set-digest] One more rename
3 years ago
Behdad Esfahbod
6453737b0e
[set-digest] Rename lowest_bits to bits_pattern
3 years ago
Behdad Esfahbod
2a061cb9cc
[set-digest] Improve documentation
3 years ago
dependabot[bot]
9342adb0d6
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago