- 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
- fa394d4 Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID by djsollen@google.com · 13 years ago
- cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
- 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
- 07faed1 Setting perspective in fixed point. http://codereview.appspot.com/5088043/ by bungeman@google.com · 13 years ago
- c2c9b97 Fix nits by bsalomon@google.com · 13 years ago
- 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
- c12e1b1 Replace SkMath.h includes as required for fixed point. by tomhudson@google.com · 13 years ago
- 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
- a7ed3cc Eliminate Linux compile warnings throughout animator/ with variable by tomhudson@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- d6caf2e Replace reference parameter with pointer so that we can pass NULL by tomhudson@google.com · 13 years ago
- 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
- 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
- 21b1c5c fix warnings by reed@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
- c04e6d5 Fix SK build macro. by bsalomon@google.com · 14 years ago
- c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 14 years ago
- 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
- ec10d21 remove obsolete SK_BUILD_FOR_BREW conditional by reed@android.com · 15 years ago
- 800046e fix new warnings from gcc 4.2 by reed@android.com · 15 years ago
- 0f0cfae check-point for reviving animator by reed@android.com · 15 years ago
- 845fdac remove deprecated use of porterduff enum by reed@android.com · 15 years ago
- 1220e1c Some Linux / 64-bit compile fixes. by deanm@chromium.org · 15 years ago
- 3b89515 fix parse error: by reed@android.com · 15 years ago
- b08eb2b separate image encode and decode remove obsolete build-flag for encode by reed@android.com · 16 years ago
- 76aa34b add text to hostapp sample rename duplicate of SkSVGPath.cpp by reed@android.com · 16 years ago
- 8a1c16f grab from latest android by reed@android.com · 16 years ago