Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Canvas: added arcTo() support. | Mátyás Mustoha | 2015-04-01 | 1 | -0/+1 | |
| | ||||||
* | Update some code that's feature-gated under core. | Ms2ger | 2015-03-21 | 1 | -1/+0 | |
| | ||||||
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -2/+0 | |
| | ||||||
* | script: Implement enough 2D canvas support to render basic SVGs such as the ↵ | Patrick Walton | 2015-02-22 | 1 | -0/+1 | |
| | | | | tiger. | |||||
* | Implement Canvas pixel manipulation | Edit Balint | 2015-02-22 | 1 | -0/+1 | |
| | ||||||
* | Fix warnings in canvas. | Ms2ger | 2015-02-13 | 1 | -1/+2 | |
| | ||||||
* | Allow unused variables, imports, and mutable. | Josh Matthews | 2015-02-09 | 1 | -2/+0 | |
| | ||||||
* | Using the color helpers in CanvasPaintTask. | Adenilson Cavalcanti | 2015-02-05 | 1 | -0/+2 | |
| | ||||||
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -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. | Ms2ger | 2015-01-28 | 1 | -0/+1 | |
| | ||||||
* | Allow `missing_copy_implementations` | Matthew Rasmus | 2015-01-08 | 1 | -0/+1 | |
| | ||||||
* | Rename canvas_render_task -> canvas_paint_task | Tetsuharu OHZEKI | 2014-12-08 | 1 | -1/+1 | |
| | ||||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -1/+2 | |
| | ||||||
* | Run all task spawning through util, to allow for easy hooking. | Clark Gaebel | 2014-10-28 | 1 | -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 Moffitt | 2014-09-13 | 1 | -0/+2 | |
| | ||||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+8 | |