Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'transparent' in window setting | 2020-08-17 | 1 | -0/+5 | |
| | |||||
* | Move `Icon` to `iced` crate and introduce `Error` | 2020-07-01 | 2 | -4/+138 | |
| | |||||
* | Add support for setting window icon | 2020-07-01 | 1 | -1/+6 | |
| | | | | | | This adds a new property from Settings::window::iconand a Icon struct which can be converted to winit::window::Icon. It also adds code to display this icon in Application::run. Due to the fact that the Icon struct is non copyable, I also had to remove the Copy trait from all Settings, both in `iced` and `iced_winit`. | ||||
* | Add `min_size` and `max_size` to `window::Settings` | 2020-06-25 | 1 | -1/+23 | |
| | |||||
* | Expose `window::Mode` in `iced` | 2020-01-16 | 2 | -0/+31 | |
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. |