| Commit message (Expand) | Author | Age |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h... | reed | 2015-08-04 |
* | IWYU: 'core' target, files starting A-C. | bungeman | 2015-08-04 |
* | remove all guards for changes to drawBitmapRect / drawImageRect | reed | 2015-07-28 |
* | add src-rect-constraint to drawImageRect | reed | 2015-07-14 |
* | Begin kLegacyFontHost_InitType cleanup | robertphillips | 2015-06-22 |
* | Update SVGDevice for RRect and drawPoints | reed | 2015-05-15 |
* | Some usability ideas around SkTHash. | mtklein | 2015-03-20 |
* | [SkSVGDevice] drawBitmap* support | fmalita | 2015-02-27 |
* | [SVGDevice] Text whitespace unittest | fmalita | 2015-02-20 |
* | [SkSVGDevice] Fix whitespace text handling | fmalita | 2015-02-19 |
* | [SkSVGDevice] Full font family support | fmalita | 2015-02-13 |
* | Add SkSVGCanvas | fmalita | 2015-02-06 |