summaryrefslogtreecommitdiffstats
path: root/src/settings.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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