summaryrefslogtreecommitdiffstats
path: root/winit/src/program.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Return `window::Id` in `window::open`Libravatar Héctor Ramón Jiménez2024-07-301-2/+3
|
* Avoid exiting when a window is being openedLibravatar Héctor Ramón Jiménez2024-07-301-9/+12
| | | | Fixes #2532
* Fix macOS race condition when closing windowLibravatar Héctor Ramón Jiménez2024-07-241-9/+11
|
* Exit runtime with `control_sender` instead of `break`Libravatar Héctor Ramón Jiménez2024-07-241-2/+6
|
* Finish `window::open` only when window fully opensLibravatar Héctor Ramón Jiménez2024-07-111-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`Libravatar Héctor Ramón Jiménez2024-07-111-1/+11
|
* Hide `Subscription` internalsLibravatar Héctor Ramón Jiménez2024-07-051-2/+4
| | | | .. and introduce `stream::channel` helper
* Hide internal `Task` constructorsLibravatar Héctor Ramón Jiménez2024-07-051-2/+2
|
* Fix fonts not being loaded at startupLibravatar Héctor Ramón Jiménez2024-06-211-1/+9
|
* Fix `application` sometimes exiting at startupLibravatar Héctor Ramón Jiménez2024-06-201-0/+4
|
* Add `get_latest` and `get_oldest` tasks in `window`Libravatar Héctor Ramón Jiménez2024-06-201-6/+18
|
* Fix initialization race conditions in WebAssemblyLibravatar Héctor Ramón Jiménez2024-06-191-58/+42
| | | | WebGL is still broken, but oh well... Time to move on.
* Fix WebAssembly compilationLibravatar Héctor Ramón Jiménez2024-06-191-7/+105
| | | | Rendering seems to still not work, however.
* Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-191-0/+1356