Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `Shell` type in `iced_native` | 2021-11-29 | 1 | -2/+2 | |
| | | | | 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`. | ||||
* | Introduce `mouse_interaction` method to `Widget` trait | 2021-10-18 | 1 | -1/+14 | |
| | |||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -1/+2 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -1/+1 | |
| | |||||
* | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 1 | -2/+2 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -13/+2 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Make `Overlay::on_event` return `event::Status` | 2020-11-12 | 1 | -2/+5 | |
| | |||||
* | Write documentation for the new `overlay` API | 2020-07-10 | 1 | -0/+43 | |
| | |||||
* | Rename `overlay::Content` trait to `Overlay` | 2020-07-10 | 1 | -126/+17 | |
| | | | | The `Overlay` struct is now `overlay::Element`. | ||||
* | Split `Menu::new` into multiple builder methods | 2020-07-08 | 1 | -1/+1 | |
| | |||||
* | Rename `Layer` to `overlay::Content` | 2020-07-08 | 1 | -19/+26 | |
| | |||||
* | Implement `Overlay::translate` | 2020-07-08 | 1 | -1/+8 | |
| | |||||
* | Draft `ComboBox` and `Menu` layer | 2020-07-08 | 1 | -6/+94 | |
| | |||||
* | Introduce `Layer` trait | 2020-07-08 | 1 | -11/+26 | |
| | |||||
* | Introduce `Widget::overlay` :tada: | 2020-07-08 | 1 | -0/+33 | |