aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/canvas_paint_task.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* | Implements drawImage for html image as ImageSourceDiego Marcos2015-04-071-47/+118
|/
* Canvas: added arcTo() support.Mátyás Mustoha2015-04-011-0/+60
|
* auto merge of #5302 : mmatyas/servo/canvas_stroke, r=jdmbors-servo2015-03-251-0/+15
|\ | | | | | | This is the servo side patch of servo/rust-azure#149.
| * Canvas: added stroke() support.Mátyás Mustoha2015-03-251-0/+15
| |
* | Pass a slice to write_pixels.Ms2ger2015-03-251-2/+2
| |
* | Stop using the deprecated range function in canvas_paint_task.Ms2ger2015-03-251-1/+1
| |
* | Fix indentation in canvas_paint_task.Ms2ger2015-03-251-13/+13
|/
* Implementing canvas drawImage API for HTML Canvas elements as image sourceDiego Marcos2015-03-241-66/+200
|
* Update some code that's feature-gated under core.Ms2ger2015-03-211-4/+4
|
* auto merge of #5251 : mmatyas/servo/canvas_quadratic, r=jdmbors-servo2015-03-201-0/+10
|\ | | | | | | Yet another small canvas patch.
| * Canvas: implement quadraticCurveTo().Mátyás Mustoha2015-03-171-0/+10
| |
* | Implement gradient fill styles for canvas.Mátyás Mustoha2015-03-191-4/+89
|/
* Canvas: added arc().Mátyás Mustoha2015-03-091-0/+13
|
* Canvas: added lineTo().Mátyás Mustoha2015-03-021-0/+6
|
* script: Implement enough 2D canvas support to render basic SVGs such as the ↵Patrick Walton2015-02-221-10/+108
| | | | tiger.
* Implement Canvas pixel manipulationEdit Balint2015-02-221-1/+107
|
* Use cleaner StrokeOptions interface introduced by ↵Andreas Gal2015-02-201-6/+6
| | | | https://github.com/servo/rust-azure/pull/145.
* Using the color helpers in CanvasPaintTask.Adenilson Cavalcanti2015-02-051-3/+4
|
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
| | | | | | | | This used to conflict with the util crate from the standard library, which has long since been removed. The import in layout has not been changed because of a conflict with the util mod there.
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-6/+6
|
* Pass a String to spawn_named.Ms2ger2015-01-211-1/+2
| | | | | IntoString has been removed from Rust, and named() will take a String, so there is no good reason to do otherwise here.
* Use DrawTarget::new instead of DrawTarget::new_with_data in CanvasPaintTaskEdit Balint2015-01-151-13/+9
|
* CanvasRenderTask connected to LayoutEdit Balint2015-01-091-5/+17
| | | | Update rust-azure to f4a02f3f621b0a994a20d42e438371a87c62f898.
* layout: Implement `filter` per CSS-FILTERS § 5.Patrick Walton2015-01-091-3/+2
| | | | | | `blur` and `drop-shadow` are not yet supported, because the `text-shadow` PR makes some fundamental changes to blur rendering that are needed first.
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-0/+1
|
* Qualify Azure enums.Ms2ger2015-01-041-4/+5
|
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-5/+5
|
* Rename CanvasRenderTask -> CanvasPaintTask.Tetsuharu OHZEKI2014-12-081-11/+11
|
* Rename canvas_render_task -> canvas_paint_taskTetsuharu OHZEKI2014-12-081-0/+77