1. f7621cb Fix many return-std-move-in-c++11 warnings by Kevin Lubick · 7 years ago
  2. fa25106 SkPDF: PDFStream has-a not is-a PDFDict by halcanary · 8 years ago
  3. 5abbb44 SkPDF: flip saveLayer rightside up by halcanary · 8 years ago
  4. 4b1e17e SkPdf: SkPDFFormXObject de-class-ified. by halcanary · 8 years ago
  5. ac0e00d SkPDF: SkPDFStream takes a unique_ptr by halcanary · 8 years ago
  6. 29ed2ae SkPDF: SkPDFStream takes only SkStreamAsset by halcanary · 8 years ago
  7. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  8. e94ea62 SkPDF: use sk_ref_sp by halcanary · 9 years ago
  9. 8103a34 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 9 years ago
  10. 51d04d3 Revert of SkPDF: Add sk_sp setters; .release() becomes std::move() (patchset #2 id:20001 of https://codereview.chromium.org/1775043002/ ) by halcanary · 9 years ago
  11. 9904c92 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 9 years ago
  12. ece8392 SkPDF: use sk_make_sp<T> when it makes sense. by halcanary · 9 years ago
  13. 48810a0 SkPDF: s/SkAutoTUnref/sk_sp/g by halcanary · 9 years ago
  14. fcad44b SkPDF: AutoTUnref<T> changes in use by halcanary · 9 years ago
  15. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  16. a25b337 SkPDF: clean up uses of deprecated calls in other SkPDF classes by halcanary · 10 years ago
  17. 2b86155 SkPDF: ResourceDict replaced by factory function by halcanary · 10 years ago
  18. 37c46ca SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap by halcanary · 10 years ago
  19. 6d62270 SkPDF: skpdfdocument and skpdfpage use skpdfdevice in a const way by halcanary · 10 years ago
  20. 334fcbc SkPDF: replace SkPDFDevice::copyContentToData by halcanary · 10 years ago
  21. bf799cd Simplify reference management in SkPDF by halcanary · 10 years ago
  22. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  23. 93a2e21 Implemented transparent gradients by commit-bot@chromium.org · 11 years ago
  24. 4740135 Fix Clang build on SkPDFResourceDict (CL 18977002) by commit-bot@chromium.org · 11 years ago
  25. fc16667 Revert "Adds SkPDFResourceDict class, refactor existing code to use it." by vandebo@chromium.org · 11 years ago
  26. 3a8dfc3 Adds SkPDFResourceDict class, refactor existing code to use it. by commit-bot@chromium.org · 11 years ago
  27. d322cf4 Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class." by vandebo@chromium.org · 11 years ago
  28. c84fb47 Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class. by commit-bot@chromium.org · 11 years ago
  29. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 12 years ago
  30. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
  31. 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 · 12 years ago
  32. 8d8d9a5 Work around stack overflow by vandebo@chromium.org · 12 years ago
  33. 5bd26d3 revert r7892 by edisonn@google.com · 12 years ago
  34. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 12 years ago
  35. d1c53aa Revert r7883 by edisonn@google.com · 12 years ago
  36. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 12 years ago
  37. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  38. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  39. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  40. db14f8b PDF: Fail fast if in the tree of resources a child references a parent. Ideally I want a crash when the tree of resources became corrupt, not later when we try to finalize the pdf. by edisonn@google.com · 12 years ago
  41. 2a006c1 begin to skiafy PDF headers : removing use of SkRefPtr by reed@google.com · 12 years ago
  42. 386dfc0 [PDF] Handle failures of matrix inversion by vandebo@chromium.org · 13 years ago
  43. 8aa66b6 Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed point failures. by vandebo@chromium.org · 13 years ago
  44. ebad2d9 [PDF] Handle failures of matrix inversion. by vandebo@chromium.org · 13 years ago
  45. b054990 [PDF] If matrix inversion fails, use the identity matrix. by vandebo@chromium.org · 13 years ago
  46. 188838c [PDF] Fix memory hungry inefficiency in pdf resource tracking. by vandebo@chromium.org · 13 years ago
  47. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  48. 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 13 years ago
  49. 06f7f40 [PDF] Use insert and append helpers for POD data. by vandebo@chromium.org · 13 years ago
  50. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  51. 61d2678 [PDF] Fix regression - correct for fInitialTrnasform in form xobjects. by vandebo@chromium.org · 13 years ago
  52. c2a9b7f [PDF] Remove one copy of each content stream. by vandebo@chromium.org · 14 years ago
  53. f60a001 [PDF] Change the way flip origin is done. by vandebo@chromium.org · 14 years ago
  54. 4854327 [PDF] Add support for xfermodes / blend modes. by vandebo@chromium.org · 14 years ago
  55. 79ac4fd [PDF] Change SkPDFFormXObject to not hold a reference to device. by vandebo@chromium.org · 14 years ago
  56. 1aef2ed [PDF] Start from an identity transform for drawDevice. by vandebo@chromium.org · 14 years ago
  57. f7c1576 [PDF] Clean up ref counting. by vandebo@chromium.org · 14 years ago
  58. eb6c759 Add PDF support for drawDevice using a form xobject. by vandebo@chromium.org · 14 years ago