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