Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `Overlay::on_event` return `event::Status` | 2020-11-12 | 1 | -3/+3 | |
| | |||||
* | Make `Widget::on_event` return an `event::Status` | 2020-11-12 | 1 | -5/+13 | |
| | |||||
* | Draw only visible options in `overlay::Menu` | 2020-10-28 | 1 | -1/+3 | |
| | |||||
* | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -3/+8 | |
| | | | | | This should eventually allow us to only generate primitives that are visible. | ||||
* | Improve `Menu` API to facilitate external control | 2020-07-23 | 1 | -53/+20 | |
| | |||||
* | Fix `hash_layout` implementation of `Menu` overlay | 2020-07-23 | 1 | -0/+1 | |
| | |||||
* | Add `new` method to `menu::State` | 2020-07-23 | 1 | -0/+8 | |
| | |||||
* | Write documentation for the new `overlay` API | 2020-07-10 | 1 | -1/+59 | |
| | |||||
* | Remove unnecessary lifetime in `Widget` trait | 2020-07-10 | 1 | -1/+1 | |
| | |||||
* | Rename `overlay::Content` trait to `Overlay` | 2020-07-10 | 1 | -3/+3 | |
| | | | | The `Overlay` struct is now `overlay::Element`. | ||||
* | Implement `font` method for `ComboBox` | 2020-07-08 | 1 | -30/+21 | |
| | |||||
* | Split `Menu::new` into multiple builder methods | 2020-07-08 | 1 | -28/+96 | |
| | |||||
* | Use `Borrow` to avoid clone in `ComboBox::overlay` | 2020-07-08 | 1 | -21/+14 | |
| | |||||
* | Complete `hash_layout` for `menu::List` | 2020-07-08 | 1 | -3/+12 | |
| | |||||
* | Draft `Widget::overlay` idempotency | 2020-07-08 | 1 | -13/+18 | |
| | |||||
* | Add styling support for `ComboBox` and `Menu` | 2020-07-08 | 1 | -7/+24 | |
| | |||||
* | Rename `Layer` to `overlay::Content` | 2020-07-08 | 1 | -0/+323 | |