Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-06 | Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets | 1 | -26/+0 | ||
2024-01-20 | Introduce `Border` struct analogous to `Shadow` | 1 | -7/+3 | ||
2023-05-23 | Extend border radius on relevant widgets | 1 | -2/+2 | ||
2022-11-10 | Write documentation for `iced_style` | 1 | -0/+11 | ||
2022-11-09 | Introduce `Custom` variants for every style in the built-in `Theme` | 1 | -2/+2 | ||
2022-08-02 | feat: allow specification of `border_radius` for `pick_list::Menu` | 1 | -0/+1 | ||
2022-06-07 | Implement theme styling for `PickList` and `Menu` | 1 | -12/+5 | ||
2020-11-23 | Use `f32` for `border_width` and `border_radius` | 1 | -2/+2 | ||
2020-07-08 | Add styling support for `ComboBox` and `Menu` | 1 | -0/+25 | ||