1. 53648ab Fix build error when building Android in Release mode with -O2. by djsollen@google.com · 11 years ago
  2. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 11 years ago
  3. 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
  4. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 11 years ago
  5. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  6. 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
  7. 8d8d9a5 Work around stack overflow by vandebo@chromium.org · 11 years ago
  8. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 11 years ago
  9. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 11 years ago
  10. 8c02061 Update flag to reflect actual meaning. by edisonn@google.com · 11 years ago
  11. 46ee9c6 fix warning (as error on mac) around max file offset by reed@google.com · 11 years ago
  12. dfc867b Turning on warning as error on Linux by sugoi@google.com · 11 years ago
  13. b58772f PDF: add support for named destinations. by epoger@google.com · 11 years ago
  14. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  15. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 11 years ago
  16. 1cad898 PDF: add support for named destinations by epoger@google.com · 11 years ago
  17. e2e8113 PDF : Unused parameters cleanup by sugoi@google.com · 11 years ago
  18. b24f893 Added support for non-separable blending modes. by commit-bot@chromium.org · 11 years ago
  19. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 11 years ago
  20. 5bd26d3 revert r7892 by edisonn@google.com · 11 years ago
  21. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 11 years ago
  22. d1c53aa Revert r7883 by edisonn@google.com · 11 years ago
  23. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 11 years ago
  24. 5ca3bd0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  25. 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 · 11 years ago
  26. 2ae67e7 add custom implementation for drawBitmapRect to shield from changes in SkDevice by edisonn@google.com · 11 years ago
  27. a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 11 years ago
  28. 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 11 years ago
  29. 90096b6 Small code cleaup: remove redundant if unreviewd, comment from previous cl by edisonn@google.com · 11 years ago
  30. 2e6a69b If the stack is too deep we could get Stack Overflow in pdf's ContentEntry's destructor. by edisonn@google.com · 11 years ago
  31. 394c885 add kMultiply_Mode to switch statement (fix warning) by reed@google.com · 11 years ago
  32. 3c97442 [PDF] Fix multi-level page count calculation. by vandebo@chromium.org · 11 years ago
  33. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 11 years ago
  34. 4e1cc6a [PDF] Handle invalid glyph IDs on drawText methods. by vandebo@chromium.org · 12 years ago
  35. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  36. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  37. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  38. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  39. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  40. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 12 years ago
  41. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  42. 022e857 Catch callers who pass invalid glyph ids and improve SkPdfFont desructor. by edisonn@google.com · 12 years ago
  43. b862204 [PDF] Fix gradient generation code (remove extra 'dup' in some cases) by vandebo@chromium.org · 12 years ago
  44. 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
  45. 251a766 [PDF] Fix name generation - / needs to be escaped. by vandebo@chromium.org · 12 years ago
  46. 4c5ea44 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  47. af77727 remove use of SkRefPtr in public header (SkPDFDocument.h) by reed@google.com · 12 years ago
  48. fc641d0 remove all SkRefPtr from SkPDFDevice.h by reed@google.com · 12 years ago
  49. 2a006c1 begin to skiafy PDF headers : removing use of SkRefPtr by reed@google.com · 12 years ago
  50. 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
  51. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  52. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
  53. 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 12 years ago
  54. c029062 Fixed two sub-optimal iterator uses by robertphillips@google.com · 12 years ago
  55. 238be8c [PDF] Add link annotations. by vandebo@chromium.org · 12 years ago
  56. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  57. 30580f6 Fix setFileOffset type to remove warnings. by vandebo@chromium.org · 12 years ago
  58. 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
  59. 6219728 Added pdf implementation of conical gradient. by rileya@google.com · 12 years ago
  60. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  61. da6c569 [PDF] Fix PDF code to not crash on SkComposeShader. by vandebo@chromium.org · 12 years ago
  62. 3b42998 stick SkInstCnt in more classes, to help track down leaks by reed@google.com · 12 years ago
  63. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  64. 4908533 fix missing switch-statement handler (for conical gradient) by reed@google.com · 12 years ago
  65. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
  66. 1445a0d fix warnings on Mac in src/pdf by caryclark@google.com · 12 years ago
  67. 4debcac Debug Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
  68. 683001c [PDF] Ensure that filling single line paths (with no area) does not draw anything. by vandebo@chromium.org · 12 years ago
  69. 05141c2 Fixed minor c++ issues found by cppcheck by robertphillips@google.com · 12 years ago
  70. 386dfc0 [PDF] Handle failures of matrix inversion by vandebo@chromium.org · 12 years ago
  71. c39c867 Fix some fixed-point bugs. by vandebo@chromium.org · 12 years ago
  72. 8aa66b6 Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed point failures. by vandebo@chromium.org · 12 years ago
  73. ebad2d9 [PDF] Handle failures of matrix inversion. by vandebo@chromium.org · 12 years ago
  74. b054990 [PDF] If matrix inversion fails, use the identity matrix. by vandebo@chromium.org · 12 years ago
  75. 8637a36 Minor Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
  76. 6e08bfe [PDF] Really fix font metric array initialization. by vandebo@chromium.org · 12 years ago
  77. c3a0d2e [PDF] Fix font metric array initialization. by vandebo@chromium.org · 12 years ago
  78. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  79. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 12 years ago
  80. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  81. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  82. 008c498 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  83. f7f9aa8 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  84. 293a758 [PDF] Fix shaders when the initial transform has a translation. by vandebo@chromium.org · 12 years ago
  85. 610f716 Fix four memory leaks uncovered by valgrinding gm tests. by vandebo@chromium.org · 12 years ago
  86. 188838c [PDF] Fix memory hungry inefficiency in pdf resource tracking. by vandebo@chromium.org · 12 years ago
  87. 54ff85c [PDF] Fix some fixed/float-point mismatches for image shaders. by vandebo@chromium.org · 12 years ago
  88. c0376fe [PDF] Fix name objects containing characters > 0x80 and add a test. by vandebo@chromium.org · 12 years ago
  89. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  90. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  91. b55deeb add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
  92. 663515b [PDF] Fix some scalar/int assumptions. by vandebo@chromium.org · 13 years ago
  93. 9ad3599 Fix ToUnicode generation bug. by vandebo@chromium.org · 13 years ago
  94. 020798a Coverity: Add a default case in SkPDFShader. CID=101159 by vandebo@chromium.org · 13 years ago
  95. 982cb87 add SK_OVERRIDE, move subclass impls of virtuals into .cpp by reed@google.com · 13 years ago
  96. 290e3bb [PDF] add drawTextOnPath support. by vandebo@chromium.org · 13 years ago
  97. 083be07 [PDF] Add debug assert to detect failure of GDI cache hack. by vandebo@chromium.org · 13 years ago
  98. 918352f PDF: Fix bug in weak pointer pattern. by vandebo@chromium.org · 13 years ago
  99. b3b4655 Handle failure of GetAdvancedTypefaceMetrics gracefully until we can figure out why it is failing. by vandebo@chromium.org · 13 years ago
  100. 0017708 use SkRasterClip inside canvas (check-point for soft clipping) by reed@google.com · 13 years ago