1. 66a82f3 SkPDF: fall back on paths for unembeddable fonts. by halcanary · 9 years ago
  2. 8b2bc25 SkPDF: when drawing stroked path, draw using SVG rules for zero-length segments by halcanary · 9 years ago
  3. 3d8c33c SkPDF: ASAN fix: don't double ref new SkPDFBitmap objects by halcanary · 9 years ago
  4. 7a14b31 SkPDF: Implement drawImage*() properly by halcanary · 9 years ago
  5. 287d22d SkPDF Implement colorfilters on bitmaps by halcanary · 9 years ago
  6. ef6c50a Merge sub-device annotations in SkPDFDevice::drawDevice() by wangxianzhu · 9 years ago
  7. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  8. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  9. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  10. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  11. d76665d Reland "SkPDF: Annotations are clipped by canvas clip stack." by wangxianzhu · 9 years ago
  12. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  13. 8e0c150 Propagate SkSurfaceProps when known by robertphillips · 9 years ago
  14. cdb42bb Revert of Revert of remove SK_SUPPORT_LEGACY_PATHOP_ENUMS (patchset #1 id:1 of https://codereview.chromium.org/1203983003/) by reed · 9 years ago
  15. ba9a4aa Revert of remove SK_SUPPORT_LEGACY_PATHOP_ENUMS (patchset #1 id:1 of https://codereview.chromium.org/1200323005/) by scroggo · 9 years ago
  16. 8bcc7a0 remove SK_SUPPORT_LEGACY_PATHOP_ENUMS by reed · 9 years ago
  17. 1c75515 Revert of SkPDF: Annotations are clipped by canvas clip stack. (patchset #2 id:20001 of https://codereview.chromium.org/1148263005/) by halcanary · 9 years ago
  18. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  19. eee0e4e SkPDF: Annotations are clipped by canvas clip stack. by halcanary · 9 years ago
  20. a681433 SkPDF: with opaque draws, treat SRC mode as SRC_OVER by halcanary · 9 years ago
  21. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  22. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  23. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  24. bc4696b SkPDF: Move utility fns to SkPDFUtils by halcanary · 9 years ago
  25. 61f501f onCreateDevice -> NULL now means the caller should create its own (bitmap) device by reed · 9 years ago
  26. 438de49 SkPDF: clean up uses of deprecated calls in SkPDFDevice. by halcanary · 9 years ago
  27. 130444f SkPDF: Refactor SkPDFObject heiararchy. by halcanary · 10 years ago
  28. 632e92f [SkPDFDevice] Enable pathops-based inverse fills by fmalita · 10 years ago
  29. 00b7e5e SkPDF/Device/ImageFilter: Fix ImageFilter fallback code by halcanary · 10 years ago
  30. 2b86155 SkPDF: ResourceDict replaced by factory function by halcanary · 10 years ago
  31. bb264b7 SkPDF: SkPDFString is no longer aware of wide strings. by halcanary · 10 years ago
  32. be27a11 SkPDF: SkPDFGraphicState Lookup hashtabled by halcanary · 10 years ago
  33. 6d62270 SkPDF: skpdfdocument and skpdfpage use skpdfdevice in a const way by halcanary · 10 years ago
  34. 547019e SkPDF: clean up extra references by halcanary · 10 years ago
  35. db0dcc7 PDF: remove last use of SkPDFImage by halcanary · 10 years ago
  36. 1b600d3 Revert of PDF: remove last use of SkPDFImage (patchset #5 id:120001 of https://codereview.chromium.org/950633003/) by reed · 10 years ago
  37. 86ad8d6 PDF: remove last use of SkPDFImage by halcanary · 10 years ago
  38. 76033be Revert[6] of Change device creation to see the (optional) layer-paint by reed · 10 years ago
  39. 173e5fe Revert of Revert of Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1005173004/) by reed · 10 years ago
  40. 307d1ed Revert of Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1001423002/) by reed · 10 years ago
  41. 8e14d66 Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1006923002/) by reed · 10 years ago
  42. f7076a1 Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1008863002/) by reed · 10 years ago
  43. 0e040f7 Revert of Change device creation to see the (optional) layer-paint (patchset #9 id:160001 of https://codereview.chromium.org/988413003/) by reed · 10 years ago
  44. 1182d9a Change device creation to see the (optional) layer-paint by reed · 10 years ago
  45. 334fcbc SkPDF: replace SkPDFDevice::copyContentToData by halcanary · 10 years ago
  46. 7af2150 SkStream: Add SkDynamicMemoryWStream::writeToStream(SkWStream*) by halcanary · 10 years ago
  47. 792c80f PDF: Now threadsafe! by halcanary · 10 years ago
  48. a1f1ee9 PDF : New factory function for SkPDFDevice by halcanary · 10 years ago
  49. 07d5947 PDF: remove unused SkPDFDevice::setDCTEncoder() by halcanary · 10 years ago
  50. f87fe78 use common impl for drawTextOnPath by reed · 10 years ago
  51. c3796c7 Generic PDF shader fallback by fmalita · 10 years ago
  52. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  53. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  54. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  55. 3729469 Change clear() to respect the clip by reed · 10 years ago
  56. 6987dca Rename onCreateDevice -> onCreateCompatibleDevice by fmalita · 10 years ago
  57. 5adbf1b Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of https://codereview.chromium.org/723743002/) by reed · 10 years ago
  58. b122ee5 start to replace onCreateDevice with onCreateCompatibleDevice by reed · 10 years ago
  59. f622a6c Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap. by halcanary · 10 years ago
  60. b0e89dc Fix image filters for PDF backend. by senorblanco · 10 years ago
  61. 2f912f3 Const-correctness in PDF drawText() call by halcanary · 10 years ago
  62. 22edc83 Fix int16_t for glyphs, const glyphs, and clarify glyph loop. by bungeman · 10 years ago
  63. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  64. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  65. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  66. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  67. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  68. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  69. 8482504 make allocPixels throw on failure by reed · 10 years ago
  70. daefa5b JPEG(JFIF only) directly embedded into PDF by halcanary · 10 years ago
  71. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  72. 89443ab change gpudevice and pdfdevice to inherit from basedevice by reed · 10 years ago
  73. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  74. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  75. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  76. 6f4e473 turn assert into not_implemented_yet for patheffects on text by reed@google.com · 10 years ago
  77. aec4066 fix int/size_t warnings by reed@google.com · 11 years ago
  78. f20fc24 remove all references to legacy Config8888 by reed@google.com · 11 years ago
  79. 9236238 Remove SkCanvas matrix ops return value. by commit-bot@chromium.org · 11 years ago
  80. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 11 years ago
  81. 3da3b62 getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 11 years ago
  82. 900ecf2 use colortype instead of config by reed@google.com · 11 years ago
  83. 5a346a8 Make PDF clip code handle rrects. by commit-bot@chromium.org · 11 years ago
  84. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 11 years ago
  85. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  86. b000d76 Drawing fake bold text, line and normal text made normal text bolder on PDF. by commit-bot@chromium.org · 11 years ago
  87. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  88. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  89. 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
  90. 4e8f1e5 [PDF] Fix clipping in xfermode improvement. by commit-bot@chromium.org · 11 years ago
  91. 7542dc8 [PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with empty content. by commit-bot@chromium.org · 11 years ago
  92. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  93. a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  94. 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
  95. 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  96. 30b1aaf [PDF] Speculative fix for chrome crash w/ SRC xfer mode. by commit-bot@chromium.org · 11 years ago
  97. 73a7ea3 Implement DPI for perspective bitmaps in PDF - we save the bitmap at the resolution requested. by edisonn@google.com · 11 years ago
  98. a8e33a9 Add ability to ninepatch blurred rounded rectangle by scroggo@google.com · 11 years ago
  99. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  100. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago