| Commit message (Expand) | Author | Age |
* | Remove trailing whitespace. | Ben Wagner | 2017-10-09 |
* | Add missing onDrawDrawable() overrides to utility canvases | Florin Malita | 2017-09-22 |
* | Convert NULL and 0 to nullptr. | Ben Wagner | 2017-08-28 |
* | Mark overridden destructors with 'override' and remove 'virtual' | Brian Salomon | 2017-03-22 |
* | remove legacy virtual for vertices, only support object form | Mike Reed | 2017-03-17 |
* | Revert[2] "More SkVertices implementation work"" | Mike Reed | 2017-03-17 |
* | Revert "More SkVertices implementation work" | Mike Reed | 2017-03-17 |
* | More SkVertices implementation work | Mike Reed | 2017-03-17 |
* | Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. | Brian Salomon | 2017-02-06 |
* | 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 |
* | remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM | Mike Reed | 2016-11-03 |
* | remove xfermode from public api | Mike Reed | 2016-10-28 |
* | abstract name of clipping ops, to transtion to a more restricted set | reed | 2016-09-20 |
* | Plumb drawArc to SkDevice. | bsalomon | 2016-08-19 |
* | drawTextRSXform | reed | 2016-07-07 |
* | all dumpcanvas to be built in release | reed | 2016-07-04 |
* | Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. | djsollen | 2016-04-29 |
* | Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (pat... | reed | 2016-04-28 |
* | Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. | djsollen | 2016-04-27 |
* | Move annotations to canvas virtual (patchset #8 id:140001 of https://coderevi... | reed | 2016-03-04 |
* | Revert of move annotations to canvas virtual (patchset #8 id:140001 of https:... | reed | 2016-03-03 |
* | move annotations to canvas virtual | reed | 2016-03-03 |
* | change signature for virtual related to saveLayer, passing SaveLayerRec | reed | 2015-12-18 |
* | Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview... | reed | 2015-12-16 |
* | Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://code... | reed | 2015-12-16 |
* | remove drawSprite from canvas | reed | 2015-12-16 |
* | remove all guards for changes to drawBitmapRect / drawImageRect | reed | 2015-07-28 |
* | add src-rect-constraint to drawImageRect | reed | 2015-07-14 |
* | remove SkInstCnt | mtklein | 2015-06-26 |
* | Remove the SkCanvas comment API | fmalita | 2015-06-15 |
* | 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 |
* | Revert of Revert of move remaining virtual draw methods to onDraw (patchset #... | reed | 2015-01-05 |
* | Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001... | reed | 2015-01-05 |
* | move remaining virtual draw methods to onDraw | reed | 2015-01-04 |
* | remove unused drawData | reed | 2015-01-02 |
* | Cull pushCull and popCull from Skia. | mtklein | 2014-12-12 |
* | Remove SkCanvas::drawBitmapMatrix() | Florin Malita | 2014-12-10 |
* | SkTextBlob plumbing | fmalita | 2014-08-26 |
* | SkCanvas::drawPatch param SkPoint[12] | dandov | 2014-08-12 |
* | add drawPicture variant that takes a matrix and paint | reed | 2014-08-09 |
* | Stopped skipping tests in dm of SkPatch by implementing the | dandov | 2014-08-07 |
* | SaveFlags be-gone | Florin Malita | 2014-06-30 |
* | Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) | robertphillips | 2014-06-04 |
* | Make drawText calls non-virtual, to ease SkFont and TextBlob (https://coderev... | reed@google.com | 2014-04-23 |
* | Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https... | commit-bot@chromium.org | 2014-04-22 |
* | make drawText calls non-virtual, to ease SkFont and TextBlob | commit-bot@chromium.org | 2014-04-22 |
* | Consolidate SkCanvas matrix virtuals. | commit-bot@chromium.org | 2014-03-25 |