1. aa3af7b SkPDF: Always get advances at unitsPerEm. by Hal Canary · 7 years ago
  2. c2f9ec1 SkPDF: refactor & code cleanup ahead of https://crrev.com/2322403002 by halcanary · 8 years ago
  3. 4871f22 SkPDF: Glyph validation change by halcanary · 8 years ago
  4. 530032a SkPDF: in-place font subsetting by halcanary · 8 years ago
  5. cee1342 SkPDF: cache metrics once. by halcanary · 8 years ago
  6. 671fec4 Revert of SkPDF: cache metrics once. (patchset #4 id:60001 of https://codereview.chromium.org/2253993002/ ) by robertphillips · 8 years ago
  7. 0a61270 SkPDF: cache metrics once. by halcanary · 8 years ago
  8. 86b6eab SkPDF: pull out SkPDFMakeCIDGlyphWidthsArray.cpp by halcanary · 8 years ago
  9. 28c6d83 SkPDF: eliminate SkPDFCIDfont class by halcanary · 8 years ago
  10. 3287588 SkPDF: SkPDFFont class changes by halcanary · 8 years ago
  11. 4ed2f01 SkPDF: unify drawText and drawPosText by halcanary · 8 years ago
  12. 5ba165e Revert of SkPDF: unify drawText and drawPosText (patchset #2 id:40001 of https://codereview.chromium.org/2241683005/ ) by robertphillips · 8 years ago
  13. 6059dc3 SkPDF: unify drawText and drawPosText by halcanary · 8 years ago
  14. 7e8d5d3 SkPDF: Subset Type3 (fallback) font by halcanary · 8 years ago
  15. 5bf60ad Revert of SkPDF: Subset Type3 (fallback) font (patchset #8 id:200001 of https://codereview.chromium.org/2231483002/ ) by halcanary · 8 years ago
  16. 88b138d SkPDF: Subset Type3 (fallback) font by halcanary · 8 years ago
  17. 8eccc30 SkPDF: SkPDFFont organization changes. by halcanary · 8 years ago
  18. 3c35fb3 SkPDF: Glyph Useage Map improvements by halcanary · 8 years ago
  19. b8d6af1 Remove unnecessary includes in src/pdf/ by martina.kollarova · 8 years ago
  20. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  21. cc77c12 SkPDF: Hold page objects, not SkPDFDevices. by halcanary · 8 years ago
  22. bae235e SkPDF: add drop() virtual to release resources early. by halcanary · 8 years ago
  23. 48810a0 SkPDF: s/SkAutoTUnref/sk_sp/g by halcanary · 8 years ago
  24. 66a82f3 SkPDF: fall back on paths for unembeddable fonts. by halcanary · 9 years ago
  25. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  26. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  27. 37c46ca SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap by halcanary · 9 years ago
  28. 2e3f9d8 PDF: Canon now owns a reference to all interned objects by halcanary · 9 years ago
  29. c1b71d6 PDF: remove unnecessary mutexes. by halcanary · 9 years ago
  30. 792c80f PDF: Now threadsafe! by halcanary · 9 years ago
  31. bf799cd Simplify reference management in SkPDF by halcanary · 9 years ago
  32. fb62b3d SkPDFCanon by halcanary · 10 years ago
  33. 22edc83 Fix int16_t for glyphs, const glyphs, and clarify glyph loop. by bungeman · 10 years ago
  34. fb747e2 Make SkPDFFont::fFontInfo a const pointer. by halcanary · 10 years ago
  35. 0f9bad0 [PDF] Fix font embedding restrictions. by vandebo · 10 years ago
  36. aec4066 fix int/size_t warnings by reed@google.com · 10 years ago
  37. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  38. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  39. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  40. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  41. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 11 years ago
  42. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 11 years ago
  43. 66bedbb resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we added capability to collect minidump and callstack if buildbot fails with heap coruption in windows. a few minor conflicts have been resolved) by edisonn@google.com · 11 years ago
  44. e2e8113 PDF : Unused parameters cleanup by sugoi@google.com · 11 years ago
  45. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 11 years ago
  46. 5bd26d3 revert r7892 by edisonn@google.com · 11 years ago
  47. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 11 years ago
  48. d1c53aa Revert r7883 by edisonn@google.com · 11 years ago
  49. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 11 years ago
  50. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  51. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  52. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  53. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago[Renamed (91%) from include/pdf/SkPDFFont.h]
  54. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago[Renamed (91%) from src/pdf/SkPDFFont.h]
  55. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago[Renamed (91%) from include/pdf/SkPDFFont.h]
  56. 008c498 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago[Renamed (91%) from src/pdf/SkPDFFont.h]
  57. f7f9aa8 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago[Renamed (91%) from include/pdf/SkPDFFont.h]
  58. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  59. 37ad8fb [PDF] Subset font advance data (W array). by vandebo@chromium.org · 13 years ago
  60. 7b13aca Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 13 years ago
  61. e7f3300 Improve generation of glyph advance array. by vandebo@chromium.org · 13 years ago
  62. a5c7234 Address lint issues in pdf directories. by ctguil@chromium.org · 13 years ago
  63. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  64. 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 13 years ago
  65. 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  66. 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
  67. 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  68. f6c3ebd fix Capitalization of static methods by reed@google.com · 13 years ago
  69. 3509f05 Add more SK_API declarations to fix Chrome. by vandebo@chromium.org · 13 years ago
  70. f0ec266 [PDF] Add plumbing and accessors so that Chrome can record the font types used in a PDF. by vandebo@chromium.org · 13 years ago
  71. 6744d49 [PDF] Add a ToUnicode mapping for fonts. by vandebo@chromium.org · 13 years ago
  72. f77e27d Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedTypefaceMetrics. by vandebo@chromium.org · 13 years ago
  73. 9db86bb PDF Type3 Support. by ctguil@chromium.org · 13 years ago
  74. 0129410 [PDF] Fix broken encoding conversion code for non-multibyte fonts. by vandebo@chromium.org · 13 years ago
  75. c48b2b3 Cleanup SkPDFTypfaceInfo and make it more generic. by vandebo@chromium.org · 13 years ago
  76. 2a22e10 Add Truetype and Type 1 font embedding support by vandebo@chromium.org · 14 years ago
  77. 28be72b PDF: Add text support with a font framework (font embedding to come). by vandebo@chromium.org · 14 years ago