summaryrefslogtreecommitdiffstats
path: root/winit/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-101-7/+7
|
* Process `winit` mouse input and cursor movementLibravatar Héctor Ramón Jiménez2019-10-101-18/+37
|
* 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-031-0/+1