1. a7aa810 Deterministic SkTSet and PDF Output by commit-bot@chromium.org · 11 years ago
  2. 93a2e21 Implemented transparent gradients by commit-bot@chromium.org · 11 years ago
  3. 4740135 Fix Clang build on SkPDFResourceDict (CL 18977002) by commit-bot@chromium.org · 11 years ago
  4. 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
  5. fc16667 Revert "Adds SkPDFResourceDict class, refactor existing code to use it." by vandebo@chromium.org · 11 years ago
  6. 3a8dfc3 Adds SkPDFResourceDict class, refactor existing code to use it. by commit-bot@chromium.org · 11 years ago
  7. d322cf4 Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class." by vandebo@chromium.org · 11 years ago
  8. c84fb47 Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class. by commit-bot@chromium.org · 11 years ago
  9. 6a4ba5b [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetrics by commit-bot@chromium.org · 11 years ago
  10. 7893aae Reverting 10063 due to Win7 crashes in RenderPDFs step by robertphillips@google.com · 11 years ago
  11. 000e13e [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetrics by commit-bot@chromium.org · 11 years ago
  12. 3720fda ARM Skia NEON patches - 09 - Bugfix by commit-bot@chromium.org · 11 years ago
  13. d8d976e Added SkPDFStream::setData(SkData*) in preparation for move from SkStream to SkData by commit-bot@chromium.org · 11 years ago
  14. 2cb1480 remove kRLE_Index8_Config from SkBitmap by reed@google.com · 11 years ago
  15. ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 11 years ago
  16. a20e42c Remove SK_API, from SkTSet. the template is not public. by edisonn@google.com · 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. 1a47523 [PDF] Only output the Dests dictionary if it isn't epmpty by vandebo@chromium.org · 11 years ago
  19. 665b2cc lockPixels before calling getColorTable. by scroggo@google.com · 11 years ago
  20. 83f0d30 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. 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
  22. 53648ab Fix build error when building Android in Release mode with -O2. by djsollen@google.com · 12 years ago
  23. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 12 years ago
  24. 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
  25. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
  26. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  27. 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
  28. 8d8d9a5 Work around stack overflow by vandebo@chromium.org · 12 years ago
  29. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 12 years ago
  30. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 12 years ago
  31. 8c02061 Update flag to reflect actual meaning. by edisonn@google.com · 12 years ago
  32. 46ee9c6 fix warning (as error on mac) around max file offset by reed@google.com · 12 years ago
  33. dfc867b Turning on warning as error on Linux by sugoi@google.com · 12 years ago
  34. b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
  35. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  36. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
  37. 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
  38. e2e8113 PDF : Unused parameters cleanup by sugoi@google.com · 12 years ago
  39. b24f893 Added support for non-separable blending modes. by commit-bot@chromium.org · 12 years ago
  40. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 12 years ago
  41. 5bd26d3 revert r7892 by edisonn@google.com · 12 years ago
  42. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 12 years ago
  43. d1c53aa Revert r7883 by edisonn@google.com · 12 years ago
  44. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 12 years ago
  45. 5ca3bd0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  46. 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
  47. 2ae67e7 add custom implementation for drawBitmapRect to shield from changes in SkDevice by edisonn@google.com · 12 years ago
  48. a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 12 years ago
  49. 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 12 years ago
  50. 90096b6 Small code cleaup: remove redundant if unreviewd, comment from previous cl by edisonn@google.com · 12 years ago
  51. 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
  52. 394c885 add kMultiply_Mode to switch statement (fix warning) by reed@google.com · 12 years ago
  53. 3c97442 [PDF] Fix multi-level page count calculation. by vandebo@chromium.org · 12 years ago
  54. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
  55. 4e1cc6a [PDF] Handle invalid glyph IDs on drawText methods. by vandebo@chromium.org · 12 years ago
  56. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  57. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  58. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  59. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  60. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  61. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 12 years ago
  62. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. 022e857 Catch callers who pass invalid glyph ids and improve SkPdfFont desructor. by edisonn@google.com · 12 years ago
  64. b862204 [PDF] Fix gradient generation code (remove extra 'dup' in some cases) by vandebo@chromium.org · 12 years ago
  65. 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
  66. 251a766 [PDF] Fix name generation - / needs to be escaped. by vandebo@chromium.org · 12 years ago
  67. 4c5ea44 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  68. af77727 remove use of SkRefPtr in public header (SkPDFDocument.h) by reed@google.com · 12 years ago
  69. fc641d0 remove all SkRefPtr from SkPDFDevice.h by reed@google.com · 12 years ago
  70. 2a006c1 begin to skiafy PDF headers : removing use of SkRefPtr by reed@google.com · 12 years ago
  71. 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
  72. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  73. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
  74. 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 12 years ago
  75. c029062 Fixed two sub-optimal iterator uses by robertphillips@google.com · 12 years ago
  76. 238be8c [PDF] Add link annotations. by vandebo@chromium.org · 12 years ago
  77. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  78. 30580f6 Fix setFileOffset type to remove warnings. by vandebo@chromium.org · 12 years ago
  79. 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
  80. 6219728 Added pdf implementation of conical gradient. by rileya@google.com · 12 years ago
  81. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  82. da6c569 [PDF] Fix PDF code to not crash on SkComposeShader. by vandebo@chromium.org · 12 years ago
  83. 3b42998 stick SkInstCnt in more classes, to help track down leaks by reed@google.com · 12 years ago
  84. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  85. 4908533 fix missing switch-statement handler (for conical gradient) by reed@google.com · 12 years ago
  86. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
  87. 1445a0d fix warnings on Mac in src/pdf by caryclark@google.com · 12 years ago
  88. 4debcac Debug Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
  89. 683001c [PDF] Ensure that filling single line paths (with no area) does not draw anything. by vandebo@chromium.org · 12 years ago
  90. 05141c2 Fixed minor c++ issues found by cppcheck by robertphillips@google.com · 13 years ago
  91. 386dfc0 [PDF] Handle failures of matrix inversion by vandebo@chromium.org · 13 years ago
  92. c39c867 Fix some fixed-point bugs. by vandebo@chromium.org · 13 years ago
  93. 8aa66b6 Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed point failures. by vandebo@chromium.org · 13 years ago
  94. ebad2d9 [PDF] Handle failures of matrix inversion. by vandebo@chromium.org · 13 years ago
  95. b054990 [PDF] If matrix inversion fails, use the identity matrix. by vandebo@chromium.org · 13 years ago
  96. 8637a36 Minor Windows compiler complaint fixes by robertphillips@google.com · 13 years ago
  97. 6e08bfe [PDF] Really fix font metric array initialization. by vandebo@chromium.org · 13 years ago
  98. c3a0d2e [PDF] Fix font metric array initialization. by vandebo@chromium.org · 13 years ago
  99. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
  100. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 13 years ago