- fa5f6ce rename some flattenable routines by Mike Klein · 6 years ago
- a3d4099 small tweaks to SkFlattenable::Register by Mike Klein · 6 years ago
- 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
- ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
- 6d10f8b move patheffect virtuals to protected and rename by Mike Reed · 6 years ago
- b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 6 years ago[Renamed (81%) from samplecode/ClockFaceView.cpp]
- 27dddae rebase by Cary Clark · 6 years ago
- 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
- 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
- 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
- 5191880 remove toString by Cary Clark · 6 years ago
- 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 7 years ago
- 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
- ede860e Delete even more unused views code by Brian Osman · 7 years ago
- 7131950 Remove internal use of SkTypeface::Style. by Ben Wagner · 7 years ago
- 91ea7ea delete some dead code in SampleApp by Mike Klein · 7 years ago
- 2a475ea add drawString helper to canvas by Cary Clark · 8 years ago
- 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
- e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
- 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
- c7027ab Add samples to Viewer. by jvanverth · 8 years ago
- f533f11 Revert of Add samples to Viewer. (patchset #4 id:60001 of https://codereview.chromium.org/2056343004/ ) by egdaniel · 8 years ago
- 76963e7 Add samples to Viewer. by jvanverth · 8 years ago
- ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
- 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
- 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
- 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
- 60c9b58 change flattenable factory to return sk_sp by reed · 9 years ago
- 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
- 7b380d0 guard rasterizer and drawlooper setters by reed · 9 years ago
- a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 9 years ago
- f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 9 years ago
- 9fbee18 switch patheffects over to sk_sp by reed · 9 years ago
- 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 10 years ago
- 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
- b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
- 2d02df7 remove unused SkAvoidXfermode by reed · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
- 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
- 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
- 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
- f792a1b Builder class for SkLayerRasterizer. by commit-bot@chromium.org · 11 years ago
- 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
- 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
- 102b4d5 add const to unhide virtuals in custom colorfilter by mike@reedtribe.org · 12 years ago
- 548a1f3 change all patheffect methods to const, in preparation for marking its by reed@google.com · 12 years ago
- c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
- fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
- d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
- 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
- c6ce750 Fixed some fixed point build Windows compiler complaints by robertphillips@google.com · 12 years ago
- 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 13 years ago
- ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 13 years ago
- dd53d91 safeUnref() -> SkSafeUnref() by bsalomon@google.com · 14 years ago
- 837cf78 experiment by reed@android.com · 15 years ago