Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify `component` implementation in `iced_lazy` | 2021-12-13 | 1 | -1/+9 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -11/+11 | |
| | |||||
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | 2021-09-20 | 1 | -11/+11 | |
| | |||||
* | Add Align::Fill variant | 2021-09-20 | 1 | -0/+6 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -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-things | 2020-03-06 | 1 | -2/+2 | |
|\ | | | | | Make many functions `const` | ||||
| * | Remove counterintuitive constant functions | 2020-03-06 | 1 | -2/+2 | |
| | | |||||
| * | Make many functions `const` | 2019-11-29 | 1 | -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` methods | 2020-02-14 | 1 | -6/+5 | |
| | | |||||
* | | Revert changing the constructor and implement new method. | 2020-02-14 | 1 | -7/+15 | |
| | | |||||
* | | Add `bound` to `Node` constructor. | 2020-02-14 | 1 | -5/+5 | |
| | | |||||
* | | Make `Node::align` public. | 2020-02-14 | 1 | -1/+5 | |
|/ | |||||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -2/+21 | |
| | |||||
* | Remove `padding` from `Container` for now | 2019-11-11 | 1 | -2/+6 | |
| | |||||
* | Implement `Container` widget | 2019-11-11 | 1 | -1/+24 | |
| | | | | Remove `align_self` and `justify_content` methods | ||||
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -0/+37 | |