1. 46d4a5e [subset] Convert subset plan to use a flags bit set. by Garret Rieger · 3 years, 6 months ago
  2. 3e2734c [docs] Don’t use GTK-Doc syntax for internal functions by Khaled Hosny · 3 years, 6 months ago
  3. 243d056 Removed unused variable `supp_size` from plan_subset_encoding(...). by Andi-Bogdan Postelnicu · 3 years, 8 months ago
  4. 32f052b [ENOMEM] Fix several instances of not checking resize in CFF. by Garret Rieger · 4 years, 6 months ago
  5. 46ec6db minor by Ebrahim Byagowi · 4 years, 6 months ago
  6. a2ce968 [cff] remove the not used member by Ebrahim Byagowi · 4 years, 9 months ago
  7. 2be859d minor, replace nullptr checks with implicit ones by Ebrahim Byagowi · 4 years, 9 months ago
  8. 2dda6dd minor, tweak spacing by Ebrahim Byagowi · 4 years, 9 months ago
  9. 8ca9df7 [subset] Remove not needed blob sanitize call by Ebrahim Byagowi · 4 years, 11 months ago
  10. 0b29053 removed unused code by ariza · 4 years, 11 months ago
  11. e8f010d removed unused code & data; rename by ariza · 4 years, 11 months ago
  12. 5935a1d add pop_discard() calls to errror returns by ariza · 4 years, 11 months ago
  13. c05458e update cff & cff2 subsetters by ariza · 5 years ago
  14. 002f0e2 reimplment serialize_int using check_assign() by ariza · 5 years ago
  15. 2792fb8 first rewrite of cff/cff2 _subset with _subset2 by ariza · 5 years ago
  16. ce114d6 minor, tweak spaces by Ebrahim Byagowi · 5 years ago
  17. 453050a Merge remote-tracking branch 'upstream/master' into var-subset by Ebrahim Byagowi · 5 years ago
  18. c7621cf Minor, replace hb_set_add with private API by Ebrahim Byagowi · 5 years ago
  19. 8bf989e update from master by blueshade7 · 6 years ago
  20. 5763a92 Merge branch 'master' into var-subset by Michiharu Ariza · 6 years ago
  21. f3ee2bd add ops & methods to hb_bimap_t making it more like hb_map_t by Michiharu Ariza · 6 years ago
  22. 0949669 add hb_bimap_t, subclass hb_inc_bimap_t replacing CFF::remap_t by Michiharu Ariza · 6 years ago
  23. 737436d Streamline HB_NO_CFF by Behdad Esfahbod · 6 years ago
  24. 9b853f7 [cff] Use switch on multi-format structs (#1762) by Ebrahim Byagowi · 6 years ago
  25. 4ddab6f Merge branch 'master' into var-subset by Michiharu Ariza · 6 years ago
  26. b2ab15a Fix more warnings by Behdad Esfahbod · 6 years ago
  27. 7f6fca4 Force-disable CFF code under disabling conditions by Behdad Esfahbod · 6 years ago
  28. 62dfe7a [cff] Minor by Behdad Esfahbod · 6 years ago
  29. 02ae259 initialize return param subr_num in popSubrNum by Michiharu Ariza · 6 years ago
  30. 9258878 Remove space between right angle brackets now that we have C++11 (#1689) by Ebrahim Byagowi · 6 years ago
  31. a1177fe Merge branch 'master' into var-subset by Michiharu Ariza · 6 years ago
  32. b986c6a [C++11] Remove IntType::set() in favor of operator= by Behdad Esfahbod · 6 years ago
  33. f289ffe renamed hb_map2_t to hb_bimap_h in its own .hh by Michiharu Ariza · 6 years ago
  34. c842010 subset HVAR by Michiharu Ariza · 6 years ago
  35. c128626 added desubroutinize & retain-gids full test cases with CFF fonts by Michiharu Ariza · 6 years ago
  36. f2908b4 Implement subset --regain-gids option with CFF1/2 by Michiharu Ariza · 6 years ago
  37. 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
  38. 0b2fa34 More of previous by Behdad Esfahbod · 6 years ago
  39. 760303d deleted a duplicate fontdicts_mod.fini() call (#1538) by Michiharu Ariza · 6 years ago
  40. 7b48641 fix leak in subset_enc_supp_codes (#1537) by Michiharu Ariza · 6 years ago
  41. 29f0b6b CFF renaming (#1507) by Michiharu Ariza · 6 years ago
  42. 474a120 [array/vector] Rename len to length by Behdad Esfahbod · 6 years ago
  43. e412008 Remove redundant void from C++ sources (#1486) by Ebrahim Byagowi · 6 years ago
  44. b2ebaa9 Remove redundant 'inline' from methods (#1483) by Ebrahim Byagowi · 6 years ago
  45. 2941208 [CFF] oss-fuzz issue 11690 ASSERT: substr.offset >= opStart (#1461) by Michiharu Ariza · 6 years ago
  46. 3335862 minimize use of assert: removed or changed to error handling (#1467) by Michiharu Ariza · 6 years ago
  47. 825df6d [CFF] Change spaces to tabs by Behdad Esfahbod · 6 years ago
  48. 592f39b [CFF] Whitespace by Behdad Esfahbod · 6 years ago
  49. d8c6913 undo 0u by Michiharu Ariza · 6 years ago
  50. 9483da1 redo fixes by Michiharu Ariza · 6 years ago
  51. b1821b9 some more by Michiharu Ariza · 6 years ago
  52. a6da9b9 fixed Charset format selection by Michiharu Ariza · 6 years ago
  53. b6903bd ensure fdmap initialized as identity for single-FD (non-CID) fonts by Michiharu Ariza · 6 years ago
  54. b67a7c7 drop dotsection as hint along with test case by Michiharu Ariza · 6 years ago
  55. 9d0231c fixed a subset bug when no font dicts reduce by Michiharu Ariza · 6 years ago
  56. ecdb77f fixed CFF1 subset of std encoding & non-std charset combo by Michiharu Ariza · 6 years ago
  57. 0dfa584 changed Adobe company name by Michiharu Ariza · 6 years ago
  58. 191ca0f CFF1 no-desubr fixes by Michiharu Ariza · 6 years ago
  59. 1da4de7 fix for subset fuzzer failure by Michiharu Ariza · 6 years ago
  60. 481fdfd Merge branch 'cff-subset' of https://github.com/harfbuzz/harfbuzz into cff-subset by Michiharu Ariza · 6 years ago
  61. 1bc710a added CFF1 desubr api test cases & bug fixes by Michiharu Ariza · 6 years ago
  62. 6186dbf added hb_subset_input_set_desubroutinize API by Michiharu Ariza · 6 years ago
  63. 2840a10 tweaks to build with new merge by Michiharu Ariza · 6 years ago
  64. a9c305c fix leaks by Michiharu Ariza · 6 years ago
  65. d56e338 CFF1 no-desubroutinize + no-hinting by Michiharu Ariza · 6 years ago
  66. 8679d02 implement flex ops for glyph extents/subset by Michiharu Ariza · 6 years ago
  67. 9228db0 added CFF1 Expert Encoding subset test & bug fixes by Michiharu Ariza · 6 years ago
  68. b51418f added CFF2 get_extents by Michiharu Ariza · 6 years ago
  69. d7b384a silence warning ^3 by Michiharu Ariza · 6 years ago
  70. e9cc71a silence warning ^2 by Michiharu Ariza · 6 years ago
  71. 51d5bf4 silence warnings by Michiharu Ariza · 6 years ago
  72. 35b64df silence & fix new warnings by Michiharu Ariza · 6 years ago
  73. ebeccf3 fixed char widths & standard Encoding in subset CFF by Michiharu Ariza · 6 years ago
  74. c0c85b8 implemented get_glyph_extents with CFF1 by Michiharu Ariza · 6 years ago
  75. 0f159a3 fixed serialize_fdselect_3_4 by Michiharu Ariza · 6 years ago
  76. 1608481 fixed bugs in Charset serialization by Michiharu Ariza · 6 years ago
  77. 5b453f7 fixed off-by-one error with offSize by Michiharu Ariza · 6 years ago
  78. c6f75c3 fix build attempt by Michiharu Ariza · 6 years ago
  79. cc52e53 Removed unused subr subset code by Michiharu Ariza · 6 years ago
  80. 1666b89 subset CFF1 String Index by Michiharu Ariza · 6 years ago
  81. 2a74536 fix build attempt ^2 by Michiharu Ariza · 6 years ago
  82. aca73c9 subset CFF1 Encoding & Charset by Michiharu Ariza · 6 years ago
  83. f2d299b Drop hints from CFF2 charstrings by Michiharu Ariza · 6 years ago
  84. fcf1778 templatized ArgStack as a prep to store blends by Michiharu Ariza · 6 years ago
  85. 968168b drop hints from CFF1 charstrings by Michiharu Ariza · 6 years ago
  86. 8c5e03b Added drop_hints to SubrFlattener by Michiharu Ariza · 6 years ago
  87. 9fd08cc CFF2 subroutine flattner by Michiharu Ariza · 6 years ago
  88. b95bf07 fix build attempt ^2 by Michiharu Ariza · 6 years ago
  89. 8af9690 Merge branch 'master' into cff-subset by Michiharu Ariza · 6 years ago
  90. 0ad081e attempt to fix build failure by Michiharu Ariza · 6 years ago
  91. a11420b Subroutine flattener for CFF1 by Michiharu Ariza · 6 years ago
  92. 5cde2f5 drop hints from CFF & CFF2 Private by Michiharu Ariza · 6 years ago
  93. cef75ea Added CFF2 Subr nullifier by Michiharu Ariza · 6 years ago
  94. e67bb3f renamed OT::cff to OT::cff1 for consistency by Michiharu Ariza · 6 years ago
  95. fdbfa18 renamed CFF version 1 structs and sources to CFF1 from CFF by Michiharu Ariza · 6 years ago[Renamed (87%) from src/hb-subset-cff.cc]
  96. 7aa23f3 fix build attempt ^4 by Michiharu Ariza · 6 years ago
  97. 270452a fix build attempt ^3 by Michiharu Ariza · 6 years ago
  98. c234839 fix build attempt ^2 by Michiharu Ariza · 6 years ago
  99. 633ce88 CFF Subrs subsetting by Michiharu Ariza · 6 years ago
  100. a97ed34 fixed inclusion of excluded Private & local Subrs by Michiharu Ariza · 6 years ago