summaryrefslogtreecommitdiffstats
path: root/winit/src/conversion.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez2020-01-161-11/+13
| | | | | Although the Fullscreen API in the Web platform has some limitations, it is still useful to be able to support fullscreen on the native side.
* Add `Application::mode` to `iced_winit`Libravatar Héctor Ramón Jiménez2020-01-161-1/+14
|
* add(widget): primitive progressbar widgetLibravatar Songtronix2020-01-021-1/+2
|
* Add `ModifiersState` to `keyboard::Event::Input`Libravatar Héctor Ramón Jiménez2019-12-061-1/+19
|
* Write docs for `iced_winit`Libravatar Héctor Ramón Jiménez2019-11-221-2/+24
|
* Draft `TextInput` widget structureLibravatar Héctor Ramón Jiménez2019-10-301-0/+1
| | | | Also started a `todos` example to showcase it!
* Move `winit` conversions to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-101-0/+199