summaryrefslogtreecommitdiffstats
path: root/native/src/layout/node.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Merge pull request #91 from nvzqz/const-all-the-thingsLibravatar Héctor Ramón2020-03-061-2/+2
|\ | | | | Make many functions `const`
| * 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
| | | | | | | | | | | | | | | | 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`.
* | 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
| | | | 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