| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix `Widget::height` for `Component` | 2021-12-08 | 1 | -1/+1 | |
| | | |||||
| * | Introduce `Shell` type in `iced_native` | 2021-11-29 | 1 | -9/+11 | |
| | | | | | Widgets now can invalidate the current layout of the application on demand. | ||||
| * | Hide `Box` allocation in `component::view` | 2021-11-29 | 1 | -4/+4 | |
| | | | | | ... we may be able to avoid it with generics in the future. | ||||
| * | Draft `component` example :tada: | 2021-11-29 | 1 | -5/+8 | |
| | | |||||
| * | Create `iced_lazy` and draft `Component` trait | 2021-11-29 | 2 | -0/+184 | |
