Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow clipboard access in `Widget::on_event` | 2019-12-18 | 1 | -1/+4 | ||
| | ||||||
* | Uncomment missing debug implementations rule | 2019-11-22 | 1 | -0/+1 | ||
| | ||||||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -0/+17 | ||
| | ||||||
* | Merge branch 'master' into improvement/docs | 2019-11-21 | 1 | -0/+4 | ||
|\ | ||||||
| * | Make `width` and `height` required methods | 2019-11-16 | 1 | -0/+4 | ||
| | | ||||||
* | | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -5/+108 | ||
|/ | | | | Also made fields private and improved `Renderer` traits. | |||||
* | Implement `Container` widget | 2019-11-11 | 1 | -5/+2 | ||
| | | | | Remove `align_self` and `justify_content` methods | |||||
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -12/+29 | ||
| | ||||||
* | Draft new layout API | 2019-11-10 | 1 | -40/+12 | ||
| | ||||||
* | Provide `Renderer` to `Widget::on_event` | 2019-10-29 | 1 | -3/+8 | ||
| | | | | | This allows us to implement configurable event processing that adapts to different rendering strategies. | |||||
* | Rename `Renderer::Primitive` to `Renderer::Output` | 2019-10-11 | 1 | -2/+2 | ||
| | ||||||
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -1/+1 | ||
| | | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background | |||||
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -19/+15 | ||
| | ||||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+118 | ||