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