summaryrefslogtreecommitdiffstats
path: root/native/src/layout/node.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-06Remove counterintuitive constant functionsLibravatar Héctor Ramón Jiménez1-2/+2
2020-02-14Improve documentation for new `Node` methodsLibravatar Héctor Ramón Jiménez1-6/+5
2020-02-14Revert changing the constructor and implement new method.Libravatar daxpedda1-7/+15
2020-02-14Add `bound` to `Node` constructor.Libravatar daxpedda1-5/+5
2020-02-14Make `Node::align` public.Libravatar daxpedda1-1/+5
2019-11-29Make many functions `const`Libravatar Nikolai Vazquez1-4/+4
2019-11-22Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez1-2/+21
2019-11-11Remove `padding` from `Container` for nowLibravatar Héctor Ramón Jiménez1-2/+6
2019-11-11Implement `Container` widgetLibravatar Héctor Ramón Jiménez1-1/+24
2019-11-11Draft custom layout engine based on `druid`Libravatar Héctor Ramón Jiménez1-0/+37