Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-11-02 | Move `Target` to its own module | 1 | -86/+0 | ||
2019-10-12 | Fix button shadow feedback in `iced_wgpu` | 1 | -6/+8 | ||
2019-10-12 | Add a slight shadow to buttons for feedback | 1 | -2/+28 | ||
2019-10-11 | Handle mouse cursor in `iced_wgpu` | 1 | -23/+32 | ||
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 1 | -1/+1 | ||
2019-10-08 | Make `iced_core::Button` customizable | 1 | -19/+26 | ||
Now it supports: - Any kind of content - Custom border radius - Custom background | |||||
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` | 1 | -0/+18 | ||