Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' into improvement/docs | 2019-11-21 | 1 | -0/+8 | ||
|\ | ||||||
| * | Make `width` and `height` required methods | 2019-11-16 | 1 | -1/+9 | ||
| | | ||||||
* | | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -10/+71 | ||
|/ | | | | Also made fields private and improved `Renderer` traits. | |||||
* | Implement `Container` widget | 2019-11-11 | 1 | -1/+0 | ||
| | | | | Remove `align_self` and `justify_content` methods | |||||
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -4/+8 | ||
| | ||||||
* | Draft new layout API | 2019-11-10 | 1 | -6/+6 | ||
| | ||||||
* | Remove generic handle in `Image` | 2019-10-22 | 1 | -10/+8 | ||
| | | | | For now, we will simply assume images will be loaded from a given path. | |||||
* | Rename `Renderer::Primitive` to `Renderer::Output` | 2019-10-11 | 1 | -3/+2 | ||
| | ||||||
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -2/+2 | ||
| | | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background | |||||
* | Move `MouseCursor` to `iced_wgpu` | 2019-10-05 | 1 | -1/+1 | ||
| | ||||||
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -6/+5 | ||
| | ||||||
* | Complete some `hash_layout` implementations | 2019-09-20 | 1 | -3/+2 | ||
| | ||||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+67 | ||