Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 1 | -6/+6 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -18/+0 | |
| | | | | 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 | -4/+8 | |
| | |||||
* | Remove unnecessary `Rc` in both `Element::map` | 2020-07-16 | 1 | -4/+3 | |
| | |||||
* | Write documentation for the new `overlay` API | 2020-07-10 | 1 | -15/+41 | |
| | |||||
* | Rename `overlay::Content` trait to `Overlay` | 2020-07-10 | 1 | -0/+145 | |
The `Overlay` struct is now `overlay::Element`. |