aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
Commit message (Expand)AuthorAge
* Add handling alpha values in RRGGBBAA formatted styles.Gravatar commit-bot@chromium.org2014-01-13
* Just use one version of the scripts in both the browser and in SkV8 by using ...Gravatar commit-bot@chromium.org2014-01-10
* Small tweaks to be able to build everything target:Gravatar commit-bot@chromium.org2014-01-08
* Move v8 into third_party.Gravatar commit-bot@chromium.org2014-01-08
* Add the gears.js demo and all the code changes needed to get it working, incl...Gravatar commit-bot@chromium.org2014-01-07
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-07
* Turn on GL drawing, allow switching via --gpu flag.Gravatar commit-bot@chromium.org2014-01-06
* Renamed JsCanvas to JsContext and moved into it's own file.Gravatar commit-bot@chromium.org2014-01-06
* Allow multiple concurrent timers.Gravatar commit-bot@chromium.org2013-12-20
* remove unused SkFixed and SkFract functionsGravatar reed@google.com2013-12-19
* Add a setTimer() function.Gravatar commit-bot@chromium.org2013-12-18
* add virtual destructor for SkExample to fix build error.Gravatar commit-bot@chromium.org2013-12-17
* change SkScalarRound to SkScalarRoundToIntGravatar reed@google.com2013-12-17
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Add a print function in the global JS scope for debugging.Gravatar commit-bot@chromium.org2013-12-16
* Add command line flag for optionally loading JS from external files.Gravatar commit-bot@chromium.org2013-12-16
* Added canvas.fillStyle with support for just the "#RRGGBB" style of colors.Gravatar commit-bot@chromium.org2013-12-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-11
* Fix error in r12597 (can't forget that newline at the end of a file)Gravatar robertphillips@google.com2013-12-10
* New Composite CSS border objectGravatar robertphillips@google.com2013-12-10
* Add a canvas object with drawRect() and inval().Gravatar commit-bot@chromium.org2013-12-10
* A simple draw() function in Javascript.Gravatar commit-bot@chromium.org2013-12-06
* V8 and SkiaGravatar commit-bot@chromium.org2013-12-05
* Remove SkPdfNativeDoc::tokenizerOfStream.Gravatar scroggo@google.com2013-12-03
* Use lowercase windows.h in includes to fix Windows cross compilation using mi...Gravatar bungeman@google.com2013-12-03
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-03
* Simplify SkPdfTokenLooper behavior.Gravatar scroggo@google.com2013-12-02
* Remove some PdfViewer warnings.Gravatar scroggo@google.com2013-12-02
* Separate and update PDF_DIFF_TRACE_IN_PNGGravatar scroggo@google.com2013-12-02
* Restructuring of PdfViewer code.Gravatar scroggo@google.com2013-12-02
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Move PdfTokenLooper into its own file.Gravatar scroggo@google.com2013-11-20
* Ifdef guard for SkPdfContext.Gravatar scroggo@google.com2013-11-20
* Move SkPdfContext into its own files.Gravatar scroggo@google.com2013-11-20
* Make changes based on talks with Edison.Gravatar scroggo@google.com2013-11-20
* Changes to SkTDStackNester.Gravatar scroggo@google.com2013-11-20
* Move SkTDStackNester into its own private file.Gravatar scroggo@google.com2013-11-20
* Hide unused gFormats.Gravatar mtklein@google.com2013-11-20
* Add missing (trivial) virtual destructors.Gravatar mtklein@google.com2013-11-20
* Pdfviewer refactoring.Gravatar scroggo@google.com2013-11-14
* Fix warnings and Win only error in pdf_viewer.Gravatar scroggo@google.com2013-11-14
* Include SkBitmapDevice for pdf_viewer.Gravatar scroggo@google.com2013-11-14
* pdfviewer: readobject can return null, and catalog can be nullGravatar edisonn@google.com2013-11-13
* drawPosTextOnPath is now deprecated, removing all overrides and implsGravatar reed@google.com2013-11-13
* pdfviewer: remove sqrt from the formula computing the scale (DPI is dots per ...Gravatar edisonn@google.com2013-11-12
* Add a script for running pdfviewer and comparing to existing results.Gravatar scroggo@google.com2013-11-12
* Use SkPathJoin and SkBasename in Pdfviewer.Gravatar scroggo@google.com2013-11-12
* pdfviewer: fix build break in windows (wrong return type on function)Gravatar edisonn@google.com2013-11-11
* pdfviewr: include what you use (stdio)Gravatar edisonn@google.com2013-11-07