summaryrefslogtreecommitdiffstats
path: root/native/src/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #137 from hecrj/feature/fill-portionLibravatar Héctor Ramón2019-12-311-2/+2
|\ | | | | Add `Length::FillPortion` variant
| * 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.
* | Subtract size of previous elements in flex layoutLibravatar Héctor Ramón Jiménez2019-12-301-5/+9
|/
* Fix sneaky bug with padding in flex layoutLibravatar Héctor Ramón Jiménez2019-12-211-6/+3
|
* Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2019-11-223-9/+91
|
* Remove `padding` from `Container` for nowLibravatar Héctor Ramón Jiménez2019-11-111-2/+6
|
* Implement `Container` widgetLibravatar Héctor Ramón Jiménez2019-11-113-26/+69
| | | | Remove `align_self` and `justify_content` methods
* Fix integer overflow in `flex::resolve`Libravatar Héctor Ramón Jiménez2019-11-111-1/+2
|
* Draft custom layout engine based on `druid`Libravatar Héctor Ramón Jiménez2019-11-114-3/+522
|
* Draft new layout APILibravatar Héctor Ramón Jiménez2019-11-101-0/+6