| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | | | | | ... and run initial `Task` after `window::open` for applications. This fixes certain race conditions. | ||||
| * | Make window visible after surface creation in `iced_winit` | 2024-07-11 | 1 | -1/+11 | |
| | | |||||
| * | Hide `Subscription` internals | 2024-07-05 | 1 | -2/+4 | |
| | | | | | .. and introduce `stream::channel` helper | ||||
| * | 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 | |
| | | | | | WebGL is still broken, but oh well... Time to move on. | ||||
| * | Fix WebAssembly compilation | 2024-06-19 | 1 | -7/+105 | |
| | | | | | Rendering seems to still not work, however. | ||||
| * | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -0/+1356 | |
