summaryrefslogtreecommitdiffstats
path: root/native/src/window.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez2020-01-161-2/+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.
* Create `window::Mode` in `iced_native`Libravatar Héctor Ramón Jiménez2020-01-161-0/+2
|
* Move `Debugger` and `Windowed` to a better locationLibravatar Héctor Ramón Jiménez2020-01-101-0/+2
| | | | | We move `renderer::Debugger` to `layout::Debugger` and `renderer::Windowed` to `window::Renderer`.
* Add `window::Event::Resized` to `iced_native`Libravatar Héctor Ramón Jiménez2020-01-101-0/+4