Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `Debugger` and `Windowed` to a better location | 2020-01-10 | 1 | -58/+0 | |
| | | | | | We move `renderer::Debugger` to `layout::Debugger` and `renderer::Windowed` to `window::Renderer`. | ||||
* | Write missing docs and reenable deny statements | 2020-01-09 | 1 | -0/+1 | |
| | |||||
* | Remove `background` from `Settings` | 2020-01-05 | 1 | -2/+1 | |
| | |||||
* | Allow configuration of default font | 2020-01-01 | 1 | -1/+3 | |
| | |||||
* | Add `background_color` to `Settings` | 2019-12-29 | 1 | -1/+2 | |
| | |||||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -0/+19 | |
| | |||||
* | Apply HiDPI to text, images, and clip primitives | 2019-11-05 | 1 | -1/+8 | |
| | | | | | Quads are a bit trickier to handle. We may need to change the shaders a bit. | ||||
* | Implement debug view and load system fonts | 2019-11-03 | 1 | -3/+3 | |
| | |||||
* | Draft `Metrics` and improve `Target` abstraction | 2019-11-02 | 1 | -6/+18 | |
| | |||||
* | Rename `Renderer::Primitive` to `Renderer::Output` | 2019-10-11 | 1 | -1/+1 | |
| | |||||
* | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 1 | -0/+17 | |
- 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. |