Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -388/+0 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -1/+1 | |
| | | | | ... and check those in CI as well! | ||||
* | Fix further `clippy` lints | 2022-07-09 | 1 | -1/+1 | |
| | | | | ... and explicitly annotate crates as well. | ||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -2/+8 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | fix: panic when using pure component in pure responsive | 2022-04-25 | 1 | -2/+3 | |
| | |||||
* | Export widget modules in `iced_pure` | 2022-03-16 | 1 | -1/+1 | |
| | | | | ... and fix collisions with the new `helpers` | ||||
* | Fix incorrect `layout` in `Widget::overlay` for `pure::Responsive` | 2022-03-14 | 1 | -5/+21 | |
| | |||||
* | Implement `pure::Responsive` in `iced_lazy` | 2022-03-07 | 1 | -0/+365 | |