1. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  2. 1eb9af9 delete textonpath code -- not used anywhere by Mike Reed · 6 years ago
  3. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  4. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  5. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  6. b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 6 years ago
  7. 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
  8. ede860e Delete even more unused views code by Brian Osman · 7 years ago
  9. 339b84e Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  10. 3e31e99 Revert "Alloc glyph image correctly for SkMask::k3D_Format." by Brian Osman · 7 years ago
  11. 1662257 Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  12. 3ae1a30 Revert "Alloc glyph image correctly for SkMask::k3D_Format." by Ben Wagner · 7 years ago
  13. 6b26deb Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  14. 1a1d241 Remove redundant parentheses. by Ben Wagner · 7 years ago
  15. 7131950 Remove internal use of SkTypeface::Style. by Ben Wagner · 7 years ago
  16. 91ea7ea delete some dead code in SampleApp by Mike Klein · 7 years ago
  17. 23e474c SkCanvas: Helpers for draw{Point,Line,Circle} by Hal Canary · 7 years ago
  18. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  19. a07741a begin to hide details of SkPathEffect by Mike Reed · 7 years ago
  20. fd87be8 hide emboss from everyone (except android for now) by Mike Reed · 8 years ago
  21. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  22. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  23. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  24. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  25. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  26. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  27. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  28. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  29. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  30. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  31. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  32. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  33. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  34. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  35. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  36. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  37. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  38. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  39. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  40. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  41. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  42. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  43. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  44. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  45. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  46. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  47. d15750c Remove uses of SkImageDecoder from samplecode by msarett · 8 years ago
  48. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  49. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  50. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  51. ca2622b return pictures as sk_sp by reed · 8 years ago
  52. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  53. 8681e60 make SkComposeShader.h private by reed · 8 years ago
  54. 0daf5dd move declaration of CreateLightingFilter into SkColorMatrixFilter by reed · 9 years ago
  55. 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
  56. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  57. d63f60a change all factories to return their base-class by reed · 9 years ago
  58. 6f45c17 Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  59. 67b8b5e Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" (patchset #1 id:1 of https://codereview.chromium.org/1410343011/ ) by reed · 9 years ago
  60. 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  61. 21b7663 Revert of stop using drawSprite (at least w/ no filters) as it is going away (patchset #2 id:20001 of https://codereview.chromium.org/1411173010/ ) by robertphillips · 9 years ago
  62. 4a21602 stop using drawSprite (at least w/ no filters) as it is going away by reed · 9 years ago
  63. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  64. 56263c7 delete (unused) TransparentShader by reed · 9 years ago
  65. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  66. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  67. e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 10 years ago
  68. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
  69. 2d02df7 remove unused SkAvoidXfermode by reed · 10 years ago
  70. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  71. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  72. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  73. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  74. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  75. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  76. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  77. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  78. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  79. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  80. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  81. 2e74f9d remove code behind SK_SUPPORT_LEGACY_PROCXFERMODE by reed@google.com · 10 years ago
  82. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  83. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  84. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  85. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  86. f792a1b Builder class for SkLayerRasterizer. by commit-bot@chromium.org · 10 years ago
  87. 7c9d0f3 Factory methods for heap-allocated SkMaskFilter objects. by commit-bot@chromium.org · 10 years ago
  88. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 10 years ago
  89. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  90. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  91. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  92. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  93. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  94. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  95. 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
  96. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
  97. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  98. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  99. 61490fa fix warnings related to constness in overrides of SkColorFilter by mike@reedtribe.org · 12 years ago
  100. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago