1. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  2. 62745a8 Finish overriding onMakeColorSpace() for SkImageFilters by Matt Sarett · 7 years ago
  3. 43fb7a0 BUILD.gn: skia_enable_pdf by Hal Canary · 8 years ago
  4. 5e25717 hide setImageFilter(ptr) by Mike Reed · 8 years ago
  5. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  6. 57f744e SkPDF/Tests: imporve test coverage. by halcanary · 8 years ago
  7. 022c2bd SkMakeUnique.h defines skstd::make_unique<T>(Args...) by halcanary · 8 years ago
  8. 530032a SkPDF: in-place font subsetting by halcanary · 8 years ago
  9. 18e0cbc SkPDF: fewer GYP_DEFINES by halcanary · 8 years ago
  10. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  11. fa25106 SkPDF: PDFStream has-a not is-a PDFDict by halcanary · 8 years ago
  12. fe8f0e0 SkPDF: refactor font subset: fewer copies by halcanary · 8 years ago
  13. ac0e00d SkPDF: SkPDFStream takes a unique_ptr by halcanary · 8 years ago
  14. 56586b6 SkPDF: re-work SkPDFUtils::FloatToDecimal by halcanary · 8 years ago
  15. eb92cb3 SkPdf: smaller color serialization by halcanary · 8 years ago
  16. ee41b75 SkPDF: alloc less memory for strings by halcanary · 8 years ago
  17. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  18. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  19. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  20. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  21. 4b65666 SkDocument/PDF: new API by halcanary · 8 years ago
  22. 4ba94e2 Switch internal testing ImageFilters over to new onFilterImage interface by robertphillips · 8 years ago
  23. 43c2ad4 Update internal testing ImageFilters to sk_sp by robertphillips · 8 years ago
  24. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  25. 8103a34 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 8 years ago
  26. 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
  27. 9904c92 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 8 years ago
  28. 8e9f5e3 SkPDF: fix scalar serialization by halcanary · 8 years ago
  29. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 8 years ago
  30. 66a82f3 SkPDF: fall back on paths for unembeddable fonts. by halcanary · 9 years ago
  31. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  32. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  33. 48305e8 SkPDF/Deflate: clean up old SkFlate code by halcanary · 9 years ago
  34. d9e5715 SkPDF: Move SkFlate into src/pdf (part 1/3) [reland] by halcanary · 9 years ago
  35. 2ccdb63 SkPDF: clean up overuse of SK_SUPPORT_PDF by halcanary · 9 years ago
  36. 8ee06f2 SkPDF: allow PDF module to be disabled in DM and SampleApp by halcanary · 9 years ago
  37. f7a169e SkPDF: clean up uses of deprecated calls in tests by halcanary · 9 years ago
  38. 130444f SkPDF: Refactor SkPDFObject heiararchy. by halcanary · 9 years ago
  39. 2ad228e SkPDF: Remove Array's unused set(i) and get(i) (leaving only append()) by halcanary · 9 years ago
  40. 37c46ca SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap by halcanary · 9 years ago
  41. af9c85d SkPDF: remove SK_NO_FLATE & dead code in SkPDFStream by halcanary · 9 years ago
  42. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  43. f41061c SKPDF: refactor pdfcatalog and pdfdocument by halcanary · 9 years ago
  44. f3d53a0 SkPDF: unit test cleanup by halcanary · 9 years ago
  45. 3d32d50 PDF: Switch some unit tests to higher level API. by halcanary · 9 years ago
  46. a1f1ee9 PDF : New factory function for SkPDFDevice by halcanary · 9 years ago
  47. cabc08c PDF: why do we have flags no one uses (or can use)? by mtklein · 9 years ago
  48. 1b5c604 PDF: Add (low-memory) SkPDFBitmap class by halcanary · 9 years ago
  49. 91d1d62 zlib/pdf: remove HaveFlate(), depend on preprocessor defines by halcanary · 9 years ago
  50. bf799cd Simplify reference management in SkPDF by halcanary · 9 years ago
  51. 465206a Add missing SK_OVERRIDE by rmistry · 9 years ago
  52. 6a14434 Cleanup SkPDFObject::emit* by halcanary · 9 years ago
  53. a1193e4 Make SkStream *not* ref counted. by scroggo · 9 years ago
  54. f361b71 In SkPDFDocument::emitPDF(), stop pre-calculating file offsets. by halcanary · 10 years ago
  55. 4fc48af Change function signature of SkPDFObject::emitObject. by halcanary · 10 years ago
  56. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  57. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  58. fbaace0 DM warning-free on win64 by bsalomon · 10 years ago
  59. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  60. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  61. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  62. b0e89dc Fix image filters for PDF backend. by senorblanco · 10 years ago
  63. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 10 years ago
  64. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 10 years ago
  65. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  66. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  67. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  68. 608ea65 Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a specialized function pointer for pdf only only to pass a rectangle, when we can use subseted bitmaps. by commit-bot@chromium.org · 11 years ago
  69. 57c5672 Fix leaked SkPDFDevice in PDFPrimitivesTest.cpp by robertphillips@google.com · 11 years ago
  70. 83f0d30 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  71. f1a358f Fix compile warning on mac that breaks a bot, and remove jpeg creation bitmap since we mock the compression. by edisonn@google.com · 11 years ago
  72. d9dfa18 Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream. by edisonn@google.com · 11 years ago
  73. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 11 years ago
  74. 35300c4 Fix minor valgrind-found memory leaks by robertphillips@google.com · 11 years ago
  75. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 11 years ago
  76. 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
  77. 8c02061 Update flag to reflect actual meaning. by edisonn@google.com · 11 years ago
  78. 5bd26d3 revert r7892 by edisonn@google.com · 11 years ago
  79. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 11 years ago
  80. 54f0d1b Tests : Unused parameters cleanup by sugoi@google.com · 11 years ago
  81. d1c53aa Revert r7883 by edisonn@google.com · 11 years ago
  82. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 11 years ago
  83. 4e1cc6a [PDF] Handle invalid glyph IDs on drawText methods. by vandebo@chromium.org · 11 years ago
  84. f91c63e Revert r7341 by edisonn@google.com · 11 years ago
  85. c13ee60 If getAdvance fails, getAdvanceData should not assert, but ignored. by edisonn@google.com · 11 years ago
  86. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  87. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  88. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  89. 251a766 [PDF] Fix name generation - / needs to be escaped. by vandebo@chromium.org · 12 years ago
  90. 238be8c [PDF] Add link annotations. by vandebo@chromium.org · 12 years ago
  91. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  92. 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago
  93. 4debcac Debug Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
  94. f8aa18c Compile with c++0x. http://codereview.appspot.com/5841074/ by bungeman@google.com · 12 years ago
  95. cc46a0a Fix copy paste error in test ref counting. by vandebo@chromium.org · 12 years ago
  96. c0376fe [PDF] Fix name objects containing characters > 0x80 and add a test. by vandebo@chromium.org · 12 years ago
  97. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  98. d3a094c [PDF] Fix bug in catalog substitution. by vandebo@chromium.org · 13 years ago
  99. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  100. 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago