Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused `winapi` crate from dependencies | 2025-01-28 | 1 | -3/+0 | |
| | |||||
* | Replace `reactive-rendering` feature with `unconditional-rendering` | 2024-11-05 | 1 | -1/+1 | |
| | |||||
* | Draft `reactive-rendering` feature for `button` | 2024-11-05 | 1 | -1/+1 | |
| | |||||
* | Fix `wasm32` deployments not displaying anything (#2574) | 2024-09-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | * reuse `canvas` element generated by dummy window * fix formatting * set `control_flow` to `Poll` in `resumed` this is mostly a fix for Chrome * Avoid blowing up memory when booting up on Wasm --------- Co-authored-by: Héctor Ramón Jiménez <hector@hecrj.dev> | ||||
* | Depend on `wasm-bindgen-futures` only for Wasm | 2024-07-24 | 1 | -2/+1 | |
| | | | | Fixes #2518 | ||||
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -1/+1 | |
| | |||||
* | Update `winit` to `0.30` | 2024-05-07 | 1 | -0/+2 | |
| | |||||
* | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 1 | -0/+4 | |
| | |||||
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | 2024-04-01 | 1 | -0/+1 | |
| | |||||
* | Move `Theme` type to `iced_core` | 2024-03-07 | 1 | -1/+0 | |
| | |||||
* | Use `workspace` dependency for `raw-window-handle` | 2023-11-29 | 1 | -1/+0 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -42/+29 | |
|\ | |||||
| * | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -62/+29 | |
| | | | | | | | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | ||||
| * | Bump versions :tada: | 2023-07-28 | 1 | -3/+3 | |
| | | |||||
* | | refactored window storage; | 2023-07-21 | 1 | -21/+1 | |
| | | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 1 | -12/+19 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 | ||||
| * | Update winit | 2023-06-23 | 1 | -1/+1 | |
| | | |||||
| * | Update `window_clipboard` dependency | 2023-05-25 | 1 | -1/+1 | |
| | | |||||
| * | Update `winit` dependency | 2023-05-25 | 1 | -2/+2 | |
| | | |||||
| * | Bump winit rev | 2023-05-11 | 1 | -1/+1 | |
| | | |||||
| * | Use raw-window-handle instead of HWND | 2023-05-11 | 1 | -0/+1 | |
| | | |||||
| * | Update to winit 0.28 | 2023-05-11 | 1 | -4/+4 | |
| | | |||||
| * | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -4/+10 | |
| |\ | |||||
| | * | Bump versions :tada: | 2023-04-13 | 1 | -3/+3 | |
| | | | |||||
| | * | re-expose winit features for window servers in Linux | 2023-03-31 | 1 | -0/+6 | |
| | | | |||||
| * | | Merge branch 'master' into feature/software-renderer | 2023-03-07 | 1 | -1/+1 | |
| |\| | |||||
| * | | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -3/+3 | |
| | | | |||||
| * | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -3/+3 | |
| | | | |||||
* | | | 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-03-13 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | |||||
| * | | Update `sysinfo` to `0.28` | 2023-03-07 | 1 | -1/+1 | |
| |/ | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-20 | 1 | -4/+4 | |
|\| | |||||
| * | Bump versions :tada: | 2023-02-18 | 1 | -4/+4 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-01-18 | 1 | -3/+3 | |
|\| | | | | | | | | | | | | | | | # 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 | -3/+3 | |
| | | |||||
* | | Introduce `multi_window` in `iced_winit` | 2023-01-09 | 1 | -0/+1 | |
|/ | |||||
* | Restructured everything to make profiling a feature of iced_winit. | 2023-01-09 | 1 | -4/+18 | |
| | |||||
* | Initial profiling support for Iced. | 2023-01-09 | 1 | -0/+6 | |
| | |||||
* | Bump versions :tada: | 2022-12-07 | 1 | -3/+3 | |
| | |||||
* | Bump versions :tada: | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Bump versions :tada: | 2022-11-10 | 1 | -4/+4 | |
| | |||||
* | Add application feature, which allows to build freestanding wgpu app | 2022-09-26 | 1 | -0/+1 | |
| | |||||
* | Update `winit` and `glutin` forks | 2022-08-29 | 1 | -3/+3 | |
| | |||||
* | Merge branch 'master' into dev/system-information | 2022-05-04 | 1 | -5/+5 | |
|\ | |||||
| * | Bump versions :tada: | 2022-05-02 | 1 | -5/+5 | |
| | | |||||
* | | Expose `system` module through feature flag | 2022-04-30 | 1 | -1/+5 | |
| | | |||||
* | | Simplify the `QueryInformation` Action | 2022-04-27 | 1 | -1/+1 | |
| | | |||||
* | | Add `sysinfo` crate through feature flag | 2022-04-26 | 1 | -0/+1 | |
|/ | |||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | Append `Canvas` to `<body>` when targetting Wasm in `iced_winit` | 2022-01-28 | 1 | -0/+4 | |
| |