Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -227/+206 | |
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -2/+2 | |
* | Fix further `clippy` lints | 2022-07-09 | 1 | -1/+1 | |
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -1/+4 | |
* | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 1 | -37/+8 | |
* | fix: overlay layout for `Responsive` | 2022-02-22 | 1 | -4/+9 | |
* | Invalidate widget tree in `Responsive` after a `window::Event::Resized` | 2022-01-20 | 1 | -1/+5 | |
* | 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 |