1. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  2. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  3. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  4. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  5. d2623a1 Use Path Ops to generate PDF clips by commit-bot@chromium.org · 11 years ago
  6. 92ffe7d Inverse fill support in PDF by commit-bot@chromium.org · 11 years ago
  7. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  8. 93a2e21 Implemented transparent gradients by commit-bot@chromium.org · 11 years ago
  9. 4740135 Fix Clang build on SkPDFResourceDict (CL 18977002) by commit-bot@chromium.org · 11 years ago
  10. fc16667 Revert "Adds SkPDFResourceDict class, refactor existing code to use it." by vandebo@chromium.org · 11 years ago
  11. 3a8dfc3 Adds SkPDFResourceDict class, refactor existing code to use it. by commit-bot@chromium.org · 11 years ago
  12. d322cf4 Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class." by vandebo@chromium.org · 11 years ago
  13. c84fb47 Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class. by commit-bot@chromium.org · 11 years ago
  14. 6a4ba5b [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetrics by commit-bot@chromium.org · 11 years ago
  15. 7893aae Reverting 10063 due to Win7 crashes in RenderPDFs step by robertphillips@google.com · 11 years ago
  16. 000e13e [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetrics by commit-bot@chromium.org · 11 years ago
  17. 969fd6a Sort points for PDF's draw rect, to match raster and GPU implementation. by commit-bot@chromium.org · 11 years ago
  18. 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
  19. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 11 years ago
  20. b62f93f Don't pretend we can draw MaskFilters, it produces artifacts that make the text unreadable when using CSS shadows. by edisonn@google.com · 11 years ago
  21. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 11 years ago
  22. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  23. 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
  24. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 11 years ago
  25. b58772f PDF: add support for named destinations. by epoger@google.com · 11 years ago
  26. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 11 years ago
  27. 1cad898 PDF: add support for named destinations by epoger@google.com · 11 years ago
  28. e2e8113 PDF : Unused parameters cleanup by sugoi@google.com · 11 years ago
  29. 5bd26d3 revert r7892 by edisonn@google.com · 12 years ago
  30. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 12 years ago
  31. d1c53aa Revert r7883 by edisonn@google.com · 12 years ago
  32. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 12 years ago
  33. 2ae67e7 add custom implementation for drawBitmapRect to shield from changes in SkDevice by edisonn@google.com · 12 years ago
  34. 90096b6 Small code cleaup: remove redundant if unreviewd, comment from previous cl by edisonn@google.com · 12 years ago
  35. 2e6a69b If the stack is too deep we could get Stack Overflow in pdf's ContentEntry's destructor. by edisonn@google.com · 12 years ago
  36. 4e1cc6a [PDF] Handle invalid glyph IDs on drawText methods. by vandebo@chromium.org · 12 years ago
  37. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  38. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  39. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  40. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  41. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  42. fc641d0 remove all SkRefPtr from SkPDFDevice.h by reed@google.com · 12 years ago
  43. 2a006c1 begin to skiafy PDF headers : removing use of SkRefPtr by reed@google.com · 12 years ago
  44. 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 12 years ago
  45. c029062 Fixed two sub-optimal iterator uses by robertphillips@google.com · 12 years ago
  46. 238be8c [PDF] Add link annotations. by vandebo@chromium.org · 12 years ago
  47. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  48. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  49. da6c569 [PDF] Fix PDF code to not crash on SkComposeShader. by vandebo@chromium.org · 12 years ago
  50. 683001c [PDF] Ensure that filling single line paths (with no area) does not draw anything. by vandebo@chromium.org · 12 years ago
  51. 386dfc0 [PDF] Handle failures of matrix inversion by vandebo@chromium.org · 12 years ago
  52. 8aa66b6 Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed point failures. by vandebo@chromium.org · 12 years ago
  53. ebad2d9 [PDF] Handle failures of matrix inversion. by vandebo@chromium.org · 12 years ago
  54. b054990 [PDF] If matrix inversion fails, use the identity matrix. by vandebo@chromium.org · 12 years ago
  55. 8637a36 Minor Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
  56. 293a758 [PDF] Fix shaders when the initial transform has a translation. by vandebo@chromium.org · 12 years ago
  57. 188838c [PDF] Fix memory hungry inefficiency in pdf resource tracking. by vandebo@chromium.org · 12 years ago
  58. b55deeb add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
  59. 663515b [PDF] Fix some scalar/int assumptions. by vandebo@chromium.org · 13 years ago
  60. 982cb87 add SK_OVERRIDE, move subclass impls of virtuals into .cpp by reed@google.com · 13 years ago
  61. 290e3bb [PDF] add drawTextOnPath support. by vandebo@chromium.org · 13 years ago
  62. 0017708 use SkRasterClip inside canvas (check-point for soft clipping) by reed@google.com · 13 years ago
  63. 5676b4a Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit from SkDevice. by vandebo@chromium.org · 13 years ago
  64. 8a0b029 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 13 years ago
  65. 66d5725 Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 13 years ago
  66. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  67. 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
  68. 3a9eaec Don't intersect clipstack with root device bounds by bsalomon@google.com · 13 years ago
  69. 9a87cee Clean up PDF code for text decoration change. by bungeman@google.com · 13 years ago
  70. 52c748b Gpu can draw underlined text. http://codereview.appspot.com/4919047/ by bungeman@google.com · 13 years ago
  71. 769fa6a No effect cleanup in pdf code. Review URL: http://codereview.appspot.com/4927042 by ctguil@chromium.org · 13 years ago
  72. 37be7b0 Mark setMatrixClip as public only for VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
  73. a5c7234 Address lint issues in pdf directories. by ctguil@chromium.org · 13 years ago
  74. 7b5e017 Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
  75. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  76. 9510ccc Cleanup from r1843 based on revision comments. by ctguil@chromium.org · 13 years ago
  77. 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  78. 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
  79. 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  80. 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 13 years ago
  81. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  82. f6c3ebd fix Capitalization of static methods by reed@google.com · 13 years ago
  83. c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 13 years ago
  84. b88cfe5 [PDF] Make color shaders work correctly. by vandebo@chromium.org · 13 years ago
  85. 8dcf74f Modified to add support to print in the margins of pdf documents by ctguil@chromium.org · 13 years ago
  86. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  87. 3e7b280 Fix compiler warning triggered by non-understanding of assert. by vandebo@chromium.org · 13 years ago
  88. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  89. 0f1c95c Add a zlib target that the pdf target can depend on. by vandebo@chromium.org · 13 years ago
  90. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  91. e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
  92. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  93. f0ec266 [PDF] Add plumbing and accessors so that Chrome can record the font types used in a PDF. by vandebo@chromium.org · 13 years ago
  94. 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 13 years ago
  95. 13d14a9 [PDF] Rename ContentEntryAccessor to ScopedContentEntry. by vandebo@chromium.org · 13 years ago
  96. f4ff39c Cleanup: Use member function isContentEmpty(). by ctguil@chromium.org · 13 years ago
  97. ee7a956 [PDF] Don't draw empty layers. by vandebo@chromium.org · 13 years ago
  98. b069c8c [PDF] Add helper class to manage ContentEntry set up and completion. by vandebo@chromium.org · 13 years ago
  99. 481aef6 [PDF] Add clip support and some optimizations for "complex" xfer modes. by vandebo@chromium.org · 13 years ago
  100. 466f3d6 [PDF] Implement clear xfermode with a mask instead of pushing the clip down. by vandebo@chromium.org · 13 years ago