Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-09 | Remove redundant `widget` modules in subcrates | 1 | -10/+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-21 | Remove `Renderer` trait for `Checkbox` | 1 | -15/+2 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -55/+1 | ||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -4/+5 | ||
2020-05-19 | Merge unnecessary split widget modules | 1 | -1/+67 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -1/+2 | ||
2020-05-19 | Draft first working version of `iced_glow` :tada: | 1 | -0/+0 | ||
2020-01-07 | Implement styling for `Checkbox` | 1 | -0/+9 | ||