1. 7131950 Remove internal use of SkTypeface::Style. by Ben Wagner · 7 years ago
  2. 91ea7ea delete some dead code in SampleApp by Mike Klein · 7 years ago
  3. 23e474c SkCanvas: Helpers for draw{Point,Line,Circle} by Hal Canary · 7 years ago
  4. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  5. a07741a begin to hide details of SkPathEffect by Mike Reed · 7 years ago
  6. fd87be8 hide emboss from everyone (except android for now) by Mike Reed · 8 years ago
  7. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  8. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  9. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  10. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  11. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  12. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  13. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  14. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  15. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  16. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  17. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  18. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  19. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  20. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  21. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  22. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  23. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  24. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  25. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  26. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  27. 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
  28. 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
  29. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  30. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  31. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  32. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  33. d15750c Remove uses of SkImageDecoder from samplecode by msarett · 8 years ago
  34. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  35. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  36. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  37. ca2622b return pictures as sk_sp by reed · 8 years ago
  38. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  39. 8681e60 make SkComposeShader.h private by reed · 8 years ago
  40. 0daf5dd move declaration of CreateLightingFilter into SkColorMatrixFilter by reed · 9 years ago
  41. 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
  42. 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
  43. d63f60a change all factories to return their base-class by reed · 9 years ago
  44. 6f45c17 Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  45. 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
  46. 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  47. 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
  48. 4a21602 stop using drawSprite (at least w/ no filters) as it is going away by reed · 9 years ago
  49. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  50. 56263c7 delete (unused) TransparentShader by reed · 9 years ago
  51. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  52. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  53. e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 10 years ago
  54. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
  55. 2d02df7 remove unused SkAvoidXfermode by reed · 10 years ago
  56. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  57. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  58. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  59. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  60. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  61. 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
  62. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  63. 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
  64. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  65. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  66. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  67. 2e74f9d remove code behind SK_SUPPORT_LEGACY_PROCXFERMODE by reed@google.com · 10 years ago
  68. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  69. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  70. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  71. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  72. f792a1b Builder class for SkLayerRasterizer. by commit-bot@chromium.org · 10 years ago
  73. 7c9d0f3 Factory methods for heap-allocated SkMaskFilter objects. by commit-bot@chromium.org · 10 years ago
  74. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 10 years ago
  75. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  76. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  77. 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
  78. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  79. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  80. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  81. 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
  82. 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
  83. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  84. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  85. 61490fa fix warnings related to constness in overrides of SkColorFilter by mike@reedtribe.org · 12 years ago
  86. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  87. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  88. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  89. 6eb0d62 Register some flattenable factories. by scroggo@google.com · 12 years ago
  90. 02939ce fix warnings on Mac in ssamplecode by caryclark@google.com · 12 years ago
  91. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  92. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  93. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  94. ffe39bd Fix type errors and a few warnings for Visual Studio 2010 64-bit build. by tomhudson@google.com · 12 years ago
  95. 963a8fa remove (unused) reference to SkStrokePathEffect by reed@google.com · 12 years ago
  96. 257fc5b Remove unused static functions from SampleApp and effects by djsollen@google.com · 12 years ago
  97. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  98. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  99. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  100. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 13 years ago