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