Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-09 | Remove redundant `widget` modules in subcrates | 1 | -3/+0 | ||
Instead, we can define the type aliases just once in the root crate! | |||||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 1 | -1/+1 | ||
2021-10-28 | Implement `Widget::draw` for `Rule` | 1 | -16/+1 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -56/+1 | ||
2020-11-23 | Use `f32` for `border_width` and `border_radius` | 1 | -2/+2 | ||
2020-08-22 | added FillMode::fill() | 1 | -83/+4 | ||
2020-08-22 | added FillMode enum style for the Rule widget | 1 | -19/+82 | ||
2020-08-22 | widget Rule added | 1 | -0/+89 | ||