aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Canvas: added arcTo() support.Mátyás Mustoha2015-04-011-0/+1
|
* Update some code that's feature-gated under core.Ms2ger2015-03-211-1/+0
|
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+0
|
* script: Implement enough 2D canvas support to render basic SVGs such as the ↵Patrick Walton2015-02-221-0/+1
| | | | tiger.
* Implement Canvas pixel manipulationEdit Balint2015-02-221-0/+1
|
* Fix warnings in canvas.Ms2ger2015-02-131-1/+2
|
* Allow unused variables, imports, and mutable.Josh Matthews2015-02-091-2/+0
|
* Using the color helpers in CanvasPaintTask.Adenilson Cavalcanti2015-02-051-0/+2
|
* 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.
* Fix various build warnings.Ms2ger2015-01-281-0/+1
|
* Allow `missing_copy_implementations`Matthew Rasmus2015-01-081-0/+1
|
* Rename canvas_render_task -> canvas_paint_taskTetsuharu OHZEKI2014-12-081-1/+1
|
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+2
|
* Run all task spawning through util, to allow for easy hooking.Clark Gaebel2014-10-281-0/+1
| | | | | | | | During debugging, I found it useful to hook all task creation in a central location, and util::task was the perfect place for it. r? @pcwalton (or maybe someone else, I'm kinda sending you a bunch of reviews today because I don't know who better to give them to)
* Reinstate errors for unused variables and imports.Jack Moffitt2014-09-131-0/+2
|
* Cargoify servoJack Moffitt2014-09-081-0/+8