summaryrefslogtreecommitdiffstats
path: root/lazy/src/pure/responsive.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-388/+0
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-1/+1
... and check those in CI as well!
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez1-1/+1
... and explicitly annotate crates as well.
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-2/+8
RFC: https://github.com/iced-rs/rfcs/pull/6
2022-04-25fix: panic when using pure component in pure responsiveLibravatar Nick Senger1-2/+3
2022-03-16Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez1-1/+1
... and fix collisions with the new `helpers`
2022-03-14Fix incorrect `layout` in `Widget::overlay` for `pure::Responsive`Libravatar Héctor Ramón Jiménez1-5/+21
2022-03-07Implement `pure::Responsive` in `iced_lazy`Libravatar Héctor Ramón Jiménez1-0/+365