- ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
- c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
- a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
- 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
- 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
- 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
- 50a8dd0 Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. by ethannicholas · 9 years ago
- d116561 Revert of Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. (patchset #3 id:40001 of https://codereview.chromium.org/1681643002/ ) by caryclark · 9 years ago
- 46cb6d6 Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. by ethannicholas · 9 years ago
- 3cb9542 moved debugger support files from src/utils/debugger to tools/debugger by ethannicholas · 9 years ago[Renamed from src/utils/debugger/SkObjectParser.cpp]
- 2df7813 Revert of Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. (patchset #2 id:20001 of https://codereview.chromium.org/1681643002/ ) by ethannicholas · 9 years ago
- 32fff1b Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. by ethannicholas · 9 years ago
- 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
- 3d2e654 Upgrade debugger to print more SkPath info (isOval & isRRect) by robertphillips · 9 years ago
- fe8d5f6 Add generationID to debugger's path information by robertphillips · 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
- 80af645 Update debugger print out of drawImageRect information by robertphillips · 9 years ago
- d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
- fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
- 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
- 46bffd6 Fix assert in debugger by robertphillips · 10 years ago
- 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
- 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
- c77392e use colortype instead of config by reed · 10 years ago
- f338d7c Add nine patch type to SkRRect. by commit-bot@chromium.org · 11 years ago
- bab3fc4 Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/196343015/) by commit-bot@chromium.org · 11 years ago
- 761b8e5 Add nine patch type to SkRRect. by commit-bot@chromium.org · 11 years ago
- 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
- d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
- 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
- 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
- 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
- f61ebc0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
- 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
- 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
- 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
- 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
- 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
- b9050d7 Remove mismatched delete. by scroggo@google.com · 11 years ago
- d3ae1d6 SkObjectParser::SaveFlagsToString() should handle SaveFlags as a bitmask. by fmalita@google.com · 11 years ago
- 172339d remove RLE config from debugger too by edisonn@google.com · 11 years ago
- 86681b3 Expose debugger backend classes externally. by fmalita@google.com · 11 years ago[Renamed from debugger/SkObjectParser.cpp]
- 4a3ca94 Update debugger for addition of Conic path verb by commit-bot@chromium.org · 11 years ago
- 428fc4a Make debugger 'text' output less useless. by bungeman@google.com · 12 years ago
- 37a2b39 Added SK_DEVELOPER wrapper's around toString calls in debugger's SkObjectParser by robertphillips@google.com · 12 years ago
- 791f12e Move SkPaint::toString from debugger to SkPaint by robertphillips@google.com · 12 years ago
- 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 12 years ago
- b83b6b4 Added toString to SkXfermode-derived classes (for debugger) by robertphillips@google.com · 12 years ago
- 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
- 444a401 Change SkAutoTUnref usage by robertphillips@google.com · 12 years ago
- f49b287 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 735edb0 Add display of more SkPaint fields in Debugger by robertphillips@google.com · 12 years ago
- 4e8ef33 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- f515ffc Show the paint's typeface information in the details pane of the debugger. by humper@google.com · 12 years ago
- 67baba4 Fixed debugger for addition of drawRRect, clipRRect & drawOval by robertphillips@google.com · 12 years ago
- 51185fe Add display of a path's filltype to debugger by robertphillips@google.com · 12 years ago
- 72b2e6f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 30d35f2 Enhanced debugger with command indenting and Path Bound print out by robertphillips@google.com · 12 years ago
- 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 195952f Make Debugger print out more information (mainly w.r.t. SkBitmap) by robertphillips@google.com · 12 years ago
- 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 8720176 Make debugger print more information for paths by robertphillips@google.com · 12 years ago
- 94acc70 Fixed Windows compiler complaints (esp. in debugger) by robertphillips@google.com · 12 years ago
- 97cee97 Replaced all instances of std strings and vectors in favor of SkStrings and SkTDArrays within skia code by chudy@google.com · 12 years ago
- 92b11f6 Added more DrawPoints debugging info for inspector by chudy@google.com · 12 years ago
- 902ebe5 clt debugger Review URL: https://codereview.appspot.com/6267043 by chudy@google.com · 12 years ago