Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -79/+0 | |
* | Implement `canvas::Path::line` helper method | 2020-04-14 | 1 | -0/+11 | |
* | Implement `canvas::Path::circle` helper method | 2020-04-14 | 1 | -0/+8 | |
* | Implement `canvas::Path::rectangle` helper method | 2020-04-14 | 1 | -0/+10 | |
* | Fix minor documentation issues | 2020-04-02 | 1 | -0/+1 | |
* | Write documentation for new `canvas` module | 2020-02-18 | 1 | -151/+17 | |
* | Add transform stack to `canvas::Frame` | 2020-02-14 | 1 | -0/+10 | |
* | Implement additional methods in `path::Builder` | 2020-02-14 | 1 | -10/+75 | |
* | Finish `clock` example | 2020-02-12 | 1 | -0/+2 | |
* | Implement `Frame::fill` and `Frame::stroke` | 2020-02-12 | 1 | -0/+6 | |
* | Rename current `Path` to `path::Builder` | 2020-02-12 | 1 | -5/+27 | |
* | Draft `Canvas` types and `clock` example | 2020-02-12 | 1 | -0/+78 |