Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `Shell` type in `iced_native` | 2021-11-29 | 1 | -4/+4 | |
| | | | | Widgets now can invalidate the current layout of the application on demand. | ||||
* | Move `viewport` argument to last position in `mouse_interaction` methods | 2021-11-02 | 1 | -1/+1 | |
| | | | | This keeps the order of the arguments consistent with `draw`. | ||||
* | Implement `Widget::mouse_interaction` for `Canvas` in `iced_graphics` | 2021-10-29 | 1 | -0/+13 | |
| | |||||
* | Implement `Widget::draw` for `Canvas` in `iced_graphics` | 2021-10-29 | 1 | -24/+22 | |
| | |||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -2/+4 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -25/+24 | |
| | |||||
* | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 1 | -2/+2 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -11/+0 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Implement event capturing for `Canvas` | 2020-11-12 | 1 | -4/+7 | |
| | |||||
* | Make `Widget::on_event` return an `event::Status` | 2020-11-12 | 1 | -3/+7 | |
| | |||||
* | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -2/+3 | |
| | | | | | This should eventually allow us to only generate primitives that are visible. | ||||
* | Add `Keyboard` variant to `canvas::Event` | 2020-08-10 | 1 | -0/+3 | |
| | |||||
* | Introduce fill rule setting in `canvas` | 2020-06-02 | 1 | -2/+2 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -0/+236 | |