summaryrefslogtreecommitdiffstats
path: root/winit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make `Renderer` immutable in `UserInterface::build`Libravatar Héctor Ramón Jiménez2019-10-111-3/+3
|
* Rename `Renderer::Primitive` to `Renderer::Output`Libravatar Héctor Ramón Jiménez2019-10-111-1/+1
|
* Handle window resizes in `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-111-10/+38
|
* Update mouse cursor icon properly in `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-101-2/+11
|
* Use improved `RedrawRequested` API in `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-102-8/+8
|
* Process `winit` mouse input and cursor movementLibravatar Héctor Ramón Jiménez2019-10-102-18/+38
|
* Move `winit::Application` to its own moduleLibravatar Héctor Ramón Jiménez2019-10-102-124/+127
|
* Move `winit` conversions to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-102-0/+201
|
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-091-0/+126
| | | | | | | | | | - 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.
* Open a window using `winit`Libravatar Héctor Ramón Jiménez2019-10-031-0/+1
|
* Start `iced_winit` and `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-032-0/+13