1. 530032a SkPDF: in-place font subsetting by halcanary · 8 years ago
  2. 9be3720 std::move(SkTDArray) by halcanary · 8 years ago
  3. dabd4f0 SkPDF: PDFShader code modernized. by halcanary · 8 years ago
  4. fa25106 SkPDF: PDFStream has-a not is-a PDFDict by halcanary · 8 years ago
  5. eb92cb3 SkPdf: smaller color serialization by halcanary · 8 years ago
  6. b8d6af1 Remove unnecessary includes in src/pdf/ by martina.kollarova · 8 years ago
  7. b8fb993 SkPDF s/SkAutoTDelete/std::unique_ptr/ by halcanary · 8 years ago
  8. bae235e SkPDF: add drop() virtual to release resources early. by halcanary · 8 years ago
  9. 8103a34 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 8 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 · 8 years ago
  11. 9904c92 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 8 years ago
  12. ece8392 SkPDF: use sk_make_sp<T> when it makes sense. by halcanary · 8 years ago
  13. 48810a0 SkPDF: s/SkAutoTUnref/sk_sp/g by halcanary · 8 years ago
  14. fcad44b SkPDF: AutoTUnref<T> changes in use by halcanary · 8 years ago
  15. 70d1554 SkPDF: add `final` keyword to leaf classes by halcanary · 9 years ago
  16. 3442261 SkPDF: Optionally output PDF/A-2b archive format. by halcanary · 9 years ago
  17. 21f99b7 Revert of SkPDF: Optionally output PDF/A-2b archive format. (patchset #5 id:80001 of https://codereview.chromium.org/1394263003/ ) by bungeman · 9 years ago
  18. 939c0fe SkPDF: Optionally output PDF/A-2b archive format. by halcanary · 9 years ago
  19. 7a14b31 SkPDF: Implement drawImage*() properly by halcanary · 9 years ago
  20. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  21. 725c620 SkPDF: Memory improvements for PDF Streams by halcanary · 9 years ago
  22. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  23. a060eba SkPDF: Simplify PDFStream / emitObject() const by halcanary · 9 years ago
  24. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  25. bc4696b SkPDF: Move utility fns to SkPDFUtils by halcanary · 9 years ago
  26. 002653e SkPDF: Remove unused deprecated functions in SkPDFTypes by halcanary · 9 years ago
  27. f7a169e SkPDF: clean up uses of deprecated calls in tests by halcanary · 9 years ago
  28. f4219dd Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 9 years ago
  29. a25b337 SkPDF: clean up uses of deprecated calls in other SkPDF classes by halcanary · 9 years ago
  30. 130444f SkPDF: Refactor SkPDFObject heiararchy. by halcanary · 9 years ago
  31. 2ad228e SkPDF: Remove Array's unused set(i) and get(i) (leaving only append()) by halcanary · 9 years ago
  32. bb264b7 SkPDF: SkPDFString is no longer aware of wide strings. by halcanary · 9 years ago
  33. 37c46ca SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap by halcanary · 9 years ago
  34. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  35. d4714af SkPDF SkPDFObject::addResources signature simplified by halcanary · 9 years ago
  36. c1b71d6 PDF: remove unnecessary mutexes. by halcanary · 9 years ago
  37. bf799cd Simplify reference management in SkPDF by halcanary · 9 years ago
  38. 7b274c7 Port SkRefCnt.h to new SkAtomics.h by mtklein · 9 years ago
  39. 6a14434 Cleanup SkPDFObject::emit* by halcanary · 10 years ago
  40. f361b71 In SkPDFDocument::emitPDF(), stop pre-calculating file offsets. by halcanary · 10 years ago
  41. 4fc48af Change function signature of SkPDFObject::emitObject. by halcanary · 10 years ago
  42. 1f8ed02 Add lock to SkPDFDict by halcanary · 10 years ago
  43. aec4066 fix int/size_t warnings by reed@google.com · 10 years ago
  44. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 11 years ago
  45. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 11 years ago
  46. 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
  47. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 11 years ago
  48. 5bd26d3 revert r7892 by edisonn@google.com · 11 years ago
  49. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 11 years ago
  50. d1c53aa Revert r7883 by edisonn@google.com · 11 years ago
  51. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 11 years ago
  52. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  53. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  54. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  55. 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
  56. 3b42998 stick SkInstCnt in more classes, to help track down leaks by reed@google.com · 12 years ago
  57. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  58. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago[Renamed from include/pdf/SkPDFTypes.h]
  59. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago[Renamed from src/pdf/SkPDFTypes.h]
  60. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago[Renamed from include/pdf/SkPDFTypes.h]
  61. 008c498 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago[Renamed from src/pdf/SkPDFTypes.h]
  62. f7f9aa8 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago[Renamed from include/pdf/SkPDFTypes.h]
  63. 188838c [PDF] Fix memory hungry inefficiency in pdf resource tracking. by vandebo@chromium.org · 12 years ago
  64. a5c7234 Address lint issues in pdf directories. by ctguil@chromium.org · 13 years ago
  65. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  66. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  67. f6c3ebd fix Capitalization of static methods by reed@google.com · 13 years ago
  68. c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 13 years ago
  69. 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
  70. cae5fba Store content streams in an SkStream instead of an SkString (64k size limit). by vandebo@chromium.org · 13 years ago
  71. 094316b [PDF] Restrict scalars to the range that PDF understands. by vandebo@chromium.org · 13 years ago
  72. f7c1576 [PDF] Clean up ref counting. by vandebo@chromium.org · 13 years ago
  73. 28be72b PDF: Add text support with a font framework (font embedding to come). by vandebo@chromium.org · 14 years ago
  74. a518086 Several cleanups: by vandebo@chromium.org · 14 years ago
  75. 9b49dc0 First pieces of SkPDFDevice. Supports: by vandebo@chromium.org · 14 years ago
  76. d877fdb High level pdf classes and pdf specific interface. by vandebo@chromium.org · 14 years ago
  77. f66025d Address senorblanco's comments on r600. by vandebo@chromium.org · 14 years ago
  78. 8459d4e Initial PDF backend commit: directories, build rules, primitives by vandebo@chromium.org · 14 years ago