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 | Introduce state lifetime for `style_sheet` in `Toggler` | 1 | -2/+2 | ||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 1 | -1/+1 | ||
2021-10-28 | Remove unused imports for `toggler` in `iced_graphics` | 1 | -2/+0 | ||
2021-10-28 | Implement `Widget::draw` for `Toggler` | 1 | -9/+0 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -79/+1 | ||
2021-06-03 | Change label of `Toggler` to optional | 1 | -2/+7 | ||
2021-06-03 | Implement `Toggler` widget for iced_native | 1 | -0/+94 | ||