Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -54/+4 | |
* | Allow clipboard access in `Widget::on_event` | 2019-12-18 | 1 | -3/+7 | |
* | Uncomment missing debug implementations rule | 2019-11-22 | 1 | -0/+1 | |
* | Merge branch 'master' into improvement/docs | 2019-11-22 | 1 | -5/+1 | |
|\ | |||||
| * | Remove `dbg!` in `UserInterface` | 2019-11-20 | 1 | -5/+1 | |
* | | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -6/+5 | |
|/ | |||||
* | Split text measurements cache from rendering cache | 2019-11-11 | 1 | -2/+2 | |
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -14/+15 | |
* | Draft new layout API | 2019-11-10 | 1 | -19/+14 | |
* | Provide `Renderer` to `Widget::on_event` | 2019-10-29 | 1 | -2/+4 | |
* | Draft `Scrollable` widget (no clipping yet!) | 2019-10-25 | 1 | -1/+1 | |
* | Make `Renderer` immutable in `UserInterface::build` | 2019-10-11 | 1 | -1/+1 | |
* | Rename `Renderer::Primitive` to `Renderer::Output` | 2019-10-11 | 1 | -7/+7 | |
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -9/+53 | |
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+323 |