1. 2d90344 completely remove lines that are commented out by Qunxin Liu · 6 years ago
  2. 79a6c25 try to remove deprecated variable from struct definition by Qunxin Liu · 6 years ago
  3. bdbe047 [subset] Update hb-subset-plan.cc to match hb-subset-plan.hh. by Garret Rieger · 6 years ago
  4. 846e05a [subset] Re-add glyphs array to subset plan, with new name 'glyphs_deprecated'. Switch CFF subsetting to use it. by Garret Rieger · 6 years ago
  5. 03e88ea Re-implement HMTX/VMTX subsetting. Update it to support glyph renumbering and simplify the implementation. by Garret Rieger · 6 years ago
  6. 4af3be6 Remove glyph array from subset plan, make num_glyphs and glyphset private. by Garret Rieger · 6 years ago
  7. 23f3644 [subset] Fix hdmx subsetting when retain gids is enabled. by Garret Rieger · 6 years ago
  8. 2da1654 [subset] Compute num_glyphs during subset plan construction. by Garret Rieger · 6 years ago
  9. b2ebaa9 Remove redundant 'inline' from methods (#1483) by Ebrahim Byagowi · 6 years ago
  10. b403be8 Merge branch 'master' into cff-subset by Michiharu Ariza · 6 years ago
  11. 11aa046 [subset] minor, adjust spaces by Ebrahim Byagowi · 6 years ago
  12. e600e54 Merge branch 'master' into cff-subset by Michiharu Ariza · 6 years ago
  13. d56e338 CFF1 no-desubroutinize + no-hinting by Michiharu Ariza · 6 years ago
  14. 35d410f Remove ASSERT_POD by Behdad Esfahbod · 6 years ago
  15. 3f00d0b [subset] Keep glyph set in plan by Behdad Esfahbod · 7 years ago
  16. aba0a94 [subset] Add hb-subset-input.hh and make hb-subset.hh toplevel include by Behdad Esfahbod · 7 years ago
  17. 93fe0fa [subset] Clean up hb_subset_input_t API by Behdad Esfahbod · 7 years ago
  18. f39166f [subset] Remove unused hb_subset_profile_t by Behdad Esfahbod · 7 years ago
  19. c77ae40 Rename hb-*private.hh to hb-*.hh by Behdad Esfahbod · 7 years ago
  20. aadb2a9 Add face-builder by Behdad Esfahbod · 7 years ago
  21. be458eb Include more basic internal headers from hb-private.hh by Behdad Esfahbod · 7 years ago
  22. a5673da [subset] Add drop_ot_layout setting to subset input. by Garret Rieger · 7 years ago
  23. 58400a2 Remove DISALLOW_* from vector, set, and map by Behdad Esfahbod · 7 years ago
  24. 251cc97 [subset] Switch to using hb_map_t inside of hb_subset_plan_t. by Garret Rieger · 7 years ago
  25. 03b2754 [subset] Add const to the hb_subset_plan_t input to a couple functions in hb-subset-plan. by Garret Rieger · 7 years ago
  26. 5c3112a s/hb_prealloced_array_t/hb_vector_t/g by Behdad Esfahbod · 7 years ago
  27. 74e0c13 [subset] drop hint tables if so flagged. Still need to dump glyf instructions. by Rod Sheeter · 7 years ago
  28. 4fcbd22 Fix build after previous commit by Behdad Esfahbod · 7 years ago
  29. dcac9fe [subset] Use complex glyph closure to populate gids_to_retain_sorted. by Garret Rieger · 7 years ago
  30. 66e282d [subset] remove TODO that was already done by Rod Sheeter · 7 years ago
  31. fa87770 [subset] First pass at hmtx by Rod Sheeter · 7 years ago
  32. 1330edc Use functions to get new gids. Avoid 0; fonttools drops it from cmap. by Rod Sheeter · 7 years ago
  33. c31fcf4 [subset] Replace auto_array with prealloced_array by Behdad Esfahbod · 7 years ago
  34. bfa8716 Minor by Behdad Esfahbod · 7 years ago
  35. 844f48e Fix symbol exporting and libstdc++ linkage of hb-subset (#769) by Ebrahim Byagowi · 7 years ago
  36. 0089443 Keep a second set of glyph ids in subset plan which is sorted by glyph id and always has gid 0 by Garret Rieger · 7 years ago
  37. 59c658c capture codepoints sorted so we can use them for cmap later. one day we will have a map by Rod Sheeter · 7 years ago
  38. 4223442 Fix include gaurds and include order in hb-subset-glyf and hb-subset-plan by Garret Rieger · 7 years ago
  39. 217ed5e Cleanups in hb-subset-glyf and hb-subset-plan. by Garret Rieger · 7 years ago
  40. af02812 [subset] Change hb_subset API to remove hb_subset_face_t by Behdad Esfahbod · 7 years ago
  41. eb485bb Horrid hack to assign new gids. Use DEBUG_MSG over fprintf by Rod Sheeter · 7 years ago
  42. d0ce3c6 Resolve codepoints:glyph ids. Does not compile; undefined reference to OT::_hb_NullPool by Rod Sheeter · 7 years ago
  43. 25e9173 Make hb-subset-plan private. by Garret Rieger · 7 years ago[Renamed (85%) from src/hb-subset-plan.h]
  44. 1cfe650 Add a basic sketch of hb-subset-plan. by Garret Rieger · 7 years ago