Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle mouse cursor in `iced_wgpu` | 2019-10-11 | 1 | -4/+3 | |
| | |||||
* | Rename `Renderer::Primitive` to `Renderer::Output` | 2019-10-11 | 1 | -5/+6 | |
| | |||||
* | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 1 | -5/+31 | |
| | | | | | | | | | | - Added new `renderer::Windowed` trait. This shoud allow users to easily try different renderers by simply changing one line. - Renamed `UserInterface` traits to `Application`, as the `run` method takes total control of the current thread. - Moved `MouseCursor` back to `iced_native`. The new `renderer::Windowed` trait returns one on `draw`. - Split `iced_native` renderer in multiple modules, for consistency. | ||||
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -10/+66 | |
| | | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background | ||||
* | Use latest `wgpu` | 2019-10-07 | 1 | -11/+11 | |
| | |||||
* | Use `log` crate instead of `dbg!` | 2019-10-07 | 1 | -0/+2 | |
| | |||||
* | Render colored quads | 2019-10-07 | 1 | -2/+28 | |
| | |||||
* | Rename `Box` primitive to `Quad` | 2019-10-07 | 1 | -2/+2 | |
| | |||||
* | Make `tour` a simple example instead of a crate | 2019-10-06 | 1 | -1/+1 | |
| | |||||
* | Draft `Box` primitive | 2019-10-06 | 1 | -0/+3 | |
| | |||||
* | Modularize `iced_wgpu` | 2019-10-05 | 1 | -0/+167 | |