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