summaryrefslogtreecommitdiff
path: root/sfntly
AgeCommit message (Expand)Author
2014-06-09Fix compiler warningarthurhsu@google.com
2013-11-05Issue 19330043: fix QNX buildarthurhsu@google.com
2013-10-16ticket:38 Fix sfntly compilation on VS2013stuartg@google.com
2012-07-09Gracefully fail when TTF name table contains a zero-length name.arthurhsu@google.com
2012-06-29Land Nico's warning fix.arthurhsu@google.com
2012-02-28Work around Apple MacOS X Lion AppleMyungjo font bug.arthurhsu@google.com
2012-01-05Coverity fix: uninitialized scalar member.arthurhsu@google.com
2011-12-12Move Chromium subsetter code to sample, update CMakeLists accordingly.arthurhsu@google.com
2011-12-09Patch from Nico Weber: remove static initializers.arthurhsu@google.com
2011-11-30Fix clang compilation errors in Chromium.arthurhsu@google.com
2011-11-29Graduate EBXX from experimentalarthurhsu@google.com
2011-11-28Update per code review comments from previous check-inarthurhsu@google.com
2011-11-28Finish bitmap subsetting supportarthurhsu@google.com
2011-11-16Fix bug in HDMX table (from stuartg's code review)arthurhsu@google.com
2011-11-15Update to Java initial release (except bitmap tables)arthurhsu@google.com
2011-10-21Update to 10-17-11 snapshotarthurhsu@google.com
2011-10-20Fix issue 3: no new line at end of filearthurhsu@google.com
2011-10-18Update to 10-12-11 snapshotarthurhsu@google.com
2011-10-11Update to Sep 30 snapshot, include all current EBXX support.arthurhsu@google.com
2011-09-26Temporary disable CMap and Bitmap processing by default.arthurhsu@google.com
2011-09-20Add atomicity to whereever needed.arthurhsu@google.com
2011-09-17Fixing Windows build, round 2.dfilimon@google.com
2011-09-17Fixing compile errors on Windows.dfilimon@google.com
2011-09-17Adding support for CMapFormat4.dfilimon@google.com
2011-09-16Typo in last commit.dfilimon@google.com
2011-09-16Assignment operator fix for IdFilter.dfilimon@google.com
2011-09-16Minor cleanup.dfilimon@google.com
2011-09-15Added port/type.h before other headers to fix the Visual Studio redefintion i...dfilimon@google.com
2011-09-15Added private operator= for CMapIdFilter to get the code to compile with Visu...dfilimon@google.com
2011-09-15Added fix for operator= generation failure for CMapIdFilter on Windows.dfilimon@google.com
2011-09-15Added UNREFERENCED_PARAMATER fix for CMapFormat2 iterator.dfilimon@google.com
2011-09-15Adding CMapTable support for Format0.dfilimon@google.com
2011-09-12Add mutexarthurhsu@google.com
2011-09-08Advance C++ port to Sep 1 11 snapshotarthurhsu@google.com
2011-09-01Advance C++ port to Aug 11 Java snapshotarthurhsu@google.com
2011-08-29Modified NewTableBuilder so it would no longer require CALLER_ATTACH.dfilimon@google.com
2011-08-23Reorg folder structure to aligned with latest Java version.arthurhsu@google.com
2011-08-23Added SearchUShort and SearchULong.dfilimon@google.com
2011-08-23Fixed bug where all glyphs would be set to composite.dfilimon@google.com
2011-08-19Port files under /data to Aug 11 version.arthurhsu@google.com
2011-08-17Bug fix: when table is located at the end of file, original code will determi...arthurhsu@google.com
2011-08-12More thorough unit tests.arthurhsu@google.com
2011-08-12Added CreateWritableFontData factory methods to WritableFontData.dfilimon@google.com
2011-08-10Fortify font build against error cases.arthurhsu@google.com
2011-08-09Fix VC compilation warnings.arthurhsu@google.com
2011-08-08Reorg test structure, fix memory leaks.arthurhsu@google.com
2011-08-05Added generate_name from tag. Useful for debugging and used in future tests.dfilimon@google.com
2011-08-05Small style fix.dfilimon@google.com
2011-08-02Fix loca bug caused by typo.arthurhsu@google.com
2011-08-01Fixed fix. Didn't have SVN repo updated before committing.dfilimon@google.com