Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-10-27 | Expose scrollable offset properly | 1 | -6/+5 | |
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | 1 | -0/+70 | |
2019-10-23 | Add `TODO` to `image::Renderer::node` | 1 | -0/+1 | |
2019-10-23 | Implement basic image rendering in `iced_wgpu` | 1 | -5/+26 | |
2019-10-22 | Remove generic handle in `Image` | 1 | -7/+3 | |
2019-10-13 | Draw checkbox in `iced_wgpu` | 1 | -8/+94 | |
2019-10-12 | Draw radio buttons in `iced_wgpu` | 1 | -7/+99 | |
2019-10-12 | Fix button shadow feedback in `iced_wgpu` | 1 | -6/+8 | |
2019-10-12 | Draw sliders in `iced_wgpu` | 1 | -7/+118 | |
2019-10-12 | Add a slight shadow to buttons for feedback | 1 | -2/+28 | |
2019-10-11 | Handle mouse cursor in `iced_wgpu` | 8 | -62/+100 | |
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 8 | -8/+8 | |
2019-10-08 | Make `iced_core::Button` customizable | 5 | -23/+33 | |
2019-10-07 | Render colored quads | 1 | -4/+6 | |
2019-10-07 | Rename `Box` primitive to `Quad` | 1 | -1/+1 | |
2019-10-06 | Draft `Box` primitive | 1 | -8/+30 | |
2019-10-05 | Modularize `iced_wgpu` | 8 | -0/+207 |