| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | Minor, use a meaningful naming in template parameter (#1582) | Ebrahim Byagowi | 2019-02-14 | 1 | -3/+3 | |
| | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'master' into cff-retain-gids | Michiharu Ariza | 2019-02-13 | 2 | -5/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | Fix djgpp complains by tweaking templates (#1579) | Ebrahim Byagowi | 2019-02-13 | 2 | -5/+5 | |
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' into cff-retain-gids | Michiharu Ariza | 2019-02-12 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| | * | | | | | | | | hb-coretext.cc: remove TARGET_OS_MAC from test (#1578) | Ken | 2019-02-11 | 1 | -5/+5 | |
| | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | | tweaked --desubroutinize to remove hintmask only subrs | Michiharu Ariza | 2019-02-12 | 1 | -2/+24 | |
| * | | | | | | | | retain FDSelect & FDArray with --retain-gids | Michiharu Ariza | 2019-02-07 | 1 | -8/+4 | |
| * | | | | | | | | Merge branch 'master' into cff-retain-gids | Michiharu Ariza | 2019-02-07 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| | * | | | | | | | hb-coretext.cc: clean up macosx test | Ken Cunningham | 2019-02-05 | 1 | -5/+5 | |
| * | | | | | | | | minor change | Michiharu Ariza | 2019-02-07 | 1 | -2/+2 | |
| * | | | | | | | | Merge branch 'master' into cff-retain-gids | Michiharu Ariza | 2019-02-01 | 1 | -23/+9 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| | * | | | | | | | Adjust hb_is_signed<> | Behdad Esfahbod | 2019-01-31 | 1 | -18/+9 | |
| | * | | | | | | | Remove stale comment | Behdad Esfahbod | 2019-01-31 | 1 | -5/+0 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | added desubroutinize & retain-gids full test cases with CFF fonts | Michiharu Ariza | 2019-02-01 | 1 | -26/+18 | |
| * | | | | | | | Implement subset --regain-gids option with CFF1/2 | Michiharu Ariza | 2019-01-31 | 4 | -82/+145 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1564 from googlefonts/retain_gids | Behdad Esfahbod | 2019-01-30 | 15 | -230/+387 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | [subset] For retain gids don't truncate glyphs past the highest requested sub... | Garret Rieger | 2019-01-29 | 1 | -3/+5 | |
| | * | | | | | | [subset] A few small fixes for the new subset plan api. | Garret Rieger | 2019-01-29 | 3 | -10/+7 | |
| | * | | | | | | [subset] Update hb-subset-plan.cc to match hb-subset-plan.hh. | Garret Rieger | 2019-01-29 | 2 | -11/+10 | |
| | * | | | | | | [subset] Update hb-subset-glyf.cc to use new hb-subset-plan API. | Garret Rieger | 2019-01-29 | 1 | -35/+22 | |
| | * | | | | | | [subset] Update gsub to use glyphset() method of subset plan. | Garret Rieger | 2019-01-29 | 1 | -2/+2 | |
| | * | | | | | | [subset] Correct maxp num glyph's to use new subset plan method. | Garret Rieger | 2019-01-29 | 1 | -1/+1 | |
| | * | | | | | | [subset] Re-add glyphs array to subset plan, with new name 'glyphs_deprecated... | Garret Rieger | 2019-01-29 | 3 | -24/+27 | |
| | * | | | | | | Re-implement HMTX/VMTX subsetting. Update it to support glyph renumbering and... | Garret Rieger | 2019-01-29 | 3 | -50/+53 | |
| | * | | | | | | Update hb-ot-vorg-table and hb-ot-layout-common to use the updated subset pla... | Garret Rieger | 2019-01-29 | 2 | -13/+21 | |
| | * | | | | | | Remove glyph array from subset plan, make num_glyphs and glyphset private. | Garret Rieger | 2019-01-29 | 1 | -10/+41 | |
| | * | | | | | | [subset] Fix hdmx subsetting when retain gids is enabled. | Garret Rieger | 2019-01-29 | 3 | -9/+36 | |
| | * | | | | | | [subset] Compute num_glyphs during subset plan construction. | Garret Rieger | 2019-01-29 | 4 | -9/+16 | |
| | * | | | | | | [subset] fix failure to init instruction ranges values for an invalid glyph. | Garret Rieger | 2019-01-29 | 1 | -4/+4 | |
| | * | | | | | | [subset] Do some refactoring in hb-subset-glyf.cc. | Garret Rieger | 2019-01-29 | 1 | -116/+148 | |
| | * | | | | | | Add retain_gids option to subset input. Update glyf and loca handling to resp... | Garret Rieger | 2019-01-29 | 5 | -13/+74 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | 2.3.12.3.1 | Behdad Esfahbod | 2019-01-30 | 1 | -2/+2 | |
| |/ / / / / | ||||||
| * | | | | | [uniscribe] Whitelist function type cast | Behdad Esfahbod | 2019-01-28 | 1 | -0/+3 | |
| * | | | | | Fix sign comparison error | Behdad Esfahbod | 2019-01-28 | 1 | -1/+2 | |
| * | | | | | Fix warning | Behdad Esfahbod | 2019-01-28 | 1 | -1/+1 | |
| * | | | | | [pragma] Silence MSVC unknown-pragma warning | Behdad Esfahbod | 2019-01-28 | 1 | -0/+3 | |
| * | | | | | Fix -Wcast-function-type warnings in util/ with gcc 4.8 | Behdad Esfahbod | 2019-01-26 | 1 | -0/+1 | |
| * | | | | | More static constexpr | Behdad Esfahbod | 2019-01-25 | 2 | -12/+12 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | [AAT] Minor sign | Behdad Esfahbod | 2019-01-24 | 1 | -2/+2 | |
| * | | | | [AAT] Use a ring buffer for ligature stack | Behdad Esfahbod | 2019-01-24 | 1 | -9/+6 | |
| * | | | | Whitespace | Behdad Esfahbod | 2019-01-24 | 1 | -1/+1 | |
| * | | | | [AAT] Handle transition errors during machine operation | Behdad Esfahbod | 2019-01-24 | 3 | -37/+21 | |
| * | | | | [AAT] Ignore machine errors and continue | Behdad Esfahbod | 2019-01-24 | 1 | -1/+1 | |
| * | | | | [AAT] Minor | Behdad Esfahbod | 2019-01-24 | 3 | -59/+59 | |
| * | | | | [AAT] Handle out-of-bounds classes | Behdad Esfahbod | 2019-01-24 | 1 | -7/+6 | |
| * | | | | [AAT] Minor | Behdad Esfahbod | 2019-01-24 | 1 | -7/+4 | |
| * | | | | [AAT] Minor | Behdad Esfahbod | 2019-01-24 | 1 | -1/+2 | |
| | |_|/ |/| | | ||||||
| * | | | More pragma control | Behdad Esfahbod | 2019-01-24 | 1 | -1/+15 | |
| * | | | Comment | Behdad Esfahbod | 2019-01-24 | 1 | -1/+2 | |
| * | | | Form cluster for Emoji sub-region tag sequences | Behdad Esfahbod | 2019-01-24 | 1 | -0/+13 | |
