Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-11-12 | Make `Overlay::on_event` return `event::Status` | 1 | -4/+8 | |
2020-07-16 | Remove unnecessary `Rc` in both `Element::map` | 1 | -4/+3 | |
2020-07-10 | Write documentation for the new `overlay` API | 1 | -15/+41 | |
2020-07-10 | Rename `overlay::Content` trait to `Overlay` | 1 | -21/+16 | |
2020-07-08 | Split `Menu::new` into multiple builder methods | 1 | -1/+1 | |
2020-07-08 | Rename `Layer` to `overlay::Content` | 1 | -19/+26 | |
2020-07-08 | Implement `Overlay::translate` | 1 | -1/+8 | |
2020-07-08 | Draft `ComboBox` and `Menu` layer | 1 | -6/+94 | |
2020-07-08 | Introduce `Layer` trait | 1 | -11/+26 | |
2020-07-08 | Introduce `Widget::overlay` :tada: | 1 | -0/+33 |