Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for setting window icon | 2020-07-01 | 1 | -2/+37 | ||
| | | | | | | 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 | -0/+18 | ||
| | ||||||
* | Write documentation for new `iced_winit` API | 2020-05-28 | 1 | -0/+1 | ||
| | ||||||
* | Implement `iced_glutin` :tada: | 2020-05-21 | 1 | -0/+36 | ||
| | ||||||
* | Allow passing external state to `Application::new` | 2020-03-30 | 1 | -0/+50 | ||
| | ||||||
* | Add platform specific settings | 2019-11-30 | 1 | -33/+0 | ||
| | ||||||
* | Add `decorations` to Setting | 2019-11-30 | 1 | -0/+4 | ||
| | ||||||
* | Allow `Application` configuration with `Settings` | 2019-11-25 | 1 | -0/+29 | ||