aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/animator
Commit message (Expand)AuthorAge
* Address warnings from clang build botGravatar robertphillips@google.com2012-09-13
* Shut up some Mac (xcode 3) warningsGravatar bsalomon@google.com2012-09-05
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* rename private animator type SkImage to SkImageBitmapBase, to avoid conflictsGravatar reed@google.com2012-07-27
* Mac build fix after gradient restructure/renaming.Gravatar rileya@google.com2012-07-26
* Fix to get r4511 compiling in DebugGravatar robertphillips@google.com2012-07-10
* Fixed Windows compiler complaintsGravatar robertphillips@google.com2012-07-10
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* fix warnings on Mac in src/animatorGravatar caryclark@google.com2012-06-06
* Fixes for Windows Release compiler complaints (overflow in const arith)Gravatar robertphillips@google.com2012-05-14
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* Move SkBase64 to utils, allow user defined encoding.Gravatar bungeman@google.com2012-02-07
* Fix Android buildGravatar digit@google.com2012-01-31
* Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROIDGravatar djsollen@google.com2012-01-09
* Towards enabling -Werror in skia on LinuxGravatar bsalomon@google.com2012-01-06
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* Setting perspective in fixed point.Gravatar bungeman@google.com2011-10-07
* Fix nitsGravatar bsalomon@google.com2011-10-03
* Fix some VS2010 warningsGravatar bsalomon@google.com2011-09-29
* Replace SkMath.h includes as required for fixed point.Gravatar tomhudson@google.com2011-09-27
* retool SkEvent to own its target ID or target procGravatar reed@google.com2011-08-04
* Eliminate Linux compile warnings throughout animator/ with variableGravatar tomhudson@google.com2011-07-29
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Replace reference parameter with pointer so that we can pass NULLGravatar tomhudson@google.com2011-07-08
* replace detach/getStream apis on dynamicwstream with SkDataGravatar reed@google.com2011-06-24
* rename public SkDataRef to SkDataGravatar reed@google.com2011-06-24
* fix warningsGravatar reed@google.com2011-05-23
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onGravatar senorblanco@chromium.org2011-05-19
* Fix SK build macro.Gravatar bsalomon@google.com2011-03-22
* Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux.Gravatar bsalomon@google.com2011-03-18
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* remove obsolete SK_BUILD_FOR_BREW conditionalGravatar reed@android.com2010-01-12
* fix new warnings from gcc 4.2Gravatar reed@android.com2009-10-14
* check-point for reviving animatorGravatar reed@android.com2009-10-13
* remove deprecated use of porterduff enumGravatar reed@android.com2009-06-23
* Some Linux / 64-bit compile fixes.Gravatar deanm@chromium.org2009-06-11
* fix parse error:Gravatar reed@android.com2009-05-18
* separate image encode and decodeGravatar reed@android.com2009-01-06
* add text to hostapp sampleGravatar reed@android.com2008-12-23
* grab from latest androidGravatar reed@android.com2008-12-17