Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-09-18 | Bump version to `0.13.0` :tada: | 1 | -1/+1 | ||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -8/+7 | ||
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | 1 | -8/+0 | ||
2024-03-07 | Move `Theme` type to `iced_core` | 1 | -1/+0 | ||
2024-02-15 | Point doc links to `0.12` branch | 1 | -1/+1 | ||
2023-12-02 | Remove unnecessary re-exports in `iced_winit` | 1 | -3/+0 | ||
2023-09-20 | Centralize `clippy` lints in `.cargo/config.toml` | 1 | -6/+0 | ||
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | 1 | -2/+3 | ||
2023-07-28 | Bump versions :tada: | 1 | -2/+2 | ||
2023-07-21 | refactored window storage; | 1 | -7/+1 | ||
new helper window events (Destroyed, Created); clippy + fmt; | |||||
2023-05-11 | Allow unsafe code | 1 | -2/+3 | ||
2023-05-11 | Enable `doc_auto_cfg` when generating documentation | 1 | -1/+1 | ||
2023-04-13 | Bump versions :tada: | 1 | -1/+1 | ||
2023-03-13 | Code cleanup, clearer comments + removed some unnecessary dupe; | 1 | -1/+1 | ||
Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping; | |||||
2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -4/+3 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -3/+5 | ||
2023-02-18 | Bump versions :tada: | 1 | -1/+1 | ||
2023-01-14 | Bump versions :tada: | 1 | -1/+1 | ||
2023-01-13 | Added tracing to multi_window applications | 1 | -1/+3 | ||
2023-01-09 | move window settings to `iced_native` | 1 | -2/+3 | ||
2023-01-09 | Introduce `multi_window` in `iced_winit` | 1 | -0/+3 | ||
2023-01-09 | Restructured everything to make profiling a feature of iced_winit. | 1 | -0/+2 | ||
2022-12-07 | Bump versions :tada: | 1 | -1/+1 | ||
2022-11-10 | Fix outdated links in documentation | 1 | -1/+1 | ||
2022-09-26 | Add application feature, which allows to build freestanding wgpu app | 1 | -0/+2 | ||
2022-08-18 | Remove `window::Mode` and introduce `Settings::visible` | 1 | -2/+0 | ||
Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows. | |||||
2022-07-09 | Fix further `clippy` lints | 1 | -5/+13 | ||
... and explicitly annotate crates as well. | |||||
2022-05-02 | Replace `hecrj` in links with `iced-rs` | 1 | -2/+2 | ||
2022-04-30 | Point repository links to `0.4` branch in documentation | 1 | -1/+1 | ||
2022-04-30 | Expose `system` module through feature flag | 1 | -1/+3 | ||
2022-04-26 | Add function helper in `iced_winit::system` | 1 | -0/+1 | ||
2021-12-09 | Use commit hash in `html_logo_url` | 1 | -1/+1 | ||
2021-12-09 | Added icon in docs | 1 | -0/+3 | ||
2021-09-02 | Implement `move_to` and `resize` commands for `window` | 1 | -0/+1 | ||
2021-09-02 | Handle `clipboard::Action` in `iced_winit` shell | 1 | -1/+1 | ||
2021-07-21 | Improve `window::Position` API | 1 | -0/+2 | ||
2020-11-26 | Update graphs in crate docs | 1 | -1/+1 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -2/+1 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-11-06 | Write missing documentation in `iced_winit` | 1 | -1/+1 | ||
2020-11-05 | Introduce `application::State` in `iced_winit` | 1 | -1/+1 | ||
2020-09-08 | Make `Application` and `Sandbox` return a `Result` | 1 | -0/+2 | ||
2020-07-01 | Move `Icon` to `iced` crate and introduce `Error` | 1 | -1/+0 | ||
2020-07-01 | Add support for setting window icon | 1 | -0/+1 | ||
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-05-28 | Write documentation for new `iced_winit` API | 1 | -1/+1 | ||
2020-05-21 | Introduce `Program` and `State` | 1 | -11/+3 | ||
2020-05-21 | Implement `iced_glutin` :tada: | 1 | -4/+3 | ||
2020-05-20 | Refactor `Viewport` and `Compositor` | 1 | -1/+0 | ||
2020-02-09 | Avoid `Size` name collision in`iced_winit` | 1 | -1/+0 | ||
2020-02-07 | Implement an opaque `Size` type | 1 | -0/+2 | ||
It immutably ties physical and logical sizes to a specific scale factor. | |||||
2020-02-01 | Make Clipboard public | 1 | -1/+1 | ||