| Commit message (Expand) | Author | Age |
* | SkNonCopyable should be used with private inheritance. | commit-bot@chromium.org | 2014-04-07 |
* | replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove ... | commit-bot@chromium.org | 2014-03-20 |
* | De-virtualize SkCanvas matrix ops. | commit-bot@chromium.org | 2014-03-13 |
* | De-virtualize SkCanvas save/restore. | commit-bot@chromium.org | 2014-03-12 |
* | Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://co... | commit-bot@chromium.org | 2014-03-12 |
* | Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.c... | commit-bot@chromium.org | 2014-03-11 |
* | First pass at a web app that lets you run Skia code and see the results. | commit-bot@chromium.org | 2014-03-11 |
* | Revert "De-virtualize SkCanvas save/restore." | fmalita@google.com | 2014-03-11 |
* | De-virtualize SkCanvas save/restore. | fmalita@google.com | 2014-03-11 |
* | hide getTotalClip, so we can eventually remove it | commit-bot@chromium.org | 2014-03-08 |
* | fix the build error of SkiaExample -- use setColorType, not setConfig | commit-bot@chromium.org | 2014-03-07 |
* | Factor out a BaseContext from JsContext. | commit-bot@chromium.org | 2014-03-04 |
* | Start prototyping what DisplayList support will look like. | commit-bot@chromium.org | 2014-03-04 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-03-01 |
* | add new onClip* methods to SkCanvas | robertphillips@google.com | 2014-02-28 |
* | Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.ch... | robertphillips@google.com | 2014-02-28 |
* | add new onClip* methods to SkCanvas | robertphillips@google.com | 2014-02-28 |
* | Rename Path to Path2D | commit-bot@chromium.org | 2014-02-27 |
* | Move SkV8Example to SkSurface | commit-bot@chromium.org | 2014-02-27 |
* | Factory methods for heap-allocated SkPathEffect and SkXfermode objects. | commit-bot@chromium.org | 2014-02-20 |
* | fix iOS build -- pass colortype, not config | commit-bot@chromium.org | 2014-02-18 |
* | Change device factories to take SkImageInfo instead of SkBitmap::Config | commit-bot@chromium.org | 2014-02-16 |
* | Add conicTo(). | commit-bot@chromium.org | 2014-02-13 |
* | Update directions and lib paths for ninja. | commit-bot@chromium.org | 2014-02-13 |
* | Both gears and snow should detect if Path is available, and also report on th... | commit-bot@chromium.org | 2014-01-23 |
* | Remove more unnamed namespace usages. | tfarina@chromium.org | 2014-01-23 |
* | Clear the canvas before drawing the gears. | commit-bot@chromium.org | 2014-01-16 |
* | Add handling alpha values in RRGGBBAA formatted styles. | commit-bot@chromium.org | 2014-01-13 |
* | Just use one version of the scripts in both the browser and in SkV8 by using ... | commit-bot@chromium.org | 2014-01-10 |
* | Small tweaks to be able to build everything target: | commit-bot@chromium.org | 2014-01-08 |
* | Move v8 into third_party. | commit-bot@chromium.org | 2014-01-08 |
* | Add the gears.js demo and all the code changes needed to get it working, incl... | commit-bot@chromium.org | 2014-01-07 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-01-07 |
* | Turn on GL drawing, allow switching via --gpu flag. | commit-bot@chromium.org | 2014-01-06 |
* | Renamed JsCanvas to JsContext and moved into it's own file. | commit-bot@chromium.org | 2014-01-06 |
* | Allow multiple concurrent timers. | commit-bot@chromium.org | 2013-12-20 |
* | remove unused SkFixed and SkFract functions | reed@google.com | 2013-12-19 |
* | Add a setTimer() function. | commit-bot@chromium.org | 2013-12-18 |
* | add virtual destructor for SkExample to fix build error. | commit-bot@chromium.org | 2013-12-17 |
* | change SkScalarRound to SkScalarRoundToInt | reed@google.com | 2013-12-17 |
* | deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de... | reed@google.com | 2013-12-17 |
* | remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats | reed@google.com | 2013-12-17 |
* | Add a print function in the global JS scope for debugging. | commit-bot@chromium.org | 2013-12-16 |
* | Add command line flag for optionally loading JS from external files. | commit-bot@chromium.org | 2013-12-16 |
* | Added canvas.fillStyle with support for just the "#RRGGBB" style of colors. | commit-bot@chromium.org | 2013-12-11 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-12-11 |
* | Fix error in r12597 (can't forget that newline at the end of a file) | robertphillips@google.com | 2013-12-10 |
* | New Composite CSS border object | robertphillips@google.com | 2013-12-10 |
* | Add a canvas object with drawRect() and inval(). | commit-bot@chromium.org | 2013-12-10 |
* | A simple draw() function in Javascript. | commit-bot@chromium.org | 2013-12-06 |