aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvasrenderingcontext2d.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-4/+2
* Create pattern from HTMLCanvasElement or CanvasRenderingContext2D.Hyowon Kim2015-06-241-31/+77
* Auto merge of #6413 - hyowon:invalid_shadow_attrs, r=Ms2gerbors-servo2015-06-201-2/+15
|\
| * Check invalid values for the shadow attributes.Hyowon Kim2015-06-181-2/+15
* | Upgrade to SM 39Michael Wu2015-06-191-48/+36
* | Use euclid from crates.ioecoal952015-06-191-4/+4
|/
* rust-geom API changesCorey Farwell2015-06-131-39/+61
* Implementation of pattern fill style for canvas.Hyowon Kim2015-06-131-3/+45
* Remove gfx_traits from the dependencies of [script].Mátyás Mustoha2015-06-121-11/+3
* Add attributes for canvas shadows.Hyowon Kim2015-06-121-0/+64
* Replace fill_color and stroke_color with fill_style and stroke_style in Canva...Hyowon Kim2015-06-061-19/+52
* Serialize colors for fill and stroke styles in canvas.Hyowon Kim2015-06-031-9/+21
* Auto merge of #6183 - ecoal95:webglcontextattributes, r=noxbors-servo2015-06-011-1/+5
|\
| * Add WebGLContextAttributes supportecoal952015-06-011-1/+5
* | Correct the calculation of rects for drawimage.Hyowon Kim2015-06-011-4/+4
|/
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-11/+26
* Auto merge of #5586 - pcwalton:no-broken-background-image-redux, r=glennwbors-servo2015-05-201-7/+5
|\
| * net: Don't load the placeholder image for background images, only forPatrick Walton2015-05-201-7/+5
* | Layerize canvasecoal952015-05-201-4/+4
|/
* Auto merge of #5949 - mmatyas:canvas_dirty, r=jdmbors-servo2015-05-071-3/+19
|\
| * Mark the canvas as dirty on certain drawing calls.Mátyás Mustoha2015-05-061-3/+19
* | Canvas: implement transformation matrix reset.Mátyás Mustoha2015-05-061-0/+6
* | Auto merge of #5945 - mmatyas:canvas_mxrotate, r=jdmbors-servo2015-05-061-0/+14
|\ \ | |/ |/|
| * Canvas: implement transformation matrix rotation.Mátyás Mustoha2015-05-061-0/+14
* | 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
|\