summaryrefslogtreecommitdiffstats
path: root/winit/src/settings.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-25Add `min_size` and `max_size` to `window::Settings`Libravatar Héctor Ramón Jiménez1-0/+18
2020-05-28Write documentation for new `iced_winit` APILibravatar Héctor Ramón Jiménez1-0/+1
2020-05-21Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez1-0/+36
2020-03-30Allow passing external state to `Application::new`Libravatar Héctor Ramón Jiménez1-11/+8
2020-01-05Remove `background` from `Settings`Libravatar Héctor Ramón Jiménez1-6/+0
2019-12-29Rename `Settings::background_color` to `background`Libravatar Héctor Ramón Jiménez1-2/+2
2019-12-29Add `background_color` to `Settings`Libravatar Héctor Ramón Jiménez1-1/+14
2019-12-04Use cfg and path attribute instead of cfg_attr for IntelliJ Rust supportLibravatar Gabriel Konat1-2/+5
2019-12-03Refactor window creation in `iced_winit`Libravatar Héctor Ramón Jiménez1-8/+4
2019-11-30Add platform specific settingsLibravatar hatoo1-0/+14
2019-11-30Add `decorations` to SettingLibravatar hatoo1-0/+4
2019-11-25Allow `Application` configuration with `Settings`Libravatar Héctor Ramón Jiménez1-0/+29