Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-10-11 | Handle mouse cursor in `iced_wgpu` | 9 | -66/+103 | |
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 9 | -13/+14 | |
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | 3 | -42/+31 | |
2019-10-08 | Make `iced_core::Button` customizable | 13 | -45/+122 | |
2019-10-08 | Draft fragment shader for rounded rectangles | 4 | -1/+30 | |
2019-10-07 | Use latest `wgpu` | 1 | -11/+11 | |
2019-10-07 | Use `log` crate instead of `dbg!` | 1 | -0/+2 | |
2019-10-07 | Render colored quads | 10 | -6/+372 | |
2019-10-07 | Rename `Box` primitive to `Quad` | 3 | -4/+4 | |
2019-10-06 | Make `tour` a simple example instead of a crate | 1 | -1/+1 | |
2019-10-06 | Draft `Box` primitive | 4 | -10/+44 | |
2019-10-05 | Modularize `iced_wgpu` | 11 | -353/+394 | |
2019-10-05 | Draft basic text rendering using `wgpu_glyph` | 1 | -41/+185 | |
2019-10-05 | Move `MouseCursor` to `iced_wgpu` | 1 | -0/+35 | |
2019-10-05 | Add `Renderer` and `Primitive` concepts | 1 | -14/+56 | |
2019-10-03 | Clear the window properly on redraw | 1 | -3/+47 | |
2019-10-03 | Initialize `wgpu` | 1 | -1/+38 | |
2019-10-03 | Start `iced_winit` and `iced_wgpu` | 1 | -0/+87 |