summaryrefslogtreecommitdiffstats
path: root/native/src/renderer.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make layout bounds explicit in `UserInterface`Libravatar Héctor Ramón Jiménez2020-01-101-1/+2
|
* Move `Debugger` and `Windowed` to a better locationLibravatar Héctor Ramón Jiménez2020-01-101-6/+0
| | | | | We move `renderer::Debugger` to `layout::Debugger` and `renderer::Windowed` to `window::Renderer`.
* Write missing docs and reenable deny statementsLibravatar Héctor Ramón Jiménez2020-01-091-0/+5
|
* Add `Renderer::Defaults` and style inheritanceLibravatar Héctor Ramón Jiménez2019-12-301-0/+2
|
* Add `background_color` to `Settings`Libravatar Héctor Ramón Jiménez2019-12-291-3/+4
|
* Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2019-11-221-0/+12
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-0/+4
| | | | Also made fields private and improved `Renderer` traits.
* Split text measurements cache from rendering cacheLibravatar Héctor Ramón Jiménez2019-11-111-1/+10
| | | | | This speeds up layouting in the most common scenario considerably! :tada:
* Draft `Metrics` and improve `Target` abstractionLibravatar Héctor Ramón Jiménez2019-11-021-1/+1
|
* Rename `Renderer::Primitive` to `Renderer::Output`Libravatar Héctor Ramón Jiménez2019-10-111-2/+2
|
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-091-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` conceptsLibravatar Héctor Ramón Jiménez2019-10-051-3/+13
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-0/+38