1. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
  2. 06822ea [PDF] Fix image references. by commit-bot@chromium.org · 11 years ago
  3. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  4. 26e1449 [PDF] Fix printing crashes caused by font streams that don't support getMemoryBase(). by vandebo@chromium.org · 11 years ago
  5. ec415a8 Revert "[PDF] Fix printing crashes caused by font streams that don't support getMemoryBase()." by vandebo@chromium.org · 11 years ago
  6. 6bb656b [PDF] Fix printing crashes caused by font streams that don't support getMemoryBase(). by vandebo@chromium.org · 11 years ago
  7. 69b1302 Reverting r10901 (Add unpremultiply support and GM) by robertphillips@google.com · 11 years ago
  8. 52130e8 Add unpremultiply support and GM by commit-bot@chromium.org · 11 years ago
  9. 181fcb4 Refactor SkPDFImage by commit-bot@chromium.org · 11 years ago
  10. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  11. e324cc6 Restyle SkPDFImageShader and support tiling bitmaps outside clip bounds by commit-bot@chromium.org · 11 years ago
  12. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  13. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  14. 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
  15. 12bf9b3 Revert "Unpremultiply SkBitmaps for PDF output" by scroggo@google.com · 11 years ago
  16. 5d18cee Unpremultiply SkBitmaps for PDF output by commit-bot@chromium.org · 11 years ago
  17. d2623a1 Use Path Ops to generate PDF clips by commit-bot@chromium.org · 11 years ago
  18. 35a20a1 Fix memory leak in SkPDFResourceDict by commit-bot@chromium.org · 11 years ago
  19. 92ffe7d Inverse fill support in PDF by commit-bot@chromium.org · 11 years ago
  20. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  21. a7aa810 Deterministic SkTSet and PDF Output by commit-bot@chromium.org · 11 years ago
  22. 93a2e21 Implemented transparent gradients by commit-bot@chromium.org · 11 years ago
  23. 4740135 Fix Clang build on SkPDFResourceDict (CL 18977002) by commit-bot@chromium.org · 11 years ago
  24. 8e47376 If we fail to contruct the Pdf Image Shader, mark the object as busted, and dn't try to remove it from shaders list. Also, when we delete invalid shaders, remove the lock, otherwise we freeze (see CanonicalShadersMutex usage). by edisonn@google.com · 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. 6a4ba5b [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetrics by commit-bot@chromium.org · 11 years ago
  30. 7893aae Reverting 10063 due to Win7 crashes in RenderPDFs step by robertphillips@google.com · 11 years ago
  31. 000e13e [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetrics by commit-bot@chromium.org · 11 years ago
  32. 3720fda ARM Skia NEON patches - 09 - Bugfix by commit-bot@chromium.org · 11 years ago
  33. d8d976e Added SkPDFStream::setData(SkData*) in preparation for move from SkStream to SkData by commit-bot@chromium.org · 11 years ago
  34. 2cb1480 remove kRLE_Index8_Config from SkBitmap by reed@google.com · 11 years ago
  35. ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 11 years ago
  36. a20e42c Remove SK_API, from SkTSet. the template is not public. by edisonn@google.com · 11 years ago
  37. 969fd6a Sort points for PDF's draw rect, to match raster and GPU implementation. by commit-bot@chromium.org · 11 years ago
  38. 1a47523 [PDF] Only output the Dests dictionary if it isn't epmpty by vandebo@chromium.org · 12 years ago
  39. 665b2cc lockPixels before calling getColorTable. by scroggo@google.com · 12 years ago
  40. 83f0d30 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  41. 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 · 12 years ago
  42. 53648ab Fix build error when building Android in Release mode with -O2. by djsollen@google.com · 12 years ago
  43. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 12 years ago
  44. b62f93f Don't pretend we can draw MaskFilters, it produces artifacts that make the text unreadable when using CSS shadows. by edisonn@google.com · 12 years ago
  45. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
  46. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  47. 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
  48. 8d8d9a5 Work around stack overflow by vandebo@chromium.org · 12 years ago
  49. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 12 years ago
  50. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 12 years ago
  51. 8c02061 Update flag to reflect actual meaning. by edisonn@google.com · 12 years ago
  52. 46ee9c6 fix warning (as error on mac) around max file offset by reed@google.com · 12 years ago
  53. dfc867b Turning on warning as error on Linux by sugoi@google.com · 12 years ago
  54. b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
  55. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
  57. 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
  58. e2e8113 PDF : Unused parameters cleanup by sugoi@google.com · 12 years ago
  59. b24f893 Added support for non-separable blending modes. by commit-bot@chromium.org · 12 years ago
  60. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 12 years ago
  61. 5bd26d3 revert r7892 by edisonn@google.com · 12 years ago
  62. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 12 years ago
  63. d1c53aa Revert r7883 by edisonn@google.com · 12 years ago
  64. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 12 years ago
  65. 5ca3bd0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  66. 04115a1 Add an SkSet class to be used by Pdf only, for now - reverted because of triggering heap corruption on Win7, original coe review: https://codereview.appspot.com/6749054 by edisonn@google.com · 12 years ago
  67. 2ae67e7 add custom implementation for drawBitmapRect to shield from changes in SkDevice by edisonn@google.com · 12 years ago
  68. a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 12 years ago
  69. 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 12 years ago
  70. 90096b6 Small code cleaup: remove redundant if unreviewd, comment from previous cl by edisonn@google.com · 12 years ago
  71. 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
  72. 394c885 add kMultiply_Mode to switch statement (fix warning) by reed@google.com · 12 years ago
  73. 3c97442 [PDF] Fix multi-level page count calculation. by vandebo@chromium.org · 12 years ago
  74. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
  75. 4e1cc6a [PDF] Handle invalid glyph IDs on drawText methods. by vandebo@chromium.org · 12 years ago
  76. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  77. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  78. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  79. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  80. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  81. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 12 years ago
  82. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  83. 022e857 Catch callers who pass invalid glyph ids and improve SkPdfFont desructor. by edisonn@google.com · 12 years ago
  84. b862204 [PDF] Fix gradient generation code (remove extra 'dup' in some cases) by vandebo@chromium.org · 12 years ago
  85. 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
  86. 251a766 [PDF] Fix name generation - / needs to be escaped. by vandebo@chromium.org · 12 years ago
  87. 4c5ea44 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  88. af77727 remove use of SkRefPtr in public header (SkPDFDocument.h) by reed@google.com · 12 years ago
  89. fc641d0 remove all SkRefPtr from SkPDFDevice.h by reed@google.com · 12 years ago
  90. 2a006c1 begin to skiafy PDF headers : removing use of SkRefPtr by reed@google.com · 12 years ago
  91. 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
  92. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  93. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
  94. 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 12 years ago
  95. c029062 Fixed two sub-optimal iterator uses by robertphillips@google.com · 12 years ago
  96. 238be8c [PDF] Add link annotations. by vandebo@chromium.org · 12 years ago
  97. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  98. 30580f6 Fix setFileOffset type to remove warnings. by vandebo@chromium.org · 12 years ago
  99. ab2fe82 Replace all instances of 'clear' with 'pop's in conical gradient pdf impl, looks like the pdf spec doesn't support Postscript's 'clear' stack operator. Should fix some warnings on mac buildbots. by rileya@google.com · 12 years ago
  100. 6219728 Added pdf implementation of conical gradient. by rileya@google.com · 12 years ago