Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose `window::Mode` in `iced` | 2020-01-16 | 1 | -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` | 2020-01-16 | 1 | -0/+9 | |
| | |||||
* | Move `Debugger` and `Windowed` to a better location | 2020-01-10 | 1 | -0/+58 | |
| | | | | | We move `renderer::Debugger` to `layout::Debugger` and `renderer::Windowed` to `window::Renderer`. | ||||
* | Add `window::Event::Resized` to `iced_native` | 2020-01-10 | 1 | -0/+12 | |