summaryrefslogtreecommitdiffstats
path: root/pure/src/widget/container.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-1/+2
| | | | ... and fix collisions with the new `helpers`
* Merge branch 'master' into virtual-widgetsLibravatar Héctor Ramón Jiménez2022-03-071-17/+1
|
* Implement `pure::Component` in `iced_lazy`Libravatar Héctor Ramón Jiménez2022-02-171-2/+2
|
* Add `overlay` support in `iced_pure` and port `PickList` :tada:Libravatar Héctor Ramón Jiménez2022-02-161-0/+14
|
* Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`Libravatar Héctor Ramón Jiménez2022-02-161-11/+2
|
* Implement pure version of `todos` example :tada:Libravatar Héctor Ramón Jiménez2022-02-121-2/+6
| | | | | | | | The `Widget` trait in `iced_pure` needed to change a bit to make the implementation of `Element::map` possible. Specifically, the `children` method has been split into `diff` and `children_state`.
* Implement `Container` widget in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-121-0/+258