summaryrefslogtreecommitdiffstats
path: root/pure/src/flex.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-232/+0
2022-05-02Forbid `unused_results` and `rust_2018_idioms` in `iced_pure`Libravatar Héctor Ramón Jiménez1-1/+1
2022-02-11Rename `iced_virtual` to `iced_pure`Libravatar Héctor Ramón Jiménez1-0/+0
`virtual` is a reserved keyword in Rust :grimacing:
2022-02-10Draft virtual `Button`, `Column`, and `Text`Libravatar Héctor Ramón Jiménez1-13/+15
... as well as a very naive diffing strategy!
2021-09-20Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez1-15/+12
2021-09-20Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez1-11/+19
2021-09-20Improve readability of Align::Fill branchingLibravatar Cory Forsstrom1-34/+22
2021-09-20Calc fill cross and use for all childrenLibravatar Cory Forsstrom1-29/+55
2021-09-20Add Align::Fill variantLibravatar Cory Forsstrom1-13/+49
2021-06-01Add support for asymmetrical paddingLibravatar Ben LeFevre1-5/+7
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-2/+0
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
2020-03-31Implement `padding` support for `Container`Libravatar Héctor Ramón Jiménez1-4/+1
2020-02-14Revert changing the constructor and implement new method.Libravatar daxpedda1-4/+2
2020-02-14Add `bound` to `Node` constructor.Libravatar daxpedda1-0/+1
2020-01-10Fix flex layout cross-alignment when not filledLibravatar Héctor Ramón Jiménez1-1/+1
2019-12-30Subtract size of previous elements in flex layoutLibravatar Héctor Ramón Jiménez1-5/+9
2019-12-21Fix sneaky bug with padding in flex layoutLibravatar Héctor Ramón Jiménez1-6/+3
2019-11-22Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez1-7/+17
2019-11-11Implement `Container` widgetLibravatar Héctor Ramón Jiménez1-4/+16
Remove `align_self` and `justify_content` methods
2019-11-11Fix integer overflow in `flex::resolve`Libravatar Héctor Ramón Jiménez1-1/+2
2019-11-11Draft custom layout engine based on `druid`Libravatar Héctor Ramón Jiménez1-0/+155