1. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  2. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 12 years ago
  3. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  4. 022e857 Catch callers who pass invalid glyph ids and improve SkPdfFont desructor. by edisonn@google.com · 12 years ago
  5. b862204 [PDF] Fix gradient generation code (remove extra 'dup' in some cases) by vandebo@chromium.org · 12 years ago
  6. 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
  7. 251a766 [PDF] Fix name generation - / needs to be escaped. by vandebo@chromium.org · 12 years ago
  8. 4c5ea44 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  9. af77727 remove use of SkRefPtr in public header (SkPDFDocument.h) by reed@google.com · 12 years ago
  10. fc641d0 remove all SkRefPtr from SkPDFDevice.h by reed@google.com · 12 years ago
  11. 2a006c1 begin to skiafy PDF headers : removing use of SkRefPtr by reed@google.com · 12 years ago
  12. 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
  13. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  14. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
  15. 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 12 years ago
  16. c029062 Fixed two sub-optimal iterator uses by robertphillips@google.com · 12 years ago
  17. 238be8c [PDF] Add link annotations. by vandebo@chromium.org · 12 years ago
  18. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  19. 30580f6 Fix setFileOffset type to remove warnings. by vandebo@chromium.org · 12 years ago
  20. 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
  21. 6219728 Added pdf implementation of conical gradient. by rileya@google.com · 12 years ago
  22. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  23. da6c569 [PDF] Fix PDF code to not crash on SkComposeShader. by vandebo@chromium.org · 12 years ago
  24. 3b42998 stick SkInstCnt in more classes, to help track down leaks by reed@google.com · 12 years ago
  25. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  26. 4908533 fix missing switch-statement handler (for conical gradient) by reed@google.com · 12 years ago
  27. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
  28. 1445a0d fix warnings on Mac in src/pdf by caryclark@google.com · 12 years ago
  29. 4debcac Debug Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
  30. 683001c [PDF] Ensure that filling single line paths (with no area) does not draw anything. by vandebo@chromium.org · 12 years ago
  31. 05141c2 Fixed minor c++ issues found by cppcheck by robertphillips@google.com · 12 years ago
  32. 386dfc0 [PDF] Handle failures of matrix inversion by vandebo@chromium.org · 12 years ago
  33. c39c867 Fix some fixed-point bugs. by vandebo@chromium.org · 12 years ago
  34. 8aa66b6 Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed point failures. by vandebo@chromium.org · 12 years ago
  35. ebad2d9 [PDF] Handle failures of matrix inversion. by vandebo@chromium.org · 12 years ago
  36. b054990 [PDF] If matrix inversion fails, use the identity matrix. by vandebo@chromium.org · 12 years ago
  37. 8637a36 Minor Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
  38. 6e08bfe [PDF] Really fix font metric array initialization. by vandebo@chromium.org · 12 years ago
  39. c3a0d2e [PDF] Fix font metric array initialization. by vandebo@chromium.org · 12 years ago
  40. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  41. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 12 years ago
  42. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  43. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  44. 008c498 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  45. f7f9aa8 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  46. 293a758 [PDF] Fix shaders when the initial transform has a translation. by vandebo@chromium.org · 12 years ago
  47. 610f716 Fix four memory leaks uncovered by valgrinding gm tests. by vandebo@chromium.org · 12 years ago
  48. 188838c [PDF] Fix memory hungry inefficiency in pdf resource tracking. by vandebo@chromium.org · 12 years ago
  49. 54ff85c [PDF] Fix some fixed/float-point mismatches for image shaders. by vandebo@chromium.org · 12 years ago
  50. c0376fe [PDF] Fix name objects containing characters > 0x80 and add a test. by vandebo@chromium.org · 12 years ago
  51. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 12 years ago
  52. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  53. b55deeb add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
  54. 663515b [PDF] Fix some scalar/int assumptions. by vandebo@chromium.org · 13 years ago
  55. 9ad3599 Fix ToUnicode generation bug. by vandebo@chromium.org · 13 years ago
  56. 020798a Coverity: Add a default case in SkPDFShader. CID=101159 by vandebo@chromium.org · 13 years ago
  57. 982cb87 add SK_OVERRIDE, move subclass impls of virtuals into .cpp by reed@google.com · 13 years ago
  58. 290e3bb [PDF] add drawTextOnPath support. by vandebo@chromium.org · 13 years ago
  59. 083be07 [PDF] Add debug assert to detect failure of GDI cache hack. by vandebo@chromium.org · 13 years ago
  60. 918352f PDF: Fix bug in weak pointer pattern. by vandebo@chromium.org · 13 years ago
  61. b3b4655 Handle failure of GetAdvancedTypefaceMetrics gracefully until we can figure out why it is failing. 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. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  64. 5676b4a Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit from SkDevice. by vandebo@chromium.org · 13 years ago
  65. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
  66. 8a0b029 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 13 years ago
  67. 66d5725 Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 13 years ago
  68. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  69. 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
  70. 3a9eaec Don't intersect clipstack with root device bounds by bsalomon@google.com · 13 years ago
  71. 513909f Remove compiler warnings (Linux clang, mostly). by tomhudson@google.com · 13 years ago
  72. 9a87cee Clean up PDF code for text decoration change. by bungeman@google.com · 13 years ago
  73. 52c748b Gpu can draw underlined text. http://codereview.appspot.com/4919047/ by bungeman@google.com · 13 years ago
  74. 769fa6a No effect cleanup in pdf code. Review URL: http://codereview.appspot.com/4927042 by ctguil@chromium.org · 13 years ago
  75. 37ad8fb [PDF] Subset font advance data (W array). by vandebo@chromium.org · 13 years ago
  76. 7b13aca Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 13 years ago
  77. e7f3300 Improve generation of glyph advance array. by vandebo@chromium.org · 13 years ago
  78. 37be7b0 Mark setMatrixClip as public only for VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
  79. a5c7234 Address lint issues in pdf directories. by ctguil@chromium.org · 13 years ago
  80. 7b5e017 Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
  81. 04c643b Use bfrange to shrink ToUnicode table. by vandebo@chromium.org · 13 years ago
  82. b3d5bc1 Remove unneeded include in SkBitSet. http://codereview.appspot.com/4801072/ by bungeman@google.com · 13 years ago
  83. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  84. 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 13 years ago
  85. 93225ff [PDF] Fix mem leak in font subsetting. by vandebo@chromium.org · 13 years ago
  86. a44ea51 use SkConvertQuadToCubic() by reed@google.com · 13 years ago
  87. 9510ccc Cleanup from r1843 based on revision comments. by ctguil@chromium.org · 13 years ago
  88. 1f16589 [PDF] Add font subsetting using the sfntly library. by vandebo@chromium.org · 13 years ago
  89. 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  90. d3a094c [PDF] Fix bug in catalog substitution. by vandebo@chromium.org · 13 years ago
  91. 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
  92. 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  93. 00223fa [PDF] fix off by one in setPage. by vandebo@chromium.org · 13 years ago
  94. 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 13 years ago
  95. 06f7f40 [PDF] Use insert and append helpers for POD data. by vandebo@chromium.org · 13 years ago
  96. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  97. f6c3ebd fix Capitalization of static methods by reed@google.com · 13 years ago
  98. c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 13 years ago
  99. f5181a4 [PDF] Fix substitute resources size calculation. by vandebo@chromium.org · 13 years ago
  100. 2812b80 eliminate unneeded refs/unrefs by reed@google.com · 13 years ago