Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -232/+0 | ||
2022-05-02 | Forbid `unused_results` and `rust_2018_idioms` in `iced_pure` | 1 | -1/+1 | ||
2022-02-11 | Rename `iced_virtual` to `iced_pure` | 1 | -0/+0 | ||
`virtual` is a reserved keyword in Rust :grimacing: | |||||
2022-02-10 | Draft virtual `Button`, `Column`, and `Text` | 1 | -13/+15 | ||
... as well as a very naive diffing strategy! | |||||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -15/+12 | ||
2021-09-20 | Introduce and use `CrossAlign` enum for `Column` and `Row` | 1 | -11/+19 | ||
2021-09-20 | Improve readability of Align::Fill branching | 1 | -34/+22 | ||
2021-09-20 | Calc fill cross and use for all children | 1 | -29/+55 | ||
2021-09-20 | Add Align::Fill variant | 1 | -13/+49 | ||
2021-06-01 | Add support for asymmetrical padding | 1 | -5/+7 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -2/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-03-31 | Implement `padding` support for `Container` | 1 | -4/+1 | ||
2020-02-14 | Revert changing the constructor and implement new method. | 1 | -4/+2 | ||
2020-02-14 | Add `bound` to `Node` constructor. | 1 | -0/+1 | ||
2020-01-10 | Fix flex layout cross-alignment when not filled | 1 | -1/+1 | ||
2019-12-30 | Subtract size of previous elements in flex layout | 1 | -5/+9 | ||
2019-12-21 | Fix sneaky bug with padding in flex layout | 1 | -6/+3 | ||
2019-11-22 | Write docs for `iced` and `iced_native` | 1 | -7/+17 | ||
2019-11-11 | Implement `Container` widget | 1 | -4/+16 | ||
Remove `align_self` and `justify_content` methods | |||||
2019-11-11 | Fix integer overflow in `flex::resolve` | 1 | -1/+2 | ||
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -0/+155 | ||