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