Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-06 | Simplify theming for `Toggler` widget | 1 | -35/+0 | ||
2024-02-07 | add border widths to toggler stylesheet | 1 | -2/+6 | ||
2022-11-10 | Write documentation for `iced_style` | 1 | -1/+12 | ||
2022-11-09 | Introduce `Custom` variants for every style in the built-in `Theme` | 1 | -3/+3 | ||
2022-10-05 | Derive `Clone` and `Copy` for `toggler::Appearance` | 1 | -1/+1 | ||
2022-06-01 | Implement theme styling for `Toggler` | 1 | -41/+4 | ||
... and wire up theming to the `styling` example. | |||||
2021-11-02 | Introduce generic lifetime to `Default` implementation for style sheets | 1 | -1/+1 | ||
2021-10-31 | Introduce state lifetime for `style_sheet` in `Toggler` | 1 | -2/+2 | ||
2021-06-03 | Implement `Toggler` widget for iced_native | 1 | -0/+57 | ||