1. f46d5ca use std::make_unique by Mike Klein · 4 years, 8 months ago
  2. 3d49d08 SkPDF/tests: add regression test for crbug/494913 by Hal Canary · 4 years, 10 months ago
  3. e30a485 Move the source image into Context by Michael Ludwig · 5 years ago
  4. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  5. d7cf0be SkPDF: SkPDFMakeShader handles pathological inputs better. by Hal Canary · 5 years ago
  6. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  7. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  8. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  9. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  10. 3026d4b SkDocument: use `auto` for MakeDocument(). by Hal Canary · 6 years ago
  11. 4ca9fa3 SkPDF: unify Canon and Document by Hal Canary · 6 years ago
  12. 023403b hide setTextEncoding by Mike Reed · 6 years ago
  13. 7480158 SkPDF: SkPDFObject no longer reference-counted! by Hal Canary · 6 years ago
  14. f34131a SkPDF: even more PDFIndirectRefs by Hal Canary · 6 years ago
  15. 9a3f554 SkPDF: refactor streams, experimental threading by Hal Canary · 6 years ago
  16. 95e1760 Make SkGlyphRun use SkFont instead of SkPaint by Herb Derby · 6 years ago
  17. 7b7ab59 SkRunFont is gone, there is only SkFont by Mike Reed · 6 years ago
  18. 97f3cc2 flag to convert to SkTextEncoding by Mike Reed · 6 years ago
  19. f6462c4 SkPDF: store indirect references in object by Hal Canary · 6 years ago
  20. d48b7a8 Remove uniqueID fields from SkGlyphRun by Herb Derby · 6 years ago
  21. 2e22745 Revert "Remove memory used by unique glyphs" by Brian Osman · 6 years ago
  22. 7d20bc4 Remove memory used by unique glyphs by Herb Derby · 6 years ago
  23. 5a284e5 Revert "Remove unique glyph IDs from glyph runs" by Brian Osman · 6 years ago
  24. 2d123ad Remove unique glyph IDs from glyph runs by Herb Derby · 6 years ago
  25. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  26. 434377a Split out SkRunFont and SkPaint by Herb Derby · 6 years ago
  27. 23564b9 SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.h by Hal Canary · 6 years ago
  28. b935cf8 const all the things by Herb Derby · 6 years ago
  29. 81ecdbb Clean up bitmap path by Herb Derby · 6 years ago
  30. 98caedd SkPDF: only draw text with SkglyphRuns by Hal Canary · 6 years ago
  31. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  32. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  33. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  34. 27dddae rebase by Cary Clark · 6 years ago
  35. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  36. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  37. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  38. 5191880 remove toString by Cary Clark · 6 years ago
  39. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  40. e9e19dd SkPDF/Clusterator: a second test by Hal Canary · 6 years ago
  41. 1521c8a SkPDF/Clusterator: expose to the light of a unit test by Hal Canary · 6 years ago
  42. 3c36ef6 SkFloatToDecimal moved to src/utils by Hal Canary · 7 years ago
  43. 60aaeb2 create imagepriv and name params by Cary Clark · 7 years ago
  44. c5b9498 SkPDF: consolidate two functions in SkPDFObjNumMap by Hal Canary · 7 years ago
  45. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  46. 62745a8 Finish overriding onMakeColorSpace() for SkImageFilters by Matt Sarett · 7 years ago
  47. 43fb7a0 BUILD.gn: skia_enable_pdf by Hal Canary · 8 years ago
  48. 5e25717 hide setImageFilter(ptr) by Mike Reed · 8 years ago
  49. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  50. 57f744e SkPDF/Tests: imporve test coverage. by halcanary · 8 years ago
  51. 022c2bd SkMakeUnique.h defines skstd::make_unique<T>(Args...) by halcanary · 8 years ago
  52. 530032a SkPDF: in-place font subsetting by halcanary · 8 years ago
  53. 18e0cbc SkPDF: fewer GYP_DEFINES by halcanary · 8 years ago
  54. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  55. fa25106 SkPDF: PDFStream has-a not is-a PDFDict by halcanary · 8 years ago
  56. fe8f0e0 SkPDF: refactor font subset: fewer copies by halcanary · 8 years ago
  57. ac0e00d SkPDF: SkPDFStream takes a unique_ptr by halcanary · 8 years ago
  58. 56586b6 SkPDF: re-work SkPDFUtils::FloatToDecimal by halcanary · 8 years ago
  59. eb92cb3 SkPdf: smaller color serialization by halcanary · 8 years ago
  60. ee41b75 SkPDF: alloc less memory for strings by halcanary · 8 years ago
  61. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  62. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  63. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  64. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  65. 4b65666 SkDocument/PDF: new API by halcanary · 8 years ago
  66. 4ba94e2 Switch internal testing ImageFilters over to new onFilterImage interface by robertphillips · 8 years ago
  67. 43c2ad4 Update internal testing ImageFilters to sk_sp by robertphillips · 8 years ago
  68. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  69. 8103a34 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 8 years ago
  70. 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
  71. 9904c92 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 8 years ago
  72. 8e9f5e3 SkPDF: fix scalar serialization by halcanary · 8 years ago
  73. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 8 years ago
  74. 66a82f3 SkPDF: fall back on paths for unembeddable fonts. by halcanary · 9 years ago
  75. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  76. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  77. 48305e8 SkPDF/Deflate: clean up old SkFlate code by halcanary · 9 years ago
  78. d9e5715 SkPDF: Move SkFlate into src/pdf (part 1/3) [reland] by halcanary · 9 years ago
  79. 2ccdb63 SkPDF: clean up overuse of SK_SUPPORT_PDF by halcanary · 9 years ago
  80. 8ee06f2 SkPDF: allow PDF module to be disabled in DM and SampleApp by halcanary · 9 years ago
  81. f7a169e SkPDF: clean up uses of deprecated calls in tests by halcanary · 9 years ago
  82. 130444f SkPDF: Refactor SkPDFObject heiararchy. by halcanary · 9 years ago
  83. 2ad228e SkPDF: Remove Array's unused set(i) and get(i) (leaving only append()) by halcanary · 9 years ago
  84. 37c46ca SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap by halcanary · 9 years ago
  85. af9c85d SkPDF: remove SK_NO_FLATE & dead code in SkPDFStream by halcanary · 9 years ago
  86. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  87. f41061c SKPDF: refactor pdfcatalog and pdfdocument by halcanary · 9 years ago
  88. f3d53a0 SkPDF: unit test cleanup by halcanary · 9 years ago
  89. 3d32d50 PDF: Switch some unit tests to higher level API. by halcanary · 9 years ago
  90. a1f1ee9 PDF : New factory function for SkPDFDevice by halcanary · 9 years ago
  91. cabc08c PDF: why do we have flags no one uses (or can use)? by mtklein · 9 years ago
  92. 1b5c604 PDF: Add (low-memory) SkPDFBitmap class by halcanary · 9 years ago
  93. 91d1d62 zlib/pdf: remove HaveFlate(), depend on preprocessor defines by halcanary · 9 years ago
  94. bf799cd Simplify reference management in SkPDF by halcanary · 9 years ago
  95. 465206a Add missing SK_OVERRIDE by rmistry · 9 years ago
  96. 6a14434 Cleanup SkPDFObject::emit* by halcanary · 10 years ago
  97. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  98. f361b71 In SkPDFDocument::emitPDF(), stop pre-calculating file offsets. by halcanary · 10 years ago
  99. 4fc48af Change function signature of SkPDFObject::emitObject. by halcanary · 10 years ago
  100. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago