Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Invalidate widget tree in `Responsive` after a `window::Event::Resized` | 2022-01-20 | 1 | -1/+5 | |
| | | | | | | | | This is a pessimistic approach! Ideally, we should be able to recreate only the contents of the `Responsive` widget in `Widget::layout`, but given `view` is impure we have to trigger a brand new `view` call. The persistent widget tree should make this easier. | ||||
* | Recompute layout of `Responsive` contents when size changes | 2022-01-20 | 1 | -1/+3 | |
| | |||||
* | Write docs for `responsive` in `iced_lazy` | 2022-01-12 | 1 | -1/+13 | |
| | |||||
* | Implement `Widget::overlay` for `Responsive` widget | 2022-01-12 | 1 | -0/+413 | |