1. d27e4d2 [OTS] Allow empty Private DICT inside CFF data by bashi@chromium.org · 13 years ago
  2. 19a629d Use memcpy() instead of violating strict-aliasing rules. by yusukes@chromium.org · 13 years ago
  3. 4554759 Adds woff header checks by bashi@chromium.org · 13 years ago
  4. d892faf [OTS] OOB read in checking the end of table by bashi@chromium.org · 13 years ago
  5. 4b6b2a8 [OTS] Fix incorrect parsing/validation of the empty CFF index by bashi@chromium.org · 13 years ago
  6. b893d03 Remove all 51 static initializers from ots.cc. by agl@chromium.org · 13 years ago
  7. 58b44a4 [OTS] sanitizer incorrectly rejects fonts with optical size feature ('size') by bashi@chromium.org · 13 years ago
  8. 89cec1f Sort NameRecords in name table if they are not sorted. by bashi@chromium.org · 13 years ago
  9. 9251959 Support name table. by bashi@chromium.org · 13 years ago
  10. 873b17a Typo fix. by agl@chromium.org · 13 years ago
  11. 26afae8 Fixing 2 typo bugs by bashi@chromium.org · 13 years ago
  12. 25a908e Remove unused function: ParseSubstLookupRecord by agl@chromium.org · 13 years ago
  13. 7f9bebe Added missing include to os2.cc. by yusukes@chromium.org · 13 years ago
  14. 1890818 Fix GCC 4.6 compile by agl@chromium.org · 13 years ago
  15. cd35d03 Include cstddef in ots.h to fix compilation with gcc4.6 by bashi@chromium.org · 13 years ago
  16. d668582 Bug fix: + binds tighter than ?: by agl@chromium.org · 13 years ago
  17. 79602bd Fix compile failure with Solaris Studio on Solaris. by bashi@chromium.org · 13 years ago
  18. 071f0b3 Allowing consecutive identical offsets in CFF String INDEX. by bashi@chromium.org · 13 years ago
  19. 4dcad60 dd vhea/vmtx table support. by bashi@chromium.org · 13 years ago
  20. c486cfb Add {GPOS,GSUB}_TYPE_ prefix to enum constants. by bashi@chromium.org · 14 years ago
  21. df5b76f Add lookup flag validation check. by bashi@chromium.org · 14 years ago
  22. a574866 OTS: Add GSUB table support. by bashi@chromium.org · 14 years ago
  23. c1350f1 Defines 'NOMINMAX' in GYP file. by bashi@chromium.org · 14 years ago
  24. 6b41020 Add check for size of vectors. by bashi@chromium.org · 14 years ago
  25. e2b566a Uses push_back() to append items into vectors. by bashi@chromium.org · 14 years ago
  26. 54651a6 Support stand-alone build. by bashi@chromium.org · 14 years ago
  27. ced7112 Add GPOS table support. by bashi@chromium.org · 14 years ago
  28. 78a8baa dds more layout common table supports. by bashi@google.com · 14 years ago
  29. 51583c1 Fix MSVC compiler warning. by bashi@google.com · 14 years ago
  30. 00b790a Add GDEF support. by bashi@google.com · 14 years ago
  31. 39c6768 Change svn:ignore prop from A. to B. below: by jshin@chromium.org · 14 years ago
  32. 2beaf1d Fix MSVC compiler warnings. by agl@chromium.org · 14 years ago
  33. 754a52c Don't include chromiums's common.gypi directly to follow the convention. by bashi@google.com · 14 years ago
  34. 6a0c735 Fix compilation on mingw. by agl@chromium.org · 14 years ago
  35. 93aedf7 Adds OTS UVSes support. by bashi@google.com · 14 years ago
  36. d7ae6e7 Accepts fonts that are not to add 0-padding at the final table. by bashi@google.com · 14 years ago
  37. 02f6da7 Add codereview.settings by bashi@google.com · 14 years ago
  38. 7d18d4e Revert r36 and r37 by agl@chromium.org · 14 years ago
  39. 6fd289d Validate format 14 CMAP subtables by agl@chromium.org · 14 years ago
  40. 3e36435 Fix code portability issues. by yusukes@chromium.org · 14 years ago
  41. fbb1296 Addressed Tavis's comments in http://codereview.chromium.org/3023041/. by yusukes@chromium.org · 14 years ago
  42. 6263d06 Validate font hinting code in OpenType CFF table. by yusukes@chromium.org · 14 years ago
  43. edfb130 Strict check for FDSelect in the CFF table by yusukes@chromium.org · 14 years ago
  44. a90c583 Strict check for FDSelect in the CFF table by yusukes@chromium.org · 14 years ago
  45. 88b76fb Be stricter about the CFF table. by agl@chromium.org · 14 years ago
  46. d2831bf Update GYP file to depend on zlib. by agl@chromium.org · 14 years ago
  47. 5089f9c Implement support for transcoding WOFF fonts. by agl@chromium.org · 14 years ago
  48. 70be13e Update the README with build instuctions by agl@chromium.org · 14 years ago
  49. a0cb1e7 Fix a couple of warnings with GCC 4.4. by agl@chromium.org · 14 years ago
  50. f12575f Add kern table support. Review: http://codereview.chromium.org/524018 by yusukes@chromium.org · 15 years ago
  51. 9601aa9 Upload test scripts for ots which I'm currently using. by yusukes@chromium.org · 15 years ago
  52. c6c7d5e Setting svn:ignore properties for make, scons, XCode (take two). by agl@chromium.org · 15 years ago
  53. 083a3b6 Setting svn:ignore properties for make, scons, XCode. by agl@chromium.org · 15 years ago
  54. 0881b63 Fix a test tool for OTS, ot-sanitise. by yusukes@chromium.org · 15 years ago
  55. 0b9ec83 An empty INDEX is not handled correctly. by yusukes@chromium.org · 15 years ago
  56. a4099a3 Finished the initial internal review. by yusukes@chromium.org · 15 years ago
  57. fb22cb1 Moved ots.gyp from the Chromium tree to upstream following agl's suggestion: by yusukes@chromium.org · 15 years ago
  58. 8ad0a17 support GCC 4.4 by yusukes@chromium.org · 15 years ago
  59. d257d18 initial commit. by yusukes@chromium.org · 15 years ago
  60. 11e88a1 Initial directory structure. by (no author) · 15 years ago