summaryrefslogtreecommitdiffstats
path: root/src/window (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-20Fix `clippy::default_trait_access`Libravatar Héctor Ramón Jiménez1-1/+1
2023-09-09Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang1-1/+1
2023-09-04Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez1-4/+5
2023-05-25Introduce `window::Level` enumLibravatar Héctor Ramón Jiménez1-5/+5
2023-05-11Enable `doc_auto_cfg` when generating documentationLibravatar Héctor Ramón Jiménez1-3/+0
2023-04-12add action set icon while running (#1590)Libravatar Night_Hunter1-159/+50
2023-03-14Re-export `settings::PlatformSpecific` from `iced_winit` directlyLibravatar Héctor Ramón Jiménez3-42/+3
2023-03-14Added macOS platform specific optionsLibravatar Casper Storm3-1/+46
2023-02-23Remove logging large bytes arraysLibravatar Cory Forsstrom1-1/+7
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-9/+6
2022-08-18Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez2-12/+5
2022-03-01Added convenience functions for window::icon::IconLibravatar daladim1-0/+57
2022-01-28Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez3-21/+0
2021-07-21Improve `window::Position` APILibravatar Héctor Ramón Jiménez2-10/+37
2021-07-21Remove DPI from docs in `window::Settings::position`Libravatar Héctor Ramón Jiménez1-16/+5
2021-06-25doneLibravatar TimUntersberger1-1/+16
2021-06-25wipLibravatar TimUntersberger1-0/+7
2021-04-12Run cargo fmtLibravatar Dispersia1-8/+10
2021-04-09use Mode::Hidden insteadLibravatar Cory Forsstrom1-0/+3
2020-11-01Fix DimensionsMismatch error messageLibravatar sum-elier1-1/+1
2020-09-28Fixes #539: Allow windows to be set always_on_topLibravatar Tom1-1/+6
2020-08-17Add 'transparent' in window settingLibravatar Katherine Philip1-0/+5
2020-07-01Move `Icon` to `iced` crate and introduce `Error`Libravatar Héctor Ramón Jiménez2-4/+138
2020-07-01Add support for setting window iconLibravatar Francesco Pasa1-1/+6
2020-06-25Add `min_size` and `max_size` to `window::Settings`Libravatar Héctor Ramón Jiménez1-1/+23
2020-01-16Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez2-0/+31