summaryrefslogtreecommitdiffstats
path: root/native/src/layout/limits.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `Padding::horizontal` and `Padding::vertical` helpersLibravatar Héctor Ramón2021-06-011-2/+2
|
* Add support for asymmetrical paddingLibravatar Ben LeFevre2021-06-011-3/+6
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-33/+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-1/+1
|\ | | | | 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-3/+3
| | | | | | | | | | | | | | | | 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`.
* | Fix flex layout cross-alignment when not filledLibravatar Héctor Ramón Jiménez2020-01-101-0/+8
| |
* | Add `Length::FillPortion` variantLibravatar Héctor Ramón Jiménez2019-12-301-2/+2
|/ | | | | It allows to specify the amount of available space an element should take relative to other elements.
* Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2019-11-221-0/+53
|
* Implement `Container` widgetLibravatar Héctor Ramón Jiménez2019-11-111-21/+29
| | | | Remove `align_self` and `justify_content` methods
* Draft custom layout engine based on `druid`Libravatar Héctor Ramón Jiménez2019-11-111-3/+128
|
* Draft new layout APILibravatar Héctor Ramón Jiménez2019-11-101-0/+6