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