Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-09 | Remove redundant `widget` modules in subcrates | 1 | -13/+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 | -2/+2 | ||
2021-10-18 | Draw scrollbar in `Widget::draw` for `Scrollable` | 1 | -63/+1 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -85/+2 | ||
2021-05-03 | Fix `Scrollable` scrollbar being rendered behind contents | 1 | -1/+9 | ||
... by issuing a new clip layer just for the scrollbar itself. | |||||
2020-11-23 | Use `f32` for `border_width` and `border_radius` | 1 | -1/+1 | ||
2020-10-22 | Update scrollbar logic and introduce outer_bounds | 1 | -13/+20 | ||
2020-10-22 | Replace hard-coded params with struct members | 1 | -9/+10 | ||
2020-05-19 | Merge unnecessary split widget modules | 1 | -1/+130 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -2/+2 | ||
2020-05-19 | Draft first working version of `iced_glow` :tada: | 1 | -0/+0 | ||
2020-01-06 | Implement styling for `Scrollable` | 1 | -0/+13 | ||