summaryrefslogtreecommitdiffstats
path: root/winit/src/mode.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-08-18Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez1-12/+0
Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
2021-04-09use Mode::Hidden insteadLibravatar Cory Forsstrom1-0/+3
2020-01-16Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez1-0/+0
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.
2020-01-16Create `window::Mode` in `iced_native`Libravatar Héctor Ramón Jiménez1-0/+9