summaryrefslogtreecommitdiffstats
path: root/native/src/window (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez2020-01-161-9/+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/+9
|
* Move `Debugger` and `Windowed` to a better locationLibravatar Héctor Ramón Jiménez2020-01-101-0/+58
| | | | | 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/+12