Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Implements drawImage for html image as ImageSource | Diego Marcos | 2015-04-07 | 1 | -47/+118 | |
|/ | ||||||
* | Canvas: added arcTo() support. | Mátyás Mustoha | 2015-04-01 | 1 | -0/+60 | |
| | ||||||
* | auto merge of #5302 : mmatyas/servo/canvas_stroke, r=jdm | bors-servo | 2015-03-25 | 1 | -0/+15 | |
|\ | | | | | | | This is the servo side patch of servo/rust-azure#149. | |||||
| * | Canvas: added stroke() support. | Mátyás Mustoha | 2015-03-25 | 1 | -0/+15 | |
| | | ||||||
* | | Pass a slice to write_pixels. | Ms2ger | 2015-03-25 | 1 | -2/+2 | |
| | | ||||||
* | | Stop using the deprecated range function in canvas_paint_task. | Ms2ger | 2015-03-25 | 1 | -1/+1 | |
| | | ||||||
* | | Fix indentation in canvas_paint_task. | Ms2ger | 2015-03-25 | 1 | -13/+13 | |
|/ | ||||||
* | Implementing canvas drawImage API for HTML Canvas elements as image source | Diego Marcos | 2015-03-24 | 1 | -66/+200 | |
| | ||||||
* | Update some code that's feature-gated under core. | Ms2ger | 2015-03-21 | 1 | -4/+4 | |
| | ||||||
* | auto merge of #5251 : mmatyas/servo/canvas_quadratic, r=jdm | bors-servo | 2015-03-20 | 1 | -0/+10 | |
|\ | | | | | | | Yet another small canvas patch. | |||||
| * | Canvas: implement quadraticCurveTo(). | Mátyás Mustoha | 2015-03-17 | 1 | -0/+10 | |
| | | ||||||
* | | Implement gradient fill styles for canvas. | Mátyás Mustoha | 2015-03-19 | 1 | -4/+89 | |
|/ | ||||||
* | Canvas: added arc(). | Mátyás Mustoha | 2015-03-09 | 1 | -0/+13 | |
| | ||||||
* | Canvas: added lineTo(). | Mátyás Mustoha | 2015-03-02 | 1 | -0/+6 | |
| | ||||||
* | script: Implement enough 2D canvas support to render basic SVGs such as the ↵ | Patrick Walton | 2015-02-22 | 1 | -10/+108 | |
| | | | | tiger. | |||||
* | Implement Canvas pixel manipulation | Edit Balint | 2015-02-22 | 1 | -1/+107 | |
| | ||||||
* | Use cleaner StrokeOptions interface introduced by ↵ | Andreas Gal | 2015-02-20 | 1 | -6/+6 | |
| | | | | https://github.com/servo/rust-azure/pull/145. | |||||
* | Using the color helpers in CanvasPaintTask. | Adenilson Cavalcanti | 2015-02-05 | 1 | -3/+4 | |
| | ||||||
* | 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. | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -6/+6 | |
| | ||||||
* | Pass a String to spawn_named. | Ms2ger | 2015-01-21 | 1 | -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 CanvasPaintTask | Edit Balint | 2015-01-15 | 1 | -13/+9 | |
| | ||||||
* | CanvasRenderTask connected to Layout | Edit Balint | 2015-01-09 | 1 | -5/+17 | |
| | | | | Update rust-azure to f4a02f3f621b0a994a20d42e438371a87c62f898. | |||||
* | layout: Implement `filter` per CSS-FILTERS § 5. | Patrick Walton | 2015-01-09 | 1 | -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. | Ms2ger | 2015-01-08 | 1 | -0/+1 | |
| | ||||||
* | Qualify Azure enums. | Ms2ger | 2015-01-04 | 1 | -4/+5 | |
| | ||||||
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -5/+5 | |
| | ||||||
* | Rename CanvasRenderTask -> CanvasPaintTask. | Tetsuharu OHZEKI | 2014-12-08 | 1 | -11/+11 | |
| | ||||||
* | Rename canvas_render_task -> canvas_paint_task | Tetsuharu OHZEKI | 2014-12-08 | 1 | -0/+77 | |