aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvasrenderingcontext2d.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Simple privatizationsTim Taubert2014-10-131-0/+1
* Remove Untraceable from canvasrenderingcontext2d.rsManish Goregaokar2014-10-051-7/+6
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-4/+4
* Reintroduce Untraceable<T>.deref_mut() to make mem::replace() possible to Unt...Tetsuharu OHZEKI2014-09-201-4/+4
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-2/+2
* Add unrooted_must_root lint for enums and structs containing JS<T>, as well a...Manish Goregaokar2014-09-161-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+79