summaryrefslogtreecommitdiffstats
path: root/native/src/layout/node.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make many functions `const`Libravatar Nikolai Vazquez2019-11-291-4/+4
| | | | | | | | The point is to set up repeated components or boilerplate before their use sites. The majority of these make sense as `const`. However, some functions such as those regarding state may not make sense as `const`.
* Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2019-11-221-2/+21
|
* 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-111-1/+24
| | | | Remove `align_self` and `justify_content` methods
* Draft custom layout engine based on `druid`Libravatar Héctor Ramón Jiménez2019-11-111-0/+37