summaryrefslogtreecommitdiffstats
path: root/core/src/align.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-64/+0
|
* Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez2021-09-201-0/+23
|
* Add Align::Fill variantLibravatar Cory Forsstrom2021-09-201-0/+3
|
* Fix documentation for `Axis`Libravatar Héctor Ramón Jiménez2019-11-231-4/+4
|
* Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2019-11-221-7/+1
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-0/+26
| | | | Also made fields private and improved `Renderer` traits.
* Implement `Container` widgetLibravatar Héctor Ramón Jiménez2019-11-111-3/+0
| | | | Remove `align_self` and `justify_content` methods
* Remove `stretch` optional dependency in `core`Libravatar Héctor Ramón Jiménez2019-09-241-26/+0
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-0/+47