summaryrefslogtreecommitdiffstats
path: root/native/src/layout/node.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-91/+0
* Simplify `component` implementation in `iced_lazy`Libravatar Héctor Ramón Jiménez2021-12-131-1/+9
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-11/+11
* Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez2021-09-201-11/+11
* Add Align::Fill variantLibravatar Cory Forsstrom2021-09-201-0/+6
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-17/+0
* Merge pull request #91 from nvzqz/const-all-the-thingsLibravatar Héctor Ramón2020-03-061-2/+2
|\
| * Remove counterintuitive constant functionsLibravatar Héctor Ramón Jiménez2020-03-061-2/+2
| * Make many functions `const`Libravatar Nikolai Vazquez2019-11-291-4/+4
* | Improve documentation for new `Node` methodsLibravatar Héctor Ramón Jiménez2020-02-141-6/+5
* | Revert changing the constructor and implement new method.Libravatar daxpedda2020-02-141-7/+15
* | Add `bound` to `Node` constructor.Libravatar daxpedda2020-02-141-5/+5
* | Make `Node::align` public.Libravatar daxpedda2020-02-141-1/+5
|/
* 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
* Draft custom layout engine based on `druid`Libravatar Héctor Ramón Jiménez2019-11-111-0/+37