slint/internal/interpreter
Olivier Goffart cb840660aa Make the extraction of slint! macro as part of the compiler core
This includes slint-viewer, slint-interpreter (when loading path, not
string), slint-compiler.

(This would also include internal things such as
`import { Xxx } from "foo.rs"`, if we didn't check for .slint or .60
extension before)

But that doesn't include anything that's not opening the source by path
(so not the lsp which use its own representation coming from the editor,
or varius tools like the updater and fmt which also open the files
themselves)
2023-06-08 11:26:17 +02:00
..
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
api.rs Make the extraction of slint! macro as part of the compiler core 2023-06-08 11:26:17 +02:00
Cargo.toml Initial support for rendering with Skia and Vulkan 2023-05-09 08:58:35 +02:00
dynamic_component.rs Add support for manually closing PopupWindows 2023-06-02 18:07:49 +02:00
dynamic_type.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
eval.rs Translations: support for plurals 2023-06-07 10:34:34 +02:00
eval_layout.rs Remove undocumented and dysfunctional PathLayout 2023-01-21 13:10:19 +01:00
ffi.rs C++: Move the interpreter ComponentCompiler on the heap 2023-06-05 16:34:59 +02:00
global_component.rs interpreter: Rename invoke_callback to invoke 2023-01-02 23:55:47 +01:00
highlight.rs Add @rust-attr on scturct (#2785) 2023-06-05 16:29:55 +02:00
lib.rs Fix doctests 2023-05-11 10:42:09 +02:00
migration.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
tests.rs Use the new syntax in more tests 2023-02-14 12:38:39 +01:00
value_model.rs Fix crash when using an int model in a repeater with a negative value (#2063) 2023-01-14 21:20:14 +01:00