slint/sixtyfps_compiler/passes
Olivier Goffart 3534f3bd4c Disable texture embedding with wasm
We can't support it with the interpreter, and the compiler running on wasm
is only used for the interpreter.
And this cause compilation issue because some dependencies enable features
that breaks the build
2021-11-19 15:54:45 +01:00
..
apply_default_properties_from_style.rs Do the default_geometry pass without inlining 2021-10-28 15:52:29 +02:00
binding_analysis.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
check_expressions.rs Hard error when not calling a callback 2021-10-05 12:56:26 +02:00
check_public_api.rs Add support for global aliases 2021-08-31 17:09:11 +02:00
clip.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
collect_custom_fonts.rs preprocess the images at compile time 2021-11-19 15:54:45 +01:00
collect_globals.rs Collect globals before inlining 2021-10-28 15:52:29 +02:00
collect_structs.rs Fix structure collection with non-inlined components 2021-10-28 15:52:29 +02:00
collect_subcomponents.rs Progressively work on pass so they work without inlining 2021-10-28 15:52:29 +02:00
compile_paths.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
const_propagation.rs Start doing some constant evaluation 2021-11-11 11:14:59 +01:00
deduplicate_property_read.rs Refactor the way the two-ways biding are represented internaly 2021-08-20 18:26:36 +02:00
default_geometry.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
embed_images.rs Disable texture embedding with wasm 2021-11-19 15:54:45 +01:00
ensure_window.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
flickable.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
focus_item.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
generate_item_indices.rs Minor cleanup in ItemTreeBuilder trait 2021-11-04 17:55:39 +01:00
infer_aliases_types.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
inlining.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
lower_layout.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
lower_popups.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
lower_shadows.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
lower_states.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
lower_tabwidget.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
materialize_fake_properties.rs Fix const detection with declared aliases 2021-11-11 11:14:59 +01:00
move_declarations.rs Dialog: automatically add clicked callback for the standard button 2021-09-30 10:21:13 +02:00
optimize_useless_rectangles.rs Optimize away Rectangle that serve no purpose 2021-09-05 09:29:00 +02:00
remove_aliases.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
remove_unused_properties.rs Make sure we do not optimize away properties used from other components 2021-10-28 15:52:29 +02:00
repeater_component.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
resolve_native_classes.rs Make sure we do not optimize away properties used from other components 2021-10-28 15:52:29 +02:00
resolving.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
transform_and_opacity.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
unique_id.rs Make sure the ids are unique globally 2021-10-28 15:52:29 +02:00
visible.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
z_order.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00