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