Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make many functions `const` | 2019-11-29 | 1 | -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`. | ||||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -0/+53 | |
| | |||||
* | Implement `Container` widget | 2019-11-11 | 1 | -21/+29 | |
| | | | | Remove `align_self` and `justify_content` methods | ||||
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -3/+128 | |
| | |||||
* | Draft new layout API | 2019-11-10 | 1 | -0/+6 | |