Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Plug `received_url` in `winit::program` | 2024-08-01 | 1 | -0/+17 | |
* | Return `window::Id` in `window::open` | 2024-07-30 | 1 | -2/+3 | |
* | Avoid exiting when a window is being opened | 2024-07-30 | 1 | -9/+12 | |
* | Fix macOS race condition when closing window | 2024-07-24 | 1 | -9/+11 | |
* | Exit runtime with `control_sender` instead of `break` | 2024-07-24 | 1 | -2/+6 | |
* | Finish `window::open` only when window fully opens | 2024-07-11 | 1 | -25/+22 | |
* | Make window visible after surface creation in `iced_winit` | 2024-07-11 | 1 | -1/+11 | |
* | Hide `Subscription` internals | 2024-07-05 | 1 | -2/+4 | |
* | Hide internal `Task` constructors | 2024-07-05 | 1 | -2/+2 | |
* | Fix fonts not being loaded at startup | 2024-06-21 | 1 | -1/+9 | |
* | Fix `application` sometimes exiting at startup | 2024-06-20 | 1 | -0/+4 | |
* | Add `get_latest` and `get_oldest` tasks in `window` | 2024-06-20 | 1 | -6/+18 | |
* | Fix initialization race conditions in WebAssembly | 2024-06-19 | 1 | -58/+42 | |
* | Fix WebAssembly compilation | 2024-06-19 | 1 | -7/+105 | |
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -0/+1356 |