Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -367/+0 | |
| | |||||
* | Implement `Frame::fill_rectangle` | 2020-05-01 | 1 | -0/+51 | |
| | | | | This method greatly improves performance when drawing axis-aligned rectangles. | ||||
* | Clip and cull `Mesh2D` primitives in `iced_wgpu` | 2020-04-28 | 1 | -0/+1 | |
| | |||||
* | Introduce `Translate` primitive in `iced_wgpu` | 2020-04-28 | 1 | -6/+6 | |
| | |||||
* | Ask for a `Size` in `Frame::new` | 2020-04-28 | 1 | -9/+7 | |
| | |||||
* | Fix MSAA blit vertex shader to match `wgpu` NDC | 2020-04-16 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #269 from hecrj/update-wgpu | 2020-04-16 | 1 | -1/+1 | |
|\ | | | | | Update `wgpu` to `0.5` in `iced_wgpu` | ||||
| * | Fix `angle` sign in `canvas::Frame::rotate` | 2020-04-08 | 1 | -1/+1 | |
| | | |||||
* | | Make `Frame::fill_text` take a generic `Into<Text>` | 2020-04-14 | 1 | -1/+3 | |
| | | |||||
* | | Make `Frame::stroke` take a generic `Into<Stroke>` | 2020-04-14 | 1 | -1/+3 | |
| | | |||||
* | | Make `Frame::fill` take a generic `Into<Fill>` | 2020-04-14 | 1 | -2/+2 | |
| | | | | | | | | This can be used to improve readability by using your own types. | ||||
* | | Stop generating empty `Mesh2D` in `canvas::Frame` | 2020-04-09 | 1 | -7/+9 | |
|/ | |||||
* | document wgpu feature flags | 2020-04-04 | 1 | -0/+1 | |
| | |||||
* | Transform text position in `Frame::fill_text` | 2020-03-08 | 1 | -3/+23 | |
| | | | | Also add a warning explaining its current limitations. | ||||
* | Implement `Primitive::Cached` | 2020-03-07 | 1 | -31/+28 | |
| | |||||
* | Rename `Frame::text` to `Frame::fill_text` | 2020-03-07 | 1 | -2/+4 | |
| | | | | This keeps the API similar to the Web Canvas API. | ||||
* | Rename `canvas::TextNode` to `canvas::Text` | 2020-03-07 | 1 | -5/+5 | |
| | |||||
* | implement text support in canvas widget | 2020-03-06 | 1 | -8/+44 | |
| | |||||
* | Write documentation for new `canvas` module | 2020-02-18 | 1 | -1/+50 | |
| | |||||
* | Upgrade `Mesh2D` indices from `u16` to `u32` | 2020-02-14 | 1 | -1/+1 | |
| | |||||
* | Add transform stack to `canvas::Frame` | 2020-02-14 | 1 | -7/+95 | |
| | |||||
* | Finish `clock` example | 2020-02-12 | 1 | -6/+13 | |
| | |||||
* | Implement `Frame::fill` and `Frame::stroke` | 2020-02-12 | 1 | -2/+74 | |
| | |||||
* | Rename current `Path` to `path::Builder` | 2020-02-12 | 1 | -2/+2 | |
| | |||||
* | Draft `Canvas` types and `clock` example | 2020-02-12 | 1 | -0/+39 | |