| Commit message (Expand) | Author | Age |
* | Add a SkWStream-based SkSVGCanvas factory | Florin Malita | 2017-09-19 |
* | Replace SkFAIL with SK_ABORT. | Ben Wagner | 2017-08-16 |
* | Remove internal use of SkTypeface::Style. | Ben Wagner | 2017-07-27 |
* | SkDevice::drawBitmap takes x,y, not matrix | Hal Canary | 2017-06-27 |
* | Mark overridden destructors with 'override' and remove 'virtual' | Brian Salomon | 2017-03-22 |
* | remove legacy vertices virtual from SkDevice | Mike Reed | 2017-03-19 |
* | use AutoRestore instead of making a copy of the clipstack | Mike Reed | 2017-03-13 |
* | Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric ... | Mike Reed | 2017-03-07 |
* | Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, an... | Mike Reed | 2017-03-04 |
* | Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable... | Mike Reed | 2017-03-04 |
* | Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-... | Cary Clark | 2017-03-03 |
* | Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric ... | Mike Reed | 2017-03-03 |
* | Revert "Remove SkDraw from device-draw methods, and enable device-centric cli... | Mike Reed | 2017-03-02 |
* | Remove SkDraw from device-draw methods, and enable device-centric clipping. | Mike Reed | 2017-03-02 |
* | add ViaSVG to dm | Mike Reed | 2017-02-17 |
* | use common intermediate device class for clipstack management | Mike Reed | 2017-02-17 |
* | Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" | Mike Reed | 2017-01-13 |
* | move SkDevice.h and SkBitmapDevice.h contents in to src headers | Mike Reed | 2017-01-13 |
* | refFoo variant for getters that naturally have a sk_sp | Mike Reed | 2017-01-12 |
* | change SkClipOp to a class enum | Mike Reed | 2016-12-12 |
* | Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" | Mike Reed | 2016-12-09 |
* | Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" | Mike Reed | 2016-12-09 |
* | remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS | Mike Reed | 2016-12-08 |
* | SkImageEncoder: simplify API | Hal Canary | 2016-11-23 |
* | Revert 248ff023 & 2cb6cb72 | Hal Canary | 2016-11-22 |
* | SkImageEncoder: simplify API | Hal Canary | 2016-11-22 |
* | Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" | Mike Reed | 2016-11-13 |
* | Revert "Change SkCanvas to *not* inherit from SkRefCnt" | Heather Miller | 2016-11-10 |
* | Change SkCanvas to *not* inherit from SkRefCnt | Mike Reed | 2016-11-09 |
* | s/SkAutoTUnref/sk_sp/ in src/ part 1 | Hal Canary | 2016-11-07 |
* | remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM | Mike Reed | 2016-11-03 |
* | Remove SkAutoTDelete. | Ben Wagner | 2016-11-03 |
* | remove xfermode from public api | Mike Reed | 2016-10-28 |
* | Move clip CTM application to SkRasterClip and SkClipStack | Brian Salomon | 2016-10-03 |
* | abstract name of clipping ops, to transtion to a more restricted set | reed | 2016-09-20 |
* | [SVGDevice] Observe even-odd path fills | fmalita | 2016-09-06 |
* | store info in basedevice, change getter to non-virtual const& | reed | 2016-08-20 |
* | Deprecate SkDevice::accessBitmap method | robertphillips | 2016-07-21 |
* | Delete the legacy SVG parser | fmalita | 2016-07-19 |
* | 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 |
* | Image filters: de-nest SkImageFilter::Cache and Cache::Key. | senorblanco | 2016-04-27 |
* | Style bikeshed - remove extraneous whitespace | halcanary | 2016-03-29 |
* | Switch SkAutoMalloc to SkAutoTMalloc to avoid cast | scroggo | 2015-12-10 |
* | Clean up some dead code. | mtklein | 2015-10-20 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | Use static_assert instead of SK_COMPILE_ASSERT. | bungeman | 2015-08-20 |
* | IWYU: 'core' target, files starting A-C. | bungeman | 2015-08-05 |