Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split text measurements cache from rendering cache | 2019-11-11 | 1 | -1/+10 | |
| | | | | | This speeds up layouting in the most common scenario considerably! :tada: | ||||
* | Draft `Metrics` and improve `Target` abstraction | 2019-11-02 | 1 | -1/+1 | |
| | |||||
* | Rename `Renderer::Primitive` to `Renderer::Output` | 2019-10-11 | 1 | -2/+2 | |
| | |||||
* | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 1 | -28/+11 | |
| | | | | | | | | | | - 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. | ||||
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -3/+13 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+38 | |