| Commit message (Expand) | Author | Files | Lines |
2024-04-19 | Fix typo | saihaze | 1 | -1/+1 |
2023-09-20 | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-09-09 | Fix majority of unresolved documentation links | Matthias Vogelgesang | 1 | -1/+1 |
2023-09-04 | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 1 | -4/+5 |
2023-07-21 | refactored window storage; | Bingus | 1 | -0/+63 |
2023-05-25 | Introduce `window::Level` enum | Héctor Ramón Jiménez | 1 | -5/+5 |
2023-05-11 | Enable `doc_auto_cfg` when generating documentation | Héctor Ramón Jiménez | 1 | -3/+0 |
2023-04-12 | add action set icon while running (#1590) | Night_Hunter | 1 | -159/+50 |
2023-03-14 | Re-export `settings::PlatformSpecific` from `iced_winit` directly | Héctor Ramón Jiménez | 3 | -42/+3 |
2023-03-14 | Added macOS platform specific options | Casper Storm | 3 | -1/+46 |
2023-02-23 | Remove logging large bytes arrays | Cory Forsstrom | 1 | -1/+7 |
2023-01-27 | Fix: Clippy lint 'uninlined_format_args' | 13r0ck | 1 | -9/+6 |
2023-01-09 | move window settings to `iced_native` | Richard | 3 | -274/+0 |
2022-08-18 | Remove `window::Mode` and introduce `Settings::visible` | Héctor Ramón Jiménez | 2 | -12/+5 |
2022-03-01 | Added convenience functions for window::icon::Icon | daladim | 1 | -0/+57 |
2022-01-28 | Replace `iced_web` with WebGL support in `wgpu` :tada: | Héctor Ramón Jiménez | 3 | -21/+0 |
2021-07-21 | Improve `window::Position` API | Héctor Ramón Jiménez | 2 | -10/+37 |
2021-07-21 | Remove DPI from docs in `window::Settings::position` | Héctor Ramón Jiménez | 1 | -16/+5 |
2021-06-25 | done | TimUntersberger | 1 | -1/+16 |
2021-06-25 | wip | TimUntersberger | 1 | -0/+7 |
2021-04-12 | Run cargo fmt | Dispersia | 1 | -8/+10 |
2021-04-09 | use Mode::Hidden instead | Cory Forsstrom | 1 | -0/+3 |
2020-11-01 | Fix DimensionsMismatch error message | sum-elier | 1 | -1/+1 |
2020-09-28 | Fixes #539: Allow windows to be set always_on_top | Tom | 1 | -1/+6 |
2020-08-17 | Add 'transparent' in window setting | Katherine Philip | 1 | -0/+5 |
2020-07-01 | Move `Icon` to `iced` crate and introduce `Error` | Héctor Ramón Jiménez | 2 | -4/+138 |
2020-07-01 | Add support for setting window icon | Francesco Pasa | 1 | -1/+6 |
2020-06-25 | Add `min_size` and `max_size` to `window::Settings` | Héctor Ramón Jiménez | 1 | -1/+23 |
2020-01-16 | Expose `window::Mode` in `iced` | Héctor Ramón Jiménez | 2 | -0/+31 |