slint/sixtyfps_runtime/corelib
Olivier Goffart c3046f5a55 Add a way to send an event to the GUI thread from any thread
The idea is that the callback is meant to be run in the gui thread

(untested)
2021-04-03 10:00:12 +02:00
..
graphics Improve brush property test coverage 2021-04-01 08:27:10 +02:00
items Rename Resource to ImageReference in the runtime 2021-03-11 10:06:23 +01:00
animations.rs Reduce dependencies 2021-02-09 17:22:01 +01:00
backend.rs Add a way to send an event to the GUI thread from any thread 2021-04-03 10:00:12 +02:00
callbacks.rs Add a fii feature so that we don't compile in the ffi code if not required 2021-03-16 18:09:57 +01:00
Cargo.toml Better name for the femtovg feature 2021-03-19 09:48:19 +01:00
component.rs Add a fii feature so that we don't compile in the ffi code if not required 2021-03-16 18:09:57 +01:00
flickable.rs Flickable: also have a duration threshold 2021-02-13 17:10:22 +01:00
graphics.rs Add a fii feature so that we don't compile in the ffi code if not required 2021-03-16 18:09:57 +01:00
input.rs Use the new mouse event API for the flickable 2021-02-13 16:58:04 +01:00
item_rendering.rs Don't call render for items outside of the clip rects 2021-03-05 13:05:02 +01:00
item_tree.rs Add a fii feature so that we don't compile in the ffi code if not required 2021-03-16 18:09:57 +01:00
items.rs Add Window.default-font-size 2021-03-02 13:33:43 +01:00
layout.rs Add a fii feature so that we don't compile in the ffi code if not required 2021-03-16 18:09:57 +01:00
lib.rs Add a fii feature so that we don't compile in the ffi code if not required 2021-03-16 18:09:57 +01:00
model.rs Small reformating fix 2021-02-12 09:56:37 +01:00
properties.rs Add support for property change handlers in PropertyTracker 2021-03-25 12:29:19 +01:00
rtti.rs Rename Resource to ImageReference in the runtime 2021-03-11 10:06:23 +01:00
sharedvector.rs Add a fii feature so that we don't compile in the ffi code if not required 2021-03-16 18:09:57 +01:00
slice.rs Expose an iterator to interpreter::Struct 2021-03-17 15:29:03 +01:00
string.rs Add a fii feature so that we don't compile in the ffi code if not required 2021-03-16 18:09:57 +01:00
tests.rs Add a debug log helper macro 2021-02-11 08:50:49 +01:00
timers.rs Fix recurring C++ timers 2021-03-25 20:07:12 +01:00
window.rs Add ability in the interpreter to re-use an existing window 2021-04-03 10:00:12 +02:00