| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove ambiguous `text_color` attributes for `Checkbox` and `Radio` | 2022-01-20 | 1 | -0/+1 | |
| | | | | | Instead, always use a `StyleSheet`. | ||||
| * | Reintroduce `Box` for `style_sheet` in `Scrollable` | 2021-10-31 | 1 | -2/+2 | |
| | | |||||
| * | Reintroduce `Box` for `style_sheet` in `Radio` | 2021-10-31 | 1 | -2/+2 | |
| | | |||||
| * | Reintroduce `Box` for `style_sheet` in `Container` | 2021-10-31 | 1 | -2/+2 | |
| | | |||||
| * | Wire up styling to `Radio` in `iced_native` | 2021-10-20 | 1 | -2/+2 | |
| | | |||||
| * | Wire up `container` styling to `iced_native` | 2021-10-18 | 1 | -2/+2 | |
| | | |||||
| * | Draw scrollbar in `Widget::draw` for `Scrollable` | 2021-10-18 | 1 | -2/+2 | |
| | | |||||
| * | Use `f32` for `border_width` and `border_radius` | 2020-11-23 | 1 | -6/+6 | |
| | | |||||
| * | Reduce contrast of dark theme in `scrollable` example | 2020-10-24 | 1 | -39/+37 | |
| | | |||||
| * | Improve minor details in `scrollable` example | 2020-10-24 | 1 | -0/+192 | |
| - Rename `Config` to `Variant` - Include `State` in `Variant` to avoid `zip` - Break long string literal - Split `style` module into its own file | |||||
