summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Minor, use a meaningful naming in template parameter (#1582)Ebrahim Byagowi2019-02-141-3/+3
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'master' into cff-retain-gidsMichiharu Ariza2019-02-132-5/+5
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Fix djgpp complains by tweaking templates (#1579)Ebrahim Byagowi2019-02-132-5/+5
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'master' into cff-retain-gidsMichiharu Ariza2019-02-121-5/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | hb-coretext.cc: remove TARGET_OS_MAC from test (#1578)Ken2019-02-111-5/+5
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | tweaked --desubroutinize to remove hintmask only subrsMichiharu Ariza2019-02-121-2/+24
* | | | | | | | retain FDSelect & FDArray with --retain-gidsMichiharu Ariza2019-02-071-8/+4
* | | | | | | | Merge branch 'master' into cff-retain-gidsMichiharu Ariza2019-02-071-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | hb-coretext.cc: clean up macosx testKen Cunningham2019-02-051-5/+5
* | | | | | | | minor changeMichiharu Ariza2019-02-071-2/+2
* | | | | | | | Merge branch 'master' into cff-retain-gidsMichiharu Ariza2019-02-011-23/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Adjust hb_is_signed<>Behdad Esfahbod2019-01-311-18/+9
| * | | | | | | Remove stale commentBehdad Esfahbod2019-01-311-5/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | added desubroutinize & retain-gids full test cases with CFF fontsMichiharu Ariza2019-02-011-26/+18
* | | | | | | Implement subset --regain-gids option with CFF1/2Michiharu Ariza2019-01-314-82/+145
|/ / / / / /
* | | | | | Merge pull request #1564 from googlefonts/retain_gidsBehdad Esfahbod2019-01-3015-230/+387
|\ \ \ \ \ \
| * | | | | | [subset] For retain gids don't truncate glyphs past the highest requested sub...Garret Rieger2019-01-291-3/+5
| * | | | | | [subset] A few small fixes for the new subset plan api.Garret Rieger2019-01-293-10/+7
| * | | | | | [subset] Update hb-subset-plan.cc to match hb-subset-plan.hh.Garret Rieger2019-01-292-11/+10
| * | | | | | [subset] Update hb-subset-glyf.cc to use new hb-subset-plan API.Garret Rieger2019-01-291-35/+22
| * | | | | | [subset] Update gsub to use glyphset() method of subset plan.Garret Rieger2019-01-291-2/+2
| * | | | | | [subset] Correct maxp num glyph's to use new subset plan method.Garret Rieger2019-01-291-1/+1
| * | | | | | [subset] Re-add glyphs array to subset plan, with new name 'glyphs_deprecated...Garret Rieger2019-01-293-24/+27
| * | | | | | Re-implement HMTX/VMTX subsetting. Update it to support glyph renumbering and...Garret Rieger2019-01-293-50/+53
| * | | | | | Update hb-ot-vorg-table and hb-ot-layout-common to use the updated subset pla...Garret Rieger2019-01-292-13/+21
| * | | | | | Remove glyph array from subset plan, make num_glyphs and glyphset private.Garret Rieger2019-01-291-10/+41
| * | | | | | [subset] Fix hdmx subsetting when retain gids is enabled.Garret Rieger2019-01-293-9/+36
| * | | | | | [subset] Compute num_glyphs during subset plan construction.Garret Rieger2019-01-294-9/+16
| * | | | | | [subset] fix failure to init instruction ranges values for an invalid glyph.Garret Rieger2019-01-291-4/+4
| * | | | | | [subset] Do some refactoring in hb-subset-glyf.cc.Garret Rieger2019-01-291-116/+148
| * | | | | | Add retain_gids option to subset input. Update glyf and loca handling to resp...Garret Rieger2019-01-295-13/+74
| | |_|_|_|/ | |/| | | |
* | | | | | 2.3.12.3.1Behdad Esfahbod2019-01-301-2/+2
|/ / / / /
* | | | | [uniscribe] Whitelist function type castBehdad Esfahbod2019-01-281-0/+3
* | | | | Fix sign comparison errorBehdad Esfahbod2019-01-281-1/+2
* | | | | Fix warningBehdad Esfahbod2019-01-281-1/+1
* | | | | [pragma] Silence MSVC unknown-pragma warningBehdad Esfahbod2019-01-281-0/+3
* | | | | Fix -Wcast-function-type warnings in util/ with gcc 4.8Behdad Esfahbod2019-01-261-0/+1
* | | | | More static constexprBehdad Esfahbod2019-01-252-12/+12
| |_|_|/ |/| | |
* | | | [AAT] Minor signBehdad Esfahbod2019-01-241-2/+2
* | | | [AAT] Use a ring buffer for ligature stackBehdad Esfahbod2019-01-241-9/+6
* | | | WhitespaceBehdad Esfahbod2019-01-241-1/+1
* | | | [AAT] Handle transition errors during machine operationBehdad Esfahbod2019-01-243-37/+21
* | | | [AAT] Ignore machine errors and continueBehdad Esfahbod2019-01-241-1/+1
* | | | [AAT] MinorBehdad Esfahbod2019-01-243-59/+59
* | | | [AAT] Handle out-of-bounds classesBehdad Esfahbod2019-01-241-7/+6
* | | | [AAT] MinorBehdad Esfahbod2019-01-241-7/+4
* | | | [AAT] MinorBehdad Esfahbod2019-01-241-1/+2
| |_|/ |/| |
* | | More pragma controlBehdad Esfahbod2019-01-241-1/+15
* | | CommentBehdad Esfahbod2019-01-241-1/+2
* | | Form cluster for Emoji sub-region tag sequencesBehdad Esfahbod2019-01-241-0/+13