aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvasrenderingcontext2d.rs
Commit message (Expand)AuthorAgeFilesLines
* Removed JS::root Fixes #8251nxnfufunezn2015-10-311-8/+7
* Make unrooted_must_root a bit more aggressive.Eli Friedman2015-10-231-0/+1
* Auto merge of #8086 - froydnj:premultiply-tables, r=jdmbors-servo2015-10-211-6/+5
|\
| * add un-premultiply table for GetImageDataNathan Froyd2015-10-201-6/+5
* | Auto merge of #8115 - nerith:canvas, r=jdmbors-servo2015-10-211-1/+1
|\ \
| * | Don't require the CanvasFillOrStrokeStyle enum to be publicBrandon Fairchild2015-10-211-1/+1
| |/
* | Clean up the cast callsAnthony Ramine2015-10-211-3/+1
* | Introduce trait CastableAnthony Ramine2015-10-211-3/+3
|/
* Stop implementing Copy for JS<T>.Eli Friedman2015-10-151-2/+2
* Link to the HTML multipage spec, not the single-page one.Eli Friedman2015-10-131-2/+2
* Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-16/+15
* webgl: texImage2D with a canvas argumentEmilio Cobos Álvarez2015-09-251-37/+14
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-6/+5
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-14/+9
* Make use of FromStr and Default traits in lib canvasThiago Pontes2015-09-031-4/+5
* Fix reported test-tidy errorsBrandon Fairchild2015-09-011-1/+1
* Merge adjacent identical `impl` sectionsCorey Farwell2015-08-281-3/+0
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-62/+62
* Remove helper traitsAnthony Ramine2015-08-271-11/+7
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* webgl: Implement multiple calls and improve error detectionecoal952015-08-251-13/+11
* sort all usesJohann Tuffe2015-08-201-4/+4
* Fix existing syntactics nits.Josh Matthews2015-08-161-3/+5
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-2/+4
* Auto merge of #7092 - dzbarsky:putimagedata, r=jdmbors-servo2015-08-091-6/+7
|\
| * Switch PutImageData to using CopySurfaceDavid Zbarsky2015-08-081-4/+5
| * Pass a Rect instead of an Option<Rect> to PutImageDataDavid Zbarsky2015-08-081-2/+2
* | Fix getImageData with sizes < 1 pixelDavid Zbarsky2015-08-081-9/+23
|/
* GetImageData should return un-premultiplied alpha valuesDavid Zbarsky2015-08-061-1/+12
* Refactor DrawImage implementations to avoid code duplicationDavid Zbarsky2015-08-061-140/+53
* Auto merge of #6974 - dzbarsky:tiny-create, r=jdmbors-servo2015-08-051-1/+4
|\
| * Fix createImageData with sizes < 1 pixelDavid Zbarsky2015-08-041-1/+4
* | Make createRadialGradient throw for negative radiiDavid Zbarsky2015-08-041-4/+8
|/
* Clean up some methods in CanvasRendeingContext2DDavid Zbarsky2015-08-031-85/+26
* script: Make the `ImageCacheTask` use IPC.Patrick Walton2015-07-261-3/+2
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-251-61/+109
* Add servo Image type. Remove rust-png dependency from script, gfx, layout.Glenn Watson2015-07-071-6/+6
* 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
|\