Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -227/+206 | |
2022-07-09 | Fix `clippy` lints for all crates and features | 1 | -2/+2 | |
2022-07-09 | Fix further `clippy` lints | 1 | -1/+1 | |
2022-05-14 | Draft first-class `Theme` support | 1 | -1/+4 | |
2022-02-23 | Remove `hash_layout` method from `Widget` trait | 1 | -37/+8 | |
2022-02-22 | fix: overlay layout for `Responsive` | 1 | -4/+9 | |
2022-01-20 | Invalidate widget tree in `Responsive` after a `window::Event::Resized` | 1 | -1/+5 | |
2022-01-20 | Recompute layout of `Responsive` contents when size changes | 1 | -1/+3 | |
2022-01-12 | Write docs for `responsive` in `iced_lazy` | 1 | -1/+13 | |
2022-01-12 | Implement `Widget::overlay` for `Responsive` widget | 1 | -0/+413 |