summaryrefslogtreecommitdiffstats
path: root/src/settings.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez2020-01-161-25/+3
| | | | | 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.
* Write missing docs and reenable deny statementsLibravatar Héctor Ramón Jiménez2020-01-091-10/+4
|
* Remove `background` from `Settings`Libravatar Héctor Ramón Jiménez2020-01-051-8/+0
|
* Allow configuration of default fontLibravatar Héctor Ramón Jiménez2020-01-011-0/+4
|
* Rename `Settings::background_color` to `background`Libravatar Héctor Ramón Jiménez2019-12-291-3/+3
|
* Add `background_color` to `Settings`Libravatar Héctor Ramón Jiménez2019-12-291-1/+17
|
* Add `decorations` to `settings::Window`Libravatar Héctor Ramón Jiménez2019-12-031-4/+12
|
* Modify src/settings.rs to keep original APILibravatar hatoo2019-12-021-16/+4
|
* Remove platform-specific logic from icedLibravatar hatoo2019-12-011-0/+53
| | | | Make Window.platform_specific use iced_winit::settings::PlatformSpecific
* Add platform specific settingsLibravatar hatoo2019-11-301-48/+0
|
* Add `decorations` to SettingLibravatar hatoo2019-11-301-0/+5
|
* Allow `Application` configuration with `Settings`Libravatar Héctor Ramón Jiménez2019-11-251-0/+43