1. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  2. cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
  3. a2217ef use special-image for imagefilters and save/restore layer by reed · 8 years ago
  4. e51c356 pre-land special methods on device by reed · 8 years ago
  5. e34f17d Make SkFont a bit more useable by robertphillips · 8 years ago
  6. 7503d60 move responsibility for creating raster-device into pdf by reed · 8 years ago
  7. eb92cb3 SkPdf: smaller color serialization by halcanary · 8 years ago
  8. f0c30f5 SkPDF: Join Positioned Text by halcanary · 8 years ago
  9. 39f988e SkPDF: Always give a default advance for glyphs. by halcanary · 8 years ago
  10. cd4051e remove unused CreateInfo flag by reed · 8 years ago
  11. a76a10b7 SkPDF: Fix encoding of unichr outside of basic plane by halcanary · 8 years ago
  12. 492d6b5 SkPDF: fix PDFA-only metadata error by halcanary · 8 years ago
  13. 3c35fb3 SkPDF: Glyph Useage Map improvements by halcanary · 8 years ago
  14. 9f4b332 SkPDF: allow overriding Producer metadata by halcanary · 8 years ago
  15. 2633e62 SkPDF: always assume SkStreamAsset behaves as specified by halcanary · 8 years ago
  16. 29ed2ae SkPDF: SkPDFStream takes only SkStreamAsset by halcanary · 8 years ago
  17. b8d6af1 Remove unnecessary includes in src/pdf/ by martina.kollarova · 8 years ago
  18. ee41b75 SkPDF: alloc less memory for strings by halcanary · 8 years ago
  19. e75cdcb SkPDF: Use type 2/3 shading for gradient shaders by cabanier · 8 years ago
  20. 7b9eabb SkPDF: handle unpremul right by halcanary · 8 years ago
  21. 99e22fb SkPDF/SkColorSpace: use writeToICC by halcanary · 8 years ago
  22. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  23. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  24. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  25. e20a875 SkAdvancedTypefaceMetrics: abstract out linked list by halcanary · 8 years ago
  26. ebbdfe6 SkAdvancedTypefaceMetrics: improve robustness by halcanary · 8 years ago
  27. f8e8d5e SkPDF/None: fix compilation by halcanary · 8 years ago
  28. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  29. 4b65666 SkDocument/PDF: new API by halcanary · 8 years ago
  30. d51bdae SkStringPrintf and SkString::printf now are no longer limted by a static buffer by halcanary · 8 years ago
  31. 3361e62 Revert of SkStringPrintf and SkString::printf now are no longer limted by a static buffer (patchset #5 id:80001 of https://codereview.chromium.org/1403803002/ ) by halcanary · 8 years ago
  32. 606cadd SkStringPrintf and SkString::printf now are no longer limted by a static buffer by halcanary · 8 years ago
  33. 488165e SkPDF: PDF/A runtime switch by halcanary · 8 years ago
  34. 2299ffa Revert of SkPDF: PDF/A runtime switch (patchset #1 id:100001 of https://codereview.chromium.org/1891873002/ ) by halcanary · 8 years ago
  35. 570f18b SkPDF: PDF/A runtime switch by halcanary · 8 years ago
  36. 89c2a0b SkPDF: Fix links to be more valid PDF/A by halcanary · 8 years ago
  37. 050ab5d SkPDF: fix pessimizing-move in PDFA code by halcanary · 8 years ago
  38. 78daeff SkPDF Fix PDF/A to be more valid by halcanary · 8 years ago
  39. 8cd4a24 SkPDF: fix PDF/A by halcanary · 8 years ago
  40. 895f3f0 SkPDF: properly dedup bitmaps in shaders by halcanary · 8 years ago
  41. 389666b SkPDF: PDFShader does not hold images/bitmaps by halcanary · 8 years ago
  42. dda239e SkPDF: Use Pathops clipping by halcanary · 8 years ago
  43. ad5dcd1 SkPDF: Make magic make sense by halcanary · 8 years ago
  44. 3243143 SkPDF: SkTypeface::openStream could return nullptr by halcanary · 8 years ago
  45. 6e26205 SkPDF: skia_pdf_less_compression - for debugging only by halcanary · 8 years ago
  46. ffe5400 SkPDF: milestone in metadata, also SkMilestone.h by halcanary · 8 years ago
  47. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  48. 2be7e01 SkPDF: PDFDevice::ContentEntry now implemented with SinglyLinkedList by halcanary · 8 years ago
  49. b8fb993 SkPDF s/SkAutoTDelete/std::unique_ptr/ by halcanary · 8 years ago
  50. 73557f6 SkPDF: remove margin foolishness by halcanary · 8 years ago
  51. ec4d4d7 Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow. by benjaminwagner · 8 years ago
  52. a50151d SkPDF: draw{Image,Bitmap} always serializes early by halcanary · 8 years ago
  53. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  54. d11c726 SkPDF: speed up SkPDFShader generation. by halcanary · 8 years ago
  55. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  56. e8f3062 switch surface to sk_sp by reed · 8 years ago
  57. cc77c12 SkPDF: Hold page objects, not SkPDFDevices. by halcanary · 8 years ago
  58. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  59. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  60. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  61. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  62. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  63. 989da4a SkPDF: SkPDFDevice has ptr to SkPDFDocument by halcanary · 8 years ago
  64. 50e82e6 SkPDF: SkPDFDocument reorganized so that some objects can be serialized early. by halcanary · 8 years ago
  65. 66be626 SkPDF: Add SkPDFCanvas to intercept some draw calls by halcanary · 8 years ago
  66. bae235e SkPDF: add drop() virtual to release resources early. by halcanary · 8 years ago
  67. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  68. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  69. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  70. 852f15d free -> reset by mtklein · 8 years ago
  71. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  72. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 8 years ago
  73. 0e3738d free -> reset by mtklein · 8 years ago
  74. 18300a3 detach -> release by mtklein · 8 years ago
  75. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  76. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  77. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  78. 1437c1e SkPDF: remove all globally references SkPDFObjects by halcanary · 8 years ago
  79. 23f4d4d SkPDF: move all pdf sources into src/pdf by halcanary · 8 years ago
  80. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  81. 3dd9ed3 Use std::unique_ptr. by mtklein · 8 years ago
  82. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  83. 20c1e3a Use std::unique_ptr. by mtklein · 8 years ago
  84. e94ea62 SkPDF: use sk_ref_sp by halcanary · 8 years ago
  85. 8103a34 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 8 years ago
  86. 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
  87. 9904c92 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 8 years ago
  88. ece8392 SkPDF: use sk_make_sp<T> when it makes sense. by halcanary · 8 years ago
  89. 48810a0 SkPDF: s/SkAutoTUnref/sk_sp/g by halcanary · 8 years ago
  90. d7b2885 SkPDF Create working move constructor for inner classes by halcanary · 8 years ago
  91. fcad44b SkPDF: AutoTUnref<T> changes in use by halcanary · 8 years ago
  92. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  93. 91fcb3e SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*> by halcanary · 8 years ago
  94. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  95. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  96. 7363e13 SkPDF: Let client re-encode JPGs if they want to by halcanary · 8 years ago
  97. 8e9f5e3 SkPDF: fix scalar serialization by halcanary · 8 years ago
  98. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 8 years ago
  99. e365bfa SkDeflateWStream: support gzip output by halcanary · 9 years ago
  100. afc7cce Fix for rounded-rect clips with filters. by senorblanco · 9 years ago