1. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  2. b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 6 years ago
  3. 8ad91a9 remove unused SkRasterizer by Mike Reed · 6 years ago
  4. ede860e Delete even more unused views code by Brian Osman · 7 years ago
  5. 7131950 Remove internal use of SkTypeface::Style. by Ben Wagner · 7 years ago
  6. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  7. a07741a begin to hide details of SkPathEffect by Mike Reed · 7 years ago
  8. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  9. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  10. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  11. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  12. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  13. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  14. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  15. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  16. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  17. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  18. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  19. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  20. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  21. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  22. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  23. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  24. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  25. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  26. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  27. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  28. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  29. d15750c Remove uses of SkImageDecoder from samplecode by msarett · 8 years ago
  30. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  31. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  32. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  33. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  34. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  35. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  36. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  37. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  38. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  39. aa458fb Cleanup: More override fixes - another round. by tfarina · 10 years ago
  40. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  41. 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
  42. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  43. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  44. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  45. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  46. f792a1b Builder class for SkLayerRasterizer. by commit-bot@chromium.org · 10 years ago
  47. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 10 years ago
  48. a8c1831 use SkColorType instead of SkBitmap::Config in samplecode by commit-bot@chromium.org · 10 years ago
  49. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  50. 7fa2a65 fix more 64bit warnings by reed@google.com · 10 years ago
  51. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  52. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  53. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  54. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  55. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  56. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  57. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  58. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  59. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  60. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  61. 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
  62. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  63. 3a67a66 Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like by senorblanco@chromium.org · 12 years ago
  64. 02939ce fix warnings on Mac in ssamplecode by caryclark@google.com · 12 years ago
  65. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  66. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  67. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  68. c6ce750 Fixed some fixed point build Windows compiler complaints by robertphillips@google.com · 12 years ago
  69. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  70. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  71. 7b18590 add init() method, so we don't draw in our constructor (makes debugging harder) by reed@google.com · 12 years ago
  72. 9c9b8d9 use drawBitmapNine instead of SkNinePatch utils by reed@google.com · 13 years ago
  73. 43e9f20 add serialization to SkLayerRasterizer by reed@google.com · 13 years ago
  74. 18dc477 use common subclass SkPath2DPathEffect, which can be serialized by reed@google.com · 13 years ago
  75. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  76. 81e3d7f update to SampleView by reed@google.com · 13 years ago
  77. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 13 years ago
  78. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  79. 8af9602 add sample for text rasterizer by reed@android.com · 15 years ago
  80. 63e34c6 capture drawings to png by reed@android.com · 15 years ago