Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-07 | Remove `style` module leftover in `scrollable` example | 1 | -52/+0 | ||
2022-06-07 | Implement theme styling for `Scrollable` | 1 | -77/+2 | ||
2022-06-07 | Implement theme styling for `TextInput` | 1 | -6/+0 | ||
2022-06-01 | Implement theme styling for `Rule` | 1 | -24/+2 | ||
2022-05-27 | Implement theme styling for `Radio` | 1 | -38/+2 | ||
2022-01-20 | Remove ambiguous `text_color` attributes for `Checkbox` and `Radio` | 1 | -0/+1 | ||
Instead, always use a `StyleSheet`. | |||||
2021-10-31 | Reintroduce `Box` for `style_sheet` in `Scrollable` | 1 | -2/+2 | ||
2021-10-31 | Reintroduce `Box` for `style_sheet` in `Radio` | 1 | -2/+2 | ||
2021-10-31 | Reintroduce `Box` for `style_sheet` in `Container` | 1 | -2/+2 | ||
2021-10-20 | Wire up styling to `Radio` in `iced_native` | 1 | -2/+2 | ||
2021-10-18 | Wire up `container` styling to `iced_native` | 1 | -2/+2 | ||
2021-10-18 | Draw scrollbar in `Widget::draw` for `Scrollable` | 1 | -2/+2 | ||
2020-11-23 | Use `f32` for `border_width` and `border_radius` | 1 | -6/+6 | ||
2020-10-24 | Reduce contrast of dark theme in `scrollable` example | 1 | -39/+37 | ||
2020-10-24 | Improve minor details in `scrollable` example | 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 |