| Commit message (Expand) | Author | Age |
* | Move SkTypeface to sk_sp. | bungeman | 2016-05-12 |
* | Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi... | scroggo | 2016-05-12 |
* | Move SkTypeface to sk_sp. | bungeman | 2016-05-11 |
* | Remove uses of SkImageDecoder from samplecode | msarett | 2016-03-18 |
* | remove xmlparser includes from samples | caryclark | 2016-02-29 |
* | Cleanups related to SkFixed. | benjaminwagner | 2016-02-25 |
* | Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https... | benjaminwagner | 2016-02-24 |
* | Cleanups related to SkFixed. | benjaminwagner | 2016-02-24 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Cleanup: More override fixes - another round. | tfarina | 2015-01-05 |
* | remove unused TextBufferDirection enum | reed | 2014-10-03 |
* | remove dead code from sample | reed | 2014-07-15 |
* | remove unused Kernel33MaskFilter | commit-bot@chromium.org | 2014-05-12 |
* | Allow toString capability to be toggled independent of developer mode. | commit-bot@chromium.org | 2014-03-13 |
* | use SkColorType instead of SkBitmap::Config in samplecode | commit-bot@chromium.org | 2014-02-17 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | remove remaining references to Sk64 (obsolete) | reed@google.com | 2014-01-13 |
* | deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de... | reed@google.com | 2013-12-17 |
* | remove SkFloatToScalar macro | commit-bot@chromium.org | 2013-11-25 |
* | Change old PRG to be SkLCGRandom; change new one to SkRandom | commit-bot@chromium.org | 2013-09-09 |
* | Switch out random number generator for tests, benches, samples. | commit-bot@chromium.org | 2013-09-06 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-03-19 |
* | Added toString to SkMaskFilter-derived classes | robertphillips@google.com | 2013-03-18 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Added toString to SkXfermode-derived classes (for debugger) | robertphillips@google.com | 2013-01-22 |
* | pass modifier keys to click events (e.g. control | shift etc.) | reed@google.com | 2013-01-08 |
* | fix warnings: | mike@reedtribe.org | 2012-12-24 |
* | change SkMaskFilter methods to const, in preparation for making the class as | reed@google.com | 2012-12-18 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 2012-08-07 |
* | Fix type errors and a few warnings for Visual Studio 2010 64-bit build. | tomhudson@google.com | 2012-05-17 |
* | Remove unused static functions from SampleApp and effects | djsollen@google.com | 2012-03-29 |
* | Cleanup code related to SkFlattenable::flatten() | djsollen@google.com | 2012-03-29 |
* | Create macro for registering classes for deserialization | djsollen@google.com | 2012-03-26 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on | senorblanco@chromium.org | 2011-05-19 |
* | code style, inherit from SampleView | reed@google.com | 2011-05-18 |
* | add typefacecache | reed@google.com | 2011-05-02 |
* | fix warnings | reed@google.com | 2011-04-14 |
* | remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with | reed@google.com | 2011-02-07 |
* | merge with changes for GPU backend | reed@android.com | 2010-12-20 |
* | fix matrix use in coretext fonthost | reed@android.com | 2010-07-22 |
* | update to try out programmable shaders | reed@android.com | 2010-01-25 |
* | add isConvex() hit to SkPath, to be used to speed up fills and opengl | reed@android.com | 2009-06-03 |
* | call notifyPixelsChanged() when the pages are flipped in pageflippixelref | reed@android.com | 2009-05-30 |
* | add SDL support | reed@android.com | 2009-05-22 |
* | API cleanup: rename typeface Create to CreateFromName, and remove default arg | reed@android.com | 2009-03-04 |
* | update more sample code to new compose shader header | reed@android.com | 2008-12-23 |