Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-09-20 | Fix `clippy::default_trait_access` | 1 | -1/+1 | ||
2023-05-25 | Introduce `window::Level` enum | 1 | -5/+5 | ||
... and add `level` field to `window::Settings` | |||||
2023-03-14 | Re-export `settings::PlatformSpecific` from `iced_winit` directly | 1 | -13/+3 | ||
2023-03-14 | Added macOS platform specific options | 1 | -1/+17 | ||
2023-01-09 | move window settings to `iced_native` | 1 | -70/+0 | ||
2022-08-18 | Remove `window::Mode` and introduce `Settings::visible` | 1 | -0/+5 | ||
Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows. | |||||
2022-01-28 | Replace `iced_web` with WebGL support in `wgpu` :tada: | 1 | -1/+0 | ||
2021-07-21 | Improve `window::Position` API | 1 | -10/+4 | ||
2021-07-21 | Remove DPI from docs in `window::Settings::position` | 1 | -16/+5 | ||
2021-06-25 | done | 1 | -1/+16 | ||
2021-06-25 | wip | 1 | -0/+7 | ||
2020-09-28 | Fixes #539: Allow windows to be set always_on_top | 1 | -1/+6 | ||
2020-08-17 | Add 'transparent' in window setting | 1 | -0/+5 | ||
2020-07-01 | Move `Icon` to `iced` crate and introduce `Error` | 1 | -4/+6 | ||
2020-07-01 | Add support for setting window icon | 1 | -1/+6 | ||
This adds a new property from Settings::window::iconand a Icon struct which can be converted to winit::window::Icon. It also adds code to display this icon in Application::run. Due to the fact that the Icon struct is non copyable, I also had to remove the Copy trait from all Settings, both in `iced` and `iced_winit`. | |||||
2020-06-25 | Add `min_size` and `max_size` to `window::Settings` | 1 | -1/+23 | ||
2020-01-16 | Expose `window::Mode` in `iced` | 1 | -0/+22 | ||
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. |