summaryrefslogtreecommitdiffstats
path: root/winit/src/settings (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-12Convert empty struct `PlatformSpecific` into empty typeLibravatar Héctor Ramón Jiménez1-1/+1
2021-08-12Add PlatformSpecific winit settings for macOSLibravatar Andrew Bentley2-3/+13
2021-06-01Fix documentation of `PlatformSpecific` settingsLibravatar Héctor Ramón1-2/+3
2021-05-27allow disabling drag and drop on windowsLibravatar Quentin Boyer1-1/+12
2020-03-30Allow passing external state to `Application::new`Libravatar Héctor Ramón Jiménez1-53/+0
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 hatoo3-0/+62