- 33eefcd SkTime::GetNSecs() by mtklein · 9 years ago
- 3b5b784 Revert of SkTime::GetNSecs() (patchset #11 id:200001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
- 38a88e4 SkTime::GetNSecs() by mtklein · 9 years ago
- 5a06df4 Revert of SkTime::GetNSecs() (patchset #10 id:180001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
- a1840d5 SkTime::GetNSecs() by mtklein · 9 years ago
- 6ae30fb Revert of SkTime::GetNSecs() (patchset #9 id:160001 of https://codereview.chromium.org/1422513003/ ) by caryclark · 9 years ago
- 70084cb SkTime::GetNSecs() by mtklein · 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
- afd7c74 Remove SK_OFFSETOF from SkTypes, clean up offsetof usage. by bungeman · 9 years ago
- f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
- 3073b5f Fix a stray -Winconsistent-missing-override warning. by mtklein · 9 years ago
- f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
- 56263c7 delete (unused) TransparentShader by reed · 9 years ago
- 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 10 years ago
- 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 10 years ago
- 67d71c8 stop calling SkScalarDiv by reed · 10 years ago
- f4219dd Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
- e73da40 add length parameter to addText, to match attr values by reed · 10 years ago
- fe3f260 [SkSVGDevice] Initial text support by fmalita · 10 years ago
- 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
- a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
- 3f43f8a remove dead SkPersp macros by reed · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- 7e44bb1 Remove macros that make it look like it's a good idea to not be able to flatten. by mtklein · 10 years ago
- aa458fb Cleanup: More override fixes - another round. by tfarina · 10 years ago
- 752e7eb Cleanup: Another round of override fixes. by tfarina · 10 years ago
- 986ca61 rename SkDrawable to SkADrawable by reed · 10 years ago
- 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
- bae704b add rowbytes option to allocPixels by reed · 10 years ago
- c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
- 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
- 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
- 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
- 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
- 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
- e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
- ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
- 92f9326 fix size_t/int warnings by commit-bot@chromium.org · 11 years ago
- e396455 move common blur types into central header by commit-bot@chromium.org · 11 years ago
- 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 11 years ago
- 8d4dc71 rename SkPaintParts.* to SkPaintPart.* by reed@google.com · 11 years ago
- 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 11 years ago
- 4324c3b Fix warnings on Ubuntu13 by commit-bot@chromium.org · 11 years ago
- 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 11 years ago
- bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
- 8015cdd replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) by reed@google.com · 11 years ago
- 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
- 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
- c84728d Changed maxInputCount for exact inputCount 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
- f1077f9 Add extra warnings to match what Android uses. by mtklein@google.com · 11 years ago
- b60cdc8 Revert "Add extra warnings to match what Android uses." by scroggo@google.com · 11 years ago
- 692f88c Add extra warnings to match what Android uses. by djsollen@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
- b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
- b3ec29d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
- 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
- 2dc8b96 Fix build with SK_SUPPORT_UNITTEST on by commit-bot@chromium.org · 11 years ago
- b8f3655 Update obvious deps. by bungeman@google.com · 11 years ago
- 99e789c Fix latent warning as error in Android specific code. by bungeman@google.com · 11 years ago
- 6bf1941 Clang has stricter checking for conversion to a null pointer. In C++11 mode, false will produce an error if it is used in a place that expects a pointer. Change these cases to NULL. by commit-bot@chromium.org · 11 years ago
- 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
- e80c2bc Fix more clang tautological-constant-out-of-range-compare errors. by tfarina@chromium.org · 12 years ago
- c1c68bd Remove dubious assertion. by tfarina@chromium.org · 12 years ago
- f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 12 years ago
- a6c76db Do not use SkTDS32Array when building for 64 bit. by scroggo@google.com · 12 years ago
- 93c7ee3 Removed unused parameters by sugoi@google.com · 12 years ago
- dfc867b Turning on warning as error on Linux by sugoi@google.com · 12 years ago
- 754a3eb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
- c7565d1 Adding missing const for r7902 by jvanverth@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
- 548a1f3 change all patheffect methods to const, in preparation for marking its by reed@google.com · 12 years ago
- 1d3c411 Fix clang 'overloaded-virtual' warnings. by tfarina@chromium.org · 12 years ago
- 178a267 Address warnings from clang build bot by robertphillips@google.com · 12 years ago
- 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago
- d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- bdae027 rename private animator type SkImage to SkImageBitmapBase, to avoid conflicts by reed@google.com · 12 years ago
- 9954776 Mac build fix after gradient restructure/renaming. by rileya@google.com · 12 years ago
- 41f9e6e Fix to get r4511 compiling in Debug by robertphillips@google.com · 12 years ago
- 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
- 7886ad3 remove SK_CAN_USE_FLOAT (deprecated) by reed@google.com · 12 years ago
- 16230cb fix warnings on Mac in src/animator by caryclark@google.com · 12 years ago
- 706f621 Fixes for Windows Release compiler complaints (overflow in const arith) 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
- af5bbf2 Move SkBase64 to utils, allow user defined encoding. by bungeman@google.com · 13 years ago
- 037d011 Fix Android build Review URL: https://codereview.appspot.com/5492054 by digit@google.com · 13 years ago