Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |