Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -396/+0 | ||
2023-02-10 | fix: lazy widgets overlay is_over | 1 | -0/+7 | ||
2023-01-30 | Fix layout translation in `overlay::Group` | 1 | -2/+2 | ||
This bug produced improper positioning of overlays of elements inside a `Scrollable`. | |||||
2023-01-11 | feat: provide `&Dependency` to `Lazy` widget `View` | 1 | -4/+8 | ||
2023-01-10 | fix: `Lazy` widget | 1 | -45/+75 | ||
2022-12-22 | Add `Renderer` argument to `operate` | 1 | -0/+2 | ||
2022-11-29 | Allow &mut self in overlay | 1 | -18/+9 | ||
2022-11-03 | Rename `iced_lazy::Cached` to `Lazy` :tada: | 1 | -7/+7 | ||
2022-11-03 | Implement `Widget::operate` for `lazy::Cached` | 1 | -1/+17 | ||
2022-11-03 | Diff children only when hash differs in `lazy::Cached` | 1 | -5/+7 | ||
2022-11-03 | lint | 1 | -2/+2 | ||
2022-11-03 | feat: implement `Cached` widget | 1 | -0/+344 | ||