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