Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-01-28 | Remove unused `winapi` crate from dependencies | 1 | -3/+0 | ||
2024-11-05 | Replace `reactive-rendering` feature with `unconditional-rendering` | 1 | -1/+1 | ||
2024-11-05 | Draft `reactive-rendering` feature for `button` | 1 | -1/+1 | ||
2024-09-13 | Fix `wasm32` deployments not displaying anything (#2574) | 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> | |||||
2024-07-24 | Depend on `wasm-bindgen-futures` only for Wasm | 1 | -2/+1 | ||
Fixes #2518 | |||||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -1/+1 | ||
2024-05-07 | Update `winit` to `0.30` | 1 | -0/+2 | ||
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | 1 | -0/+4 | ||
2024-04-01 | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | 1 | -0/+1 | ||
2024-03-07 | Move `Theme` type to `iced_core` | 1 | -1/+0 | ||
2023-11-29 | Use `workspace` dependency for `raw-window-handle` | 1 | -1/+0 | ||
2023-09-04 | Use workspace dependencies and package inheritance | 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. | |||||
2023-07-28 | Bump versions :tada: | 1 | -3/+3 | ||
2023-07-21 | refactored window storage; | 1 | -21/+1 | ||
new helper window events (Destroyed, Created); clippy + fmt; | |||||
2023-06-23 | Update winit | 1 | -1/+1 | ||
2023-05-25 | Update `window_clipboard` dependency | 1 | -1/+1 | ||
2023-05-25 | Update `winit` dependency | 1 | -2/+2 | ||
2023-05-11 | Bump winit rev | 1 | -1/+1 | ||
2023-05-11 | Use raw-window-handle instead of HWND | 1 | -0/+1 | ||
2023-05-11 | Update to winit 0.28 | 1 | -4/+4 | ||
2023-04-13 | Bump versions :tada: | 1 | -3/+3 | ||
2023-03-31 | re-expose winit features for window servers in Linux | 1 | -0/+6 | ||
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-07 | Update `sysinfo` to `0.28` | 1 | -1/+1 | ||
2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -3/+3 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -3/+3 | ||
2023-02-18 | Bump versions :tada: | 1 | -4/+4 | ||
2023-01-14 | Bump versions :tada: | 1 | -3/+3 | ||
2023-01-12 | Use `instant` instead of `wasm-timer` in `iced_core` | 1 | -1/+0 | ||
2023-01-12 | Use `instant` to fix Wasm target | 1 | -0/+1 | ||
2023-01-09 | Introduce `multi_window` in `iced_winit` | 1 | -0/+1 | ||
2023-01-09 | Restructured everything to make profiling a feature of iced_winit. | 1 | -4/+18 | ||
2023-01-09 | Initial profiling support for Iced. | 1 | -0/+6 | ||
2022-12-07 | Bump versions :tada: | 1 | -3/+3 | ||
2022-11-10 | Bump versions :tada: | 1 | -1/+1 | ||
2022-11-10 | Bump versions :tada: | 1 | -4/+4 | ||
2022-09-26 | Add application feature, which allows to build freestanding wgpu app | 1 | -0/+1 | ||
2022-08-29 | Update `winit` and `glutin` forks | 1 | -3/+3 | ||
2022-05-02 | Bump versions :tada: | 1 | -5/+5 | ||
2022-04-30 | Expose `system` module through feature flag | 1 | -1/+5 | ||
2022-04-27 | Simplify the `QueryInformation` Action | 1 | -1/+1 | ||
2022-04-26 | Add `sysinfo` crate through feature flag | 1 | -0/+1 | ||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2022-01-28 | Append `Canvas` to `<body>` when targetting Wasm in `iced_winit` | 1 | -0/+4 | ||
2022-01-28 | Reduce diff | 1 | -1/+1 | ||
2022-01-28 | Remove wasm-specific clipboard | 1 | -3/+1 | ||
2022-01-28 | Experimental wgpu WebGL backend support | 1 | -1/+3 | ||
- Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef | |||||
2022-01-04 | Update `winit` and `glutin` forks | 1 | -2/+2 | ||
2021-10-12 | Update `winit` and `glutin` | 1 | -1/+1 | ||
2021-09-15 | Revert system menus support | 1 | -1/+1 | ||
The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`. |