summaryrefslogtreecommitdiffstats
path: root/native/src/layout/node.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-91/+0
2023-02-27Remove `Fill` variant for `Alignment`Libravatar Héctor Ramón Jiménez1-6/+0
Implementing this generically in our `flex` logic has an exponential cost. Let's explore other options!
2021-12-13Simplify `component` implementation in `iced_lazy`Libravatar Héctor Ramón Jiménez1-1/+9
2021-09-20Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez1-11/+11
2021-09-20Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez1-11/+11
2021-09-20Add Align::Fill variantLibravatar Cory Forsstrom1-0/+6
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-17/+0
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
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
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`.
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
Remove `align_self` and `justify_content` methods
2019-11-11Draft custom layout engine based on `druid`Libravatar Héctor Ramón Jiménez1-0/+37