Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-05 | Simplify theming for `Rule` widget | 1 | -89/+0 | ||
2024-01-20 | Introduce `Border` struct analogous to `Shadow` | 1 | -2/+3 | ||
2023-09-19 | Chore: Apply clippy docs keyword quoting | 1 | -1/+1 | ||
Add quotes a number of doc strings like `sRGB` | |||||
2023-05-23 | Extend border radius on relevant widgets | 1 | -2/+2 | ||
2022-11-10 | Write documentation for `iced_style` | 1 | -1/+2 | ||
2022-11-09 | Introduce `Custom` variants for every style in the built-in `Theme` | 1 | -2/+2 | ||
2022-06-01 | Implement theme styling for `Rule` | 1 | -53/+21 | ||
2021-11-02 | Introduce generic lifetime to `Default` implementation for style sheets | 1 | -1/+1 | ||
2021-11-02 | Move `viewport` argument to last position in `mouse_interaction` methods | 1 | -1/+0 | ||
This keeps the order of the arguments consistent with `draw`. | |||||
2021-10-31 | Introduce state lifetime for `style_sheet` in `Rule` | 1 | -2/+2 | ||
2021-08-12 | tweak default rule style | 1 | -2/+2 | ||
2021-06-01 | Implement `Default` for `Style` in `rule` | 1 | -6/+12 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -2/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-11-23 | Use `f32` for `border_width` and `border_radius` | 1 | -2/+2 | ||
2020-08-22 | added FillMode::fill() | 1 | -1/+48 | ||
2020-08-22 | added FillMode enum style for the Rule widget | 1 | -5/+23 | ||
2020-08-22 | widget Rule added | 1 | -0/+51 | ||