slint/api
Simon Hausmann a8fcb5acd6 Fix delayed docs preview not working
After commit 7df902b53c, the winit window
is not created when calling show() anymore but it's now created at
component creation time.  That means the event loop workaround removed
in 459f810bd8 is now needed at
construction time.

Since this is a winit and wasm specific issue, it's now dealt with in
the wasm interpreter implementation, by invoking the creation from the
event loop from there and returning a promise in the API.

This changes the API therefore: create() can only be called after the
event loop is running.
2023-06-01 16:51:12 +02:00
..
cpp Add support for select-all(), cut(), copy() and paste() functions on text input elements (#2804) 2023-06-01 16:04:53 +02:00
node Add support for importing OpenGL textures into Slint 2023-06-01 15:56:55 +02:00
rs Remove BorrowedOpenGLTexture from the public API again and just provide a factory function in slint::Image 2023-06-01 15:56:55 +02:00
wasm-interpreter Fix delayed docs preview not working 2023-06-01 16:51:12 +02:00