summaryrefslogtreecommitdiffstats
path: root/native/src/layout/limits.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `Length::FillPortion` variantLibravatar Héctor Ramón Jiménez2019-12-301-2/+2
| | | | | It allows to specify the amount of available space an element should take relative to other elements.
* Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2019-11-221-0/+53
|
* Implement `Container` widgetLibravatar Héctor Ramón Jiménez2019-11-111-21/+29
| | | | Remove `align_self` and `justify_content` methods
* Draft custom layout engine based on `druid`Libravatar Héctor Ramón Jiménez2019-11-111-3/+128
|
* Draft new layout APILibravatar Héctor Ramón Jiménez2019-11-101-0/+6