summaryrefslogtreecommitdiffstats
path: root/winit/src/program.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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