Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Write documentation for the new `overlay` API | 2020-07-10 | 1 | -5/+43 | |
* | Remove unnecessary lifetime in `Widget` trait | 2020-07-10 | 1 | -1/+1 | |
* | Rename `overlay::Content` trait to `Overlay` | 2020-07-10 | 1 | -4/+4 | |
* | Avoid reopening `Menu` in `ComboBox` | 2020-07-08 | 1 | -11/+19 | |
* | Propagate `Font` from `ComboBox` to `Menu` | 2020-07-08 | 1 | -0/+1 | |
* | Implement `font` method for `ComboBox` | 2020-07-08 | 1 | -3/+12 | |
* | Split `Menu::new` into multiple builder methods | 2020-07-08 | 1 | -25/+17 | |
* | Use `Borrow` to avoid clone in `ComboBox::overlay` | 2020-07-08 | 1 | -1/+1 | |
* | Draft `Widget::overlay` idempotency | 2020-07-08 | 1 | -40/+28 | |
* | Add styling support for `ComboBox` and `Menu` | 2020-07-08 | 1 | -5/+28 | |
* | Rename `Layer` to `overlay::Content` | 2020-07-08 | 1 | -4/+5 | |
* | Position `Menu` layer based on available space | 2020-07-08 | 1 | -4/+6 | |
* | Render arrow icon in `ComboBox` | 2020-07-08 | 1 | -1/+3 | |
* | Draft `ComboBox` and `Menu` layer | 2020-07-08 | 1 | -0/+256 |