1. 677e256 Upgrade sfntly to 1e7adf313bd9c488a70015f8df8782f7c65e9ce7 by Haibo Huang · 3 years, 7 months ago
  2. 018113e Restore space before "Regular" font name suffix by jfkthame · 4 years, 9 months ago
  3. 7ea31f1 Fix an uninitialized value by hhb · 5 years ago
  4. 2388489 Fix uninitialized value in sfntly by Haibo Huang · 5 years ago
  5. 29d542f Merge remote-tracking branch 'aosp/upstream-master' into update by Haibo Huang · 5 years ago
  6. 726eae2 Cherry-pick: Specify const for operator() by Takuto Ikuta · 6 years ago
  7. 9d8b5cb Cherry-pick: Fix the incompatible type of UChar and char16_t by Victor Chang · 5 years ago
  8. e24c731 Fix the incompatible type of UChar and char16_t by Victor Chang · 5 years ago
  9. b504822 Remove unused include unicode/unistr.h by Victor Chang · 5 years ago
  10. 86d996f Remove unused include unicode/unistr.h by Victor Chang · 5 years ago
  11. 49bbd81 Cherry-pick: Replace icu::UnicodeString with ICU C API and std::u16string by Victor Chang · 5 years ago
  12. c4071f6 Replace icu::UnicodeString with ICU C API and std::u16string by Victor Chang · 5 years ago
  13. b55ff30 Specify const for operator() by Takuto Ikuta · 6 years ago
  14. 2804148 Handle negative offsets when reading name tables. by Lei Zhang · 6 years ago
  15. f5e0c30 Validate table count in font headers. by Lei Zhang · 6 years ago
  16. bc830a8 Validate EBLC table's numSizes field. by Lei Zhang · 6 years ago
  17. 6b0889d Rescue the old wiki pages from web.archive.org. (#87) by Roland Illig · 7 years ago
  18. 2439bd0 Merge pull request #80 from leizleiz/compositeglyph-init-loop by Behdad Esfahbod · 7 years ago
  19. 7c71f41 Check bounds in CompositeGlyph accessors. by Lei Zhang · 7 years ago
  20. 5a32312 Remove unused GlyphTable nested class methods. by Lei Zhang · 7 years ago
  21. c44718e Check read value in CompositeGlyph::Initialize(). by Lei Zhang · 7 years ago
  22. 3769630 Merge pull request #79 from leizleiz/cleanup1 by Behdad Esfahbod · 7 years ago
  23. 66aa313 Cleanup random bits of code. by Lei Zhang · 7 years ago
  24. 350164d ByteArray::Get() should not accept negative lengths. by Lei Zhang · 7 years ago
  25. 4ca4ad0 Validate headers before constructing them. by Lei Zhang · 7 years ago
  26. 0c9b2fd Fix nits in OTFBasicEditing test. by Lei Zhang · 7 years ago
  27. 3723ffd Fix ReadableFontData::ReadDateTimeAsLong(). by Lei Zhang · 7 years ago
  28. 126f3b3 Fix assert failures in HorizontalMetricsTable. by Lei Zhang · 7 years ago
  29. 8fcbf51 Check offsets in FontFactory::LoadCollectionForBuilding(). by Lei Zhang · 7 years ago
  30. b95a8f4 Avoid integer overflow in LocaTable::GlyphLength(). by Lei Zhang · 7 years ago
  31. cccd3aa Check for integer overflow in SetupGlyfBuilders. by Lei Zhang · 7 years ago
  32. f1384b2 Fix more NULL pointer derefs in sfntly::Font::Builder. by Lei Zhang · 7 years ago
  33. 7525f24 Revert commit 3e3a91a. by Lei Zhang · 7 years ago
  34. 470047a Validate the font count in the TTC header. by Lei Zhang · 7 years ago
  35. 3e3a91a Fix more NULL pointer derefs in sfntly::Font::Builder. by Lei Zhang · 7 years ago
  36. 633fb5e Add missing #include <unicode/unistr.h> statement. by Fredrik Roubert · 7 years ago
  37. 84f7108 Fix 'INCLUDE WHAT YOU USE' violation (#73) by jungshik · 7 years ago
  38. 5ae041c Sfntly C++ Cleanup by Hal Canary · 7 years ago
  39. 38cc8d2 Fix incorrect test reported in glyph_table.cc by jfkthame · 7 years ago
  40. bd503d6 Merge remote-tracking branch 'aosp/upstream-master' into master by Colin Cross · 7 years ago
  41. 427f36e Fix invalid cast found by Control Flow Integrity. by Lei Zhang · 8 years ago
  42. ebaa364 Fix breakage from commit 083b02b1. by Lei Zhang · 8 years ago
  43. 1bc53e1 Fix undefined shifts in ReadableFontData::ReadShort. by Lei Zhang · 8 years ago
  44. d651349 Check for negative size in NameTable::NameAsBytes. by Lei Zhang · 8 years ago
  45. 8475d2f Avoid NULL derefs inside FontHeaderTable::Builder. by Lei Zhang · 8 years ago
  46. 1fba3b3 Fix undefined shifts in ReadableFontData::ReadLong. by Lei Zhang · 8 years ago
  47. 083b02b Fix NULL pointer derefs in sfntly::Font::Builder. by Lei Zhang · 8 years ago
  48. 6d1efaa Fix out of bound access in subtly sample program. by Lei Zhang · 8 years ago
  49. 1ef790a Add missing header from commit c9025ecc. by Lei Zhang · 8 years ago
  50. 4f1aa49 Add ReadableFontData::kInvalidUnsigned. by Lei Zhang · 8 years ago
  51. c9025ec Add more bounds checks in WritableFontData. by Lei Zhang · 8 years ago
  52. dd23046 Return error values in ReadableFontData::Read*(). by Lei Zhang · 8 years ago
  53. 813efeb Add a size limit for font tables. by Lei Zhang · 8 years ago
  54. 08652be Add a nullptr check to GlyphTable::Glyph(). by Lei Zhang · 8 years ago
  55. dc29ad0 SfntlyWrapper::SubsetFont takes TTC index by Hal Canary · 8 years ago
  56. c56b854 Add a bounds check to ByteArray::Get(). by Lei Zhang · 8 years ago
  57. de776d4 Check for integer overflow in sfntly::FontData::Bound(). by Lei Zhang · 9 years ago
  58. 3b0a9c1 Do not compare this with NULL. by Chih-Hung Hsieh · 9 years ago
  59. 97207ce Fix compiler warning by arthurhsu · 10 years ago
  60. f139ed9 Issue 19330043: fix QNX build Patch by: efidler1@blackberry.com by arthurhsu · 11 years ago
  61. 0672439 ticket:38 Fix sfntly compilation on VS2013 by stuartg · 11 years ago
  62. 30d4e1f Adding Sfntly library for printing support by Selim Gurun · 11 years ago
  63. 527079d Gracefully fail when TTF name table contains a zero-length name. by arthurhsu · 12 years ago
  64. 3835848 Land Nico's warning fix. by arthurhsu · 12 years ago
  65. 13983b1 Work around Apple MacOS X Lion AppleMyungjo font bug. by arthurhsu · 12 years ago
  66. 51d168d Coverity fix: uninitialized scalar member. by arthurhsu · 12 years ago
  67. 0d66259 Move Chromium subsetter code to sample, update CMakeLists accordingly. by arthurhsu · 12 years ago
  68. ea2befc Update test files for macro changes in previous CL by arthurhsu · 12 years ago
  69. 9d49ee2 Patch from Nico Weber: remove static initializers. by arthurhsu · 12 years ago
  70. d3b7f1e Update per code review by arthurhsu · 12 years ago
  71. 2937ee0 Update per Chromium side code review by arthurhsu · 12 years ago
  72. cea86b4 Fix clang compilation errors in Chromium. by arthurhsu · 13 years ago
  73. 404d0f3 Graduate EBXX from experimental by arthurhsu · 13 years ago
  74. 21782fe Fix subsetter bug (TBR, testing with Chrome integration, subjected to change) by arthurhsu · 13 years ago
  75. b88e135 Update per code review comments from previous check-in by arthurhsu · 13 years ago
  76. e1ffb13 Finish bitmap subsetting support by arthurhsu · 13 years ago
  77. b127bff Fix bug in HDMX table (from stuartg's code review) by arthurhsu · 13 years ago
  78. 9e5bf57 Update to Java initial release (except bitmap tables) TBR(stuartg) by arthurhsu · 13 years ago
  79. a685c9c Update to 10-17-11 snapshot by arthurhsu · 13 years ago
  80. d3860a0 Fix issue 3: no new line at end of file by arthurhsu · 13 years ago
  81. 526b1cb Update to 10-12-11 snapshot by arthurhsu · 13 years ago
  82. 158cdcb Update to Sep 30 snapshot, include all current EBXX support. by arthurhsu · 13 years ago
  83. b4e699e Temporary disable CMap and Bitmap processing by default. by arthurhsu · 13 years ago
  84. 8fe532f Fixing another signed/unsigned comparison issue. by dfilimon · 13 years ago
  85. 83939c4 Fixing signed/unsigned comparison mismatch. by dfilimon · 13 years ago
  86. d456f88 Fixing compilation issues on Windows. by dfilimon · 13 years ago
  87. fe087f8 Adding missing XML files and licenses. by dfilimon · 13 years ago
  88. 3d79500 Migrated CMapBasicTests to use XML source. by dfilimon · 13 years ago
  89. 930f6c9 Fixing build breakages on GCC and VC. by dfilimon · 13 years ago
  90. 06b9fc4 Added sample subsetter and merger. by dfilimon · 13 years ago
  91. 1285fcf Updating the python tools. by dfilimon · 13 years ago
  92. 529b91d Add atomicity to whereever needed. by arthurhsu · 13 years ago
  93. c19f5bf Fixind Windows build, round 3. by dfilimon · 13 years ago
  94. 2647114 Fixing Windows build, round 2. by dfilimon · 13 years ago
  95. ef99dd2 Fixing compile errors on Windows. by dfilimon · 13 years ago
  96. 8864c21 Adding support for CMapFormat4. by dfilimon · 13 years ago
  97. ec197e7 Typo in last commit. by dfilimon · 13 years ago
  98. 471934e Assignment operator fix for IdFilter. by dfilimon · 13 years ago
  99. 2810813 Minor cleanup. by dfilimon · 13 years ago
  100. b335ae6 Added port/type.h before other headers to fix the Visual Studio redefintion issue. by dfilimon · 13 years ago