Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `Primitive::Cached` | 2020-03-07 | 4 | -47/+46 | |
* | Rename `Frame::text` to `Frame::fill_text` | 2020-03-07 | 1 | -2/+4 | |
* | Rename `canvas::TextNode` to `canvas::Text` | 2020-03-07 | 2 | -8/+10 | |
* | implement text support in canvas widget | 2020-03-06 | 4 | -27/+77 | |
* | Write documentation for new `canvas` module | 2020-02-18 | 9 | -172/+367 | |
* | Upgrade `Mesh2D` indices from `u16` to `u32` | 2020-02-14 | 1 | -1/+1 | |
* | Add transform stack to `canvas::Frame` | 2020-02-14 | 2 | -7/+105 | |
* | Implement additional methods in `path::Builder` | 2020-02-14 | 1 | -10/+75 | |
* | Move `layer::Cached` to its own module | 2020-02-13 | 2 | -76/+86 | |
* | Remove `canvas::Data` leftover | 2020-02-12 | 1 | -20/+0 | |
* | Split `Fill` and `Stroke` into their own modules | 2020-02-12 | 2 | -0/+78 | |
* | Finish `clock` example | 2020-02-12 | 3 | -14/+70 | |
* | Implement `Frame::fill` and `Frame::stroke` | 2020-02-12 | 2 | -2/+80 | |
* | Rename current `Path` to `path::Builder` | 2020-02-12 | 2 | -7/+29 | |
* | Draft `Canvas` types and `clock` example | 2020-02-12 | 4 | -0/+178 |