| Commit message (Expand) | Author | Files | Lines |
2024-09-18 | Bump version to `0.13.0` :tada: | Héctor Ramón Jiménez | 2 | -2/+2 |
2024-09-14 | Disable `drag_and_drop` attribute for boot window | Jindřich Moravec | 1 | -8/+16 |
2024-09-13 | Fix `wasm32` deployments not displaying anything (#2574) | Richard | 2 | -27/+42 |
2024-09-13 | Add `Copy` and `Help` variants to `mouse::Interaction` | Héctor Ramón Jiménez | 1 | -0/+2 |
2024-09-13 | Rename `ResizingDiagonal*` to `ResizingDiagonally*` | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-09-13 | Add `modified_key` to `keyboard::Event` | Héctor Ramón Jiménez | 1 | -3/+7 |
2024-09-13 | Add `physical_key` to `keyboard::Event` | Héctor Ramón Jiménez | 1 | -2/+258 |
2024-09-13 | Enter `Runtime` when calling `Program::subscription` | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-09-11 | Add `override_redirect` for X11 windows | Nadji Abidi | 1 | -4/+8 |
2024-09-05 | Fix `winit::conversion` on Windows | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-09-05 | add option for undecorated_shadow on windows (#2285) | Night_Hunter | 1 | -0/+4 |
2024-09-05 | Add mouse passthrough tasks to `window` module | Héctor Ramón Jiménez | 1 | -0/+10 |
2024-09-03 | Reconnect `Clipboard` on window close | Héctor Ramón Jiménez | 3 | -22/+46 |
2024-08-30 | Add `get_scale_factor` task to `window` module | Héctor Ramón Jiménez | 2 | -1/+12 |
2024-08-16 | Expose additional mouse interaction cursors | Andy Terra | 1 | -0/+9 |
2024-08-15 | Produce `window::Event::Closed` only if window exists | Héctor Ramón Jiménez | 1 | -5/+7 |
2024-08-15 | Fix crash when application boots from a URL event in macOS | Héctor Ramón Jiménez | 1 | -3/+14 |
2024-08-12 | Revert `window::close` producing a `window::Id` | Héctor Ramón Jiménez | 1 | -2/+1 |
2024-08-12 | Produce `window::Event::Closed` on `window::close` | Héctor Ramón Jiménez | 1 | -1/+7 |
2024-08-12 | Make `window::close` return and introduce `Task::discard` | Héctor Ramón Jiménez | 1 | -1/+3 |
2024-08-12 | Fix formatting in `iced_winit::clipboard` | Héctor Ramón Jiménez | 1 | -3/+5 |
2024-08-11 | iced_winit: drop Clipboard before Window | Maja Kądziołka | 2 | -9/+24 |
2024-08-01 | Plug `received_url` in `winit::program` | Héctor Ramón Jiménez | 1 | -0/+17 |
2024-07-30 | Return `window::Id` in `window::open` | Héctor Ramón Jiménez | 1 | -2/+3 |
2024-07-30 | Avoid exiting when a window is being opened | Héctor Ramón Jiménez | 1 | -9/+12 |
2024-07-24 | Fix macOS race condition when closing window | Héctor Ramón Jiménez | 1 | -9/+11 |
2024-07-24 | Depend on `wasm-bindgen-futures` only for Wasm | Héctor Ramón Jiménez | 1 | -2/+1 |
2024-07-24 | Exit runtime with `control_sender` instead of `break` | Héctor Ramón Jiménez | 1 | -2/+6 |
2024-07-13 | Add `resize_events` subscription to `window` module | Héctor Ramón Jiménez | 1 | -3/+3 |
2024-07-11 | Finish `window::open` only when window fully opens | Héctor Ramón Jiménez | 1 | -25/+22 |
2024-07-11 | Make window visible after surface creation in `iced_winit` | Héctor Ramón Jiménez | 1 | -1/+11 |
2024-07-05 | Hide `Subscription` internals | Héctor Ramón Jiménez | 1 | -2/+4 |
2024-07-05 | Hide internal `Task` constructors | Héctor Ramón Jiménez | 2 | -3/+3 |
2024-06-21 | Fix fonts not being loaded at startup | Héctor Ramón Jiménez | 1 | -1/+9 |
2024-06-20 | Fix `application` sometimes exiting at startup | Héctor Ramón Jiménez | 1 | -0/+4 |
2024-06-20 | Add `get_latest` and `get_oldest` tasks in `window` | Héctor Ramón Jiménez | 1 | -6/+18 |
2024-06-19 | Fix initialization race conditions in WebAssembly | Héctor Ramón Jiménez | 1 | -58/+42 |
2024-06-19 | Fix WebAssembly compilation | Héctor Ramón Jiménez | 1 | -7/+105 |
2024-06-19 | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 9 | -1523/+254 |
2024-06-14 | Use `Task` chaining to simplify `multi_window` example | Héctor Ramón Jiménez | 1 | -1/+3 |
2024-06-14 | Remove `parent` from `PlatformSpecific` window settings | Héctor Ramón Jiménez | 1 | -5/+1 |
2024-06-14 | Fix `Send` requirements for Wasm targets | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-06-14 | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 4 | -580/+480 |
2024-06-11 | Introduce `subscription::Event` | Héctor Ramón Jiménez | 2 | -31/+40 |
2024-06-10 | Fix widget operations in `multi_window` runtime | Héctor Ramón Jiménez | 1 | -15/+10 |
2024-06-10 | Broadcast orphaned events in `multi_window` runtime | Héctor Ramón Jiménez | 1 | -7/+14 |
2024-06-10 | Introduce `window::Id` to `Event` subscriptions | Héctor Ramón Jiménez | 3 | -43/+31 |
2024-05-27 | Update outdated `README`s of subcrates | Héctor Ramón Jiménez | 1 | -12/+0 |
2024-05-24 | Added scale_factor to `Screenshot` data for use when cropping to widget bounds | Shan | 2 | -0/+2 |
2024-05-16 | Fix main window not closing in multi-window runtime | Héctor Ramón Jiménez | 1 | -1/+1 |