Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use recently stabilized intra-doc links | 2020-11-26 | 10 | -120/+11 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Fix backwards `Frame::rotate` in `canvas` | 2020-11-22 | 1 | -1/+1 | |
| | | | | | The angle direction has been fixed upstream in `euclid` (see https://github.com/servo/euclid/pull/413). | ||||
* | Implement event capturing for `Canvas` | 2020-11-12 | 2 | -4/+6 | |
| | |||||
* | Make `Widget::on_event` return an `event::Status` | 2020-11-12 | 1 | -0/+2 | |
| | |||||
* | Add `Keyboard` variant to `canvas::Event` | 2020-08-10 | 1 | -0/+4 | |
| | |||||
* | Calculated sweep_angle in call to lyon::geom::Arc was actually end_angle | 2020-06-11 | 1 | -1/+1 | |
| | | | | Adresses `Arc end_angle should be renamed to span_angle #400` | ||||
* | Introduce fill rule setting in `canvas` | 2020-06-02 | 2 | -22/+55 | |
| | |||||
* | Move `Layer` to `iced_graphics` | 2020-05-19 | 1 | -1/+1 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 12 | -0/+1163 | |