summaryrefslogtreecommitdiffstats
path: root/winit/src/settings.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove debug println & accidentally added whitespaceLibravatar Katherine Philip2020-08-181-6/+5
|
* Add missing commentLibravatar Katherine Philip2020-08-181-0/+1
|
* Add 'transparent' in window settingLibravatar Katherine Philip2020-08-171-5/+10
|
* Move `Icon` to `iced` crate and introduce `Error`Libravatar Héctor Ramón Jiménez2020-07-011-34/+4
|
* Add support for setting window iconLibravatar Francesco Pasa2020-07-011-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`Libravatar Héctor Ramón Jiménez2020-06-251-0/+18
|
* Write documentation for new `iced_winit` APILibravatar Héctor Ramón Jiménez2020-05-281-0/+1
|
* Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez2020-05-211-0/+36
|
* Allow passing external state to `Application::new`Libravatar Héctor Ramón Jiménez2020-03-301-0/+50
|
* Add platform specific settingsLibravatar hatoo2019-11-301-33/+0
|
* Add `decorations` to SettingLibravatar hatoo2019-11-301-0/+4
|
* Allow `Application` configuration with `Settings`Libravatar Héctor Ramón Jiménez2019-11-251-0/+29