summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [coretext] Remove assert that kicks in on Mac OS 10.6Behdad Esfahbod2015-08-181-4/+14
* Remove unused functionBehdad Esfahbod2015-08-171-8/+0
* Add Libs.private and Requires.private to harfbuzz.pcBehdad Esfahbod2015-08-113-6/+23
* Don't rely on .cluster in _hb_ot_shape_normalize()jfkthame2015-08-091-1/+1
* Don't rely on .cluster field in fallback_positionjfkthame2015-08-081-3/+2
* [tests] Add test for fallback positioning with cluster_level > 0Behdad Esfahbod2015-08-085-0/+4
* Bug 91559 - HarfBuzz 1.0.1: Inconsistent DLL files specified/created...Behdad Esfahbod2015-08-071-1/+1
* Merge pull request #122 from RomainNaour/static-fixBehdad Esfahbod2015-08-031-1/+1
|\
| * fix static linking with icu-ucRomain Naour2015-07-311-1/+1
|/
* 1.0.11.0.1Behdad Esfahbod2015-07-272-2/+9
* [USE] Fix out-of-bounds static array accessBehdad Esfahbod2015-07-271-1/+1
* 1.0.01.0.0Behdad Esfahbod2015-07-263-3/+13
* Merge branch 'use'Behdad Esfahbod2015-07-2636-726/+2399
|\
| * [test] Encode Kharoshti textBehdad Esfahbod2015-07-231-36/+36
| * [test] Add Batak and Buginese test textsBehdad Esfahbod2015-07-235-0/+83
| * [test] Remove shaper-sea texts under shaper-useBehdad Esfahbod2015-07-2310-5/+2
| * [test] Remove New Tai Lue textsBehdad Esfahbod2015-07-234-4/+0
| * [USE] Implement topographical features for non-Arabic-joining scriptsBehdad Esfahbod2015-07-221-7/+80
| * Use foreach_cluster in Indic shaperBehdad Esfahbod2015-07-221-71/+19
| * Use foreach_syllable in Myanmar shaperBehdad Esfahbod2015-07-221-50/+12
| * Add foreach_syllableBehdad Esfahbod2015-07-222-89/+64
| * [USE] Do Arabic-like shapingBehdad Esfahbod2015-07-221-2/+75
| * Add hb-ot-shape-complex-arabic-private.hhBehdad Esfahbod2015-07-223-15/+73
| * [USE] Only reorder the first component of a split left markBehdad Esfahbod2015-07-211-1/+4
| * [USE] Don't compose split matrasBehdad Esfahbod2015-07-211-1/+14
| * Remove unused SEA shaperBehdad Esfahbod2015-07-213-486/+0
| * Retire SEA shaper in favor of USEBehdad Esfahbod2015-07-211-22/+3
| * [USE] Only use USE shaper if script system is not DFLTBehdad Esfahbod2015-07-211-3/+10
| * Route misc untested scripts through USE shaper instead of IndicBehdad Esfahbod2015-07-211-80/+11
| * [USE] Implement dotted-circleBehdad Esfahbod2015-07-212-3/+25
| * [USE] Move prefBehdad Esfahbod2015-07-213-10/+32
| * [USE] Fix-up variation selectors and word joiner in tableBehdad Esfahbod2015-07-212-12/+29
| * [USE] Use a couple warningsBehdad Esfahbod2015-07-212-51/+51
| * [USE] Move rphfBehdad Esfahbod2015-07-211-70/+35
| * Add FLAG_UNSAFE()Behdad Esfahbod2015-07-211-0/+1
| * Add FLAG_SAFE() for values known to be small-enoughBehdad Esfahbod2015-07-215-11/+12
| * Add note re ASSERT_STATIC_EXPR_ZERO()Behdad Esfahbod2015-07-211-0/+2
| * Remove unused macro ASSERT_STATIC_EXPR()Behdad Esfahbod2015-07-213-5/+2
| * Use unsigned in FLAG()Behdad Esfahbod2015-07-211-1/+1
| * [USE] Use use_category() for rphf/pref memoryBehdad Esfahbod2015-07-211-41/+22
| * [USE] Hook of rphf and pref custom processingBehdad Esfahbod2015-07-212-8/+181
| * [USE] Add CGJ to tableBehdad Esfahbod2015-07-212-3/+11
| * [USE] Set up featuresBehdad Esfahbod2015-07-211-30/+38
| * [USE] Hook up new scripts to USE shaperBehdad Esfahbod2015-07-211-0/+71
| * [USE] Remove unused Unicode data enums from USE C++ sideBehdad Esfahbod2015-07-212-77/+3
| * [USE] Finish converting Unicode positional categories to USEBehdad Esfahbod2015-07-202-349/+467
| * [USE] Map from Unicode data to USE syllabic categoriesBehdad Esfahbod2015-07-202-781/+409
| * [USE] Start moving Unicode-to-USE mapping into Python codeBehdad Esfahbod2015-07-203-12/+169
| * [USE] Fix Number clustersBehdad Esfahbod2015-07-201-2/+2
| * [USE] Start putting together the shaper bodyBehdad Esfahbod2015-07-202-1/+340