1. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  2. cc77c12 SkPDF: Hold page objects, not SkPDFDevices. by halcanary · 8 years ago
  3. bae235e SkPDF: add drop() virtual to release resources early. by halcanary · 8 years ago
  4. 18300a3 detach -> release by mtklein · 8 years ago
  5. e94ea62 SkPDF: use sk_ref_sp by halcanary · 8 years ago
  6. 8103a34 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 8 years ago
  7. 51d04d3 Revert of SkPDF: Add sk_sp setters; .release() becomes std::move() (patchset #2 id:20001 of https://codereview.chromium.org/1775043002/ ) by halcanary · 8 years ago
  8. 9904c92 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 8 years ago
  9. ece8392 SkPDF: use sk_make_sp<T> when it makes sense. by halcanary · 8 years ago
  10. 48810a0 SkPDF: s/SkAutoTUnref/sk_sp/g by halcanary · 8 years ago
  11. fcad44b SkPDF: AutoTUnref<T> changes in use by halcanary · 8 years ago
  12. bc348f4 In Google3 build, use SK_SFNTLY_SUBSETTER define to enable/disable sfntly. by benjaminwagner · 9 years ago
  13. 226aee2 Also ignore sfntly for Google3/iOS. by mtklein · 9 years ago
  14. 86ea33e Enable BUILD file compilation of skia and dm with --config=android_arm. by benjaminwagner · 9 years ago
  15. 66a82f3 SkPDF: fall back on paths for unembeddable fonts. by halcanary · 9 years ago
  16. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  17. 725c620 SkPDF: Memory improvements for PDF Streams by halcanary · 9 years ago
  18. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  19. a060eba SkPDF: Simplify PDFStream / emitObject() const by halcanary · 9 years ago
  20. 8e0c150 Propagate SkSurfaceProps when known by robertphillips · 9 years ago
  21. 6b7f34e simplify release-proc for SkData, removing unneeded size param by reed · 9 years ago
  22. 41868fe Font variations. by bungeman · 9 years ago
  23. 7be0ce0 SkPDF: Add Sfntly to DEPS, gyp by halcanary · 9 years ago
  24. 9bedfc2 Revert of SkPDF: Add Sfntly to DEPS, gyp, SkUserConfig (patchset #7 id:570001 of https://codereview.chromium.org/1134683006/) by halcanary · 9 years ago
  25. 6a53b04 SkPDF: Add Sfntly to DEPS, gyp by halcanary · 9 years ago
  26. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  27. 3489ee0 Font variations. by bungeman · 9 years ago
  28. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
  29. 05773ed Font variations. by bungeman · 9 years ago
  30. d995009 PerGlyphInfo is on SkTypeface by reed · 9 years ago
  31. 1ebf0d2 fix reference to _PerGlyphInfo by reed · 9 years ago
  32. 39a9a50 Make SkAdvancedTypefaceMetrics private. by reed · 9 years ago
  33. bc4696b SkPDF: Move utility fns to SkPDFUtils by halcanary · 9 years ago
  34. bf51cfd SkPDF: clean up uses of deprecated calls in SkPDFFont by halcanary · 9 years ago
  35. 130444f SkPDF: Refactor SkPDFObject heiararchy. by halcanary · 9 years ago
  36. 37c46ca SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap by halcanary · 9 years ago
  37. 2e3f9d8 PDF: Canon now owns a reference to all interned objects by halcanary · 10 years ago
  38. 792c80f PDF: Now threadsafe! by halcanary · 10 years ago
  39. d1371a6 Upstream support for sfntly in Google3 by mtklein · 10 years ago
  40. bf799cd Simplify reference management in SkPDF by halcanary · 10 years ago
  41. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  42. fb62b3d SkPDFCanon by halcanary · 10 years ago
  43. 4fc48af Change function signature of SkPDFObject::emitObject. by halcanary · 10 years ago
  44. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  45. 9880607 Even more win64 warning fixes by bsalomon · 10 years ago
  46. 22edc83 Fix int16_t for glyphs, const glyphs, and clarify glyph loop. by bungeman · 10 years ago
  47. 33a3050 SkData can allocate room for its contents in the same block by reed · 10 years ago
  48. 7ba2828 Fix memory leak in SkPDFType1Font by djsollen · 10 years ago
  49. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  50. fb747e2 Make SkPDFFont::fFontInfo a const pointer. by halcanary · 10 years ago
  51. 67ec1f8 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  52. e1c5586 Revert of Switch SkPDFStream's internal storage from SkStream to SkData (https://codereview.chromium.org/340783013/) by rmistry · 10 years ago
  53. c1dfa14 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  54. 24480bc Use SkMutex::assertHeld in SkPDFFont and SkPDFShader. by halcanary · 10 years ago
  55. 0f9bad0 [PDF] Fix font embedding restrictions. by vandebo · 10 years ago
  56. aec4066 fix int/size_t warnings by reed@google.com · 10 years ago
  57. 4da3bfc [PDF] Fix font width generation when glyph 0 is used. by commit-bot@chromium.org · 11 years ago
  58. 1236d8e [PDF] Fix bug in ToUnicode table generation for Type 3 fonts. by commit-bot@chromium.org · 11 years ago
  59. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  60. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  61. 4566107 Fix refcounting bug for Type1 font usage with more than 255 characters. by commit-bot@chromium.org · 11 years ago
  62. 1f1b4aa Fix double ref issue in SkPDFFont ctor by robertphillips@google.com · 11 years ago
  63. 2262c58 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  64. 26d2e04 pdf: write only ToUnicode mappings needed by the font, trimming anything out of [firstChar, lastChar] interval. by edisonn@google.com · 11 years ago
  65. 938ea62 [PDF] Rewind the font stream if font subsetting fails. by vandebo@chromium.org · 11 years ago
  66. 3720fda ARM Skia NEON patches - 09 - Bugfix by commit-bot@chromium.org · 11 years ago
  67. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 11 years ago
  68. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 11 years ago
  69. 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
  70. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 11 years ago
  71. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 11 years ago
  72. e2e8113 PDF : Unused parameters cleanup by sugoi@google.com · 11 years ago
  73. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 12 years ago
  74. 5bd26d3 revert r7892 by edisonn@google.com · 12 years ago
  75. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 12 years ago
  76. d1c53aa Revert r7883 by edisonn@google.com · 12 years ago
  77. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 12 years ago
  78. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  79. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  80. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  81. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  82. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  83. 022e857 Catch callers who pass invalid glyph ids and improve SkPdfFont desructor. by edisonn@google.com · 12 years ago
  84. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  85. 1445a0d fix warnings on Mac in src/pdf by caryclark@google.com · 12 years ago
  86. 683001c [PDF] Ensure that filling single line paths (with no area) does not draw anything. by vandebo@chromium.org · 12 years ago
  87. 610f716 Fix four memory leaks uncovered by valgrinding gm tests. by vandebo@chromium.org · 12 years ago
  88. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  89. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  90. 9ad3599 Fix ToUnicode generation bug. by vandebo@chromium.org · 13 years ago
  91. 083be07 [PDF] Add debug assert to detect failure of GDI cache hack. by vandebo@chromium.org · 13 years ago
  92. 918352f PDF: Fix bug in weak pointer pattern. by vandebo@chromium.org · 13 years ago
  93. b3b4655 Handle failure of GetAdvancedTypefaceMetrics gracefully until we can figure out why it is failing. by vandebo@chromium.org · 13 years ago
  94. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  95. 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
  96. 513909f Remove compiler warnings (Linux clang, mostly). by tomhudson@google.com · 13 years ago
  97. 769fa6a No effect cleanup in pdf code. Review URL: http://codereview.appspot.com/4927042 by ctguil@chromium.org · 13 years ago
  98. 37ad8fb [PDF] Subset font advance data (W array). by vandebo@chromium.org · 13 years ago
  99. 7b13aca Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 13 years ago
  100. e7f3300 Improve generation of glyph advance array. by vandebo@chromium.org · 13 years ago