aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvasrenderingcontext2d.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-2/+1
* Remove Temporary::new()Anthony Ramine2015-04-281-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Remove as_slice() calls from script.Ms2ger2015-04-261-4/+1
* Refactored image cache task - details below.Glenn Watson2015-04-231-10/+5
* Canvas: implement global composition and blending.Mátyás Mustoha2015-04-221-1/+20
* Canvas: add clipping path support.Mátyás Mustoha2015-04-221-0/+7
* Canvas: implement rectangle drawing.Mátyás Mustoha2015-04-211-0/+9
* Kicks off a WebGL implementationDiego Marcos2015-04-201-41/+42
* Canvas: implement context state save/restore.Mátyás Mustoha2015-04-191-55/+95
* Add specification links to canvas line cap and line joinMátyás Mustoha2015-04-151-0/+4
* Add/update comments with links to specCorey Farwell2015-04-141-9/+45
* Canvas: added lineCap and lineJoin support.Mátyás Mustoha2015-04-141-0/+36
* Switch Arc<Box<Image>> to Arc<Image> for perf boost.Aneesh Agrawal2015-04-101-1/+1
* Auto merge of #5613 - mmatyas:canvas_miterlimit, r=jdmbors-servo2015-04-091-0/+15
|\
| * Canvas: added miterLimit support.Mátyás Mustoha2015-04-091-0/+15
* | Canvas: moved Rect validation to a common function.Mátyás Mustoha2015-04-091-18/+18
|/
* Canvas: added support for the globalAlpha attribute.Mátyás Mustoha2015-04-081-0/+15
* Auto merge of #5562 - mmatyas:canvas_linewidth, r=jdmbors-servo2015-04-081-0/+15
|\
| * Canvas: added lineWidth support.Mátyás Mustoha2015-04-071-0/+15
* | Implements drawImage for html image as ImageSourceDiego Marcos2015-04-071-39/+176
|/
* Consistently name enum members in `dom::bindings::error::Error`Eric Hegnes2015-04-051-3/+3
* Canvas: added arcTo() support.Mátyás Mustoha2015-04-011-0/+13
* Canvas: arc throws IndexSizeError on negative radius.Mátyás Mustoha2015-03-301-1/+7
* Remove some unnecessary uses of `as_slice`Corey Farwell2015-03-291-3/+3
* auto merge of #5302 : mmatyas/servo/canvas_stroke, r=jdmbors-servo2015-03-251-0/+4
|\
| * Canvas: added stroke() support.Mátyás Mustoha2015-03-251-0/+4
* | Add guards to almost CanvasRenderingContext2D methods according to the spec.Tetsuharu OHZEKI2015-03-251-1/+89
* | Enable `unrestricted` types for `CanvasRenderingContext2D`.Tetsuharu OHZEKI2015-03-251-7/+31
|/
* Implementing canvas drawImage API for HTML Canvas elements as image sourceDiego Marcos2015-03-241-4/+230
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-0/+2
* auto merge of #5251 : mmatyas/servo/canvas_quadratic, r=jdmbors-servo2015-03-201-0/+5
|\
| * Canvas: implement quadraticCurveTo().Mátyás Mustoha2015-03-171-0/+5
* | Implement gradient fill styles for canvas.Mátyás Mustoha2015-03-191-1/+23
|/
* Canvas: added arc().Mátyás Mustoha2015-03-091-0/+5
* Cleanup compilation warning.Adenilson Cavalcanti2015-03-021-1/+1
* Canvas: added lineTo().Mátyás Mustoha2015-03-021-0/+4
* script: Implement enough 2D canvas support to render basic SVGs such as the t...Patrick Walton2015-02-221-12/+149
* Implement Canvas pixel manipulationEdit Balint2015-02-221-3/+54
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-5/+5
* LayoutJS<T> implements Layout*Helpers instead of JS<T>.Tetsuharu OHZEKI2015-02-011-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-0/+2
* CanvasRenderTask connected to LayoutEdit Balint2015-01-091-0/+10
* Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-4/+4
* Qualify CanvasMsg.Ms2ger2015-01-041-1/+2
* Remove extra spacesManish Goregaokar2014-12-271-1/+0
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* Rename CanvasRenderTask -> CanvasPaintTask.Tetsuharu OHZEKI2014-12-081-2/+2
* Rename canvas_render_task -> canvas_paint_taskTetsuharu OHZEKI2014-12-081-1/+1
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1