Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -106/+0 | |
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | 1 | -4/+4 | |
2020-04-29 | Remove `OutOfBounds` variant from `MouseCursor` | 1 | -1/+1 | |
2020-01-07 | Implement styling for `Slider` | 1 | -21/+36 | |
2019-12-31 | Add `border_width` and `border_color` to `Quad` | 1 | -32/+26 | |
2019-12-04 | Implemented `From<Color` for `Background` | 1 | -2/+2 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -23/+12 | |
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -11/+8 | |
2019-11-10 | Draft new layout API | 1 | -10/+15 | |
2019-11-07 | use Color's `From` impl in more places | 1 | -33/+11 | |
2019-11-02 | Move `Target` to its own module | 1 | -0/+0 | |
2019-10-12 | Draw sliders in `iced_wgpu` | 1 | -7/+118 | |
2019-10-11 | Handle mouse cursor in `iced_wgpu` | 1 | -2/+2 | |
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 1 | -1/+1 | |
2019-10-05 | Modularize `iced_wgpu` | 1 | -0/+17 |