Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-10-28 | Implement text clipping (caching still broken) | 1 | -13/+8 | |
2019-10-27 | Draft text scrolling (no clipping yet!) | 1 | -5/+28 | |
2019-10-27 | Implement clipping for quads | 1 | -1/+2 | |
2019-10-27 | Remove `adapter` from `iced_wgpu::Renderer` | 1 | -2/+0 | |
2019-10-27 | Implement clipping for images | 1 | -6/+25 | |
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | 1 | -28/+69 | |
2019-10-23 | Implement basic image rendering in `iced_wgpu` | 1 | -1/+23 | |
2019-10-13 | Draft `Debugger` implementation in `iced_wgpu` | 1 | -3/+30 | |
2019-10-11 | Handle mouse cursor in `iced_wgpu` | 1 | -4/+3 | |
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 1 | -5/+6 | |
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | 1 | -5/+31 | |
2019-10-08 | Make `iced_core::Button` customizable | 1 | -10/+66 | |
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 | 1 | -2/+28 | |
2019-10-07 | Rename `Box` primitive to `Quad` | 1 | -2/+2 | |
2019-10-06 | Make `tour` a simple example instead of a crate | 1 | -1/+1 | |
2019-10-06 | Draft `Box` primitive | 1 | -0/+3 | |
2019-10-05 | Modularize `iced_wgpu` | 1 | -0/+167 |