slint/internal/compiler/passes
Olivier Goffart a4c0cc9f09 Move the used_types from the (root) Component in the Document
Preparation for multi-components

Note that this had to rename one instance of TextStyle because it
conflicts with the struct of the same name used in the FontSettings
in the style. This wasn't a problem before because it shares some
property in common, and the the order of processing of component has
changed leading to the other one being generated.
(But that is a wider bug in the compiler outside of the scope of this
refactoring)
2024-06-20 12:03:38 +02:00
..
apply_default_properties_from_style.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
binding_analysis.rs Move the used_types from the (root) Component in the Document 2024-06-20 12:03:38 +02:00
border_radius.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
check_expressions.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
check_public_api.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
check_rotation.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
clip.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
collect_custom_fonts.rs compiler: Move embedded_file_resources from the root Component to the Document 2024-06-20 12:03:38 +02:00
collect_globals.rs Move the used_types from the (root) Component in the Document 2024-06-20 12:03:38 +02:00
collect_init_code.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
collect_structs_and_enums.rs Move the used_types from the (root) Component in the Document 2024-06-20 12:03:38 +02:00
collect_subcomponents.rs Move the used_types from the (root) Component in the Document 2024-06-20 12:03:38 +02:00
compile_paths.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
const_propagation.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
deduplicate_property_read.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
default_geometry.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
embed_glyphs.rs compiler: Move embedded_file_resources from the root Component to the Document 2024-06-20 12:03:38 +02:00
embed_images.rs Move the used_types from the (root) Component in the Document 2024-06-20 12:03:38 +02:00
ensure_window.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
flickable.rs Add a warning if a PopupWindow is in a layout 2024-06-04 13:31:36 +02:00
focus_handling.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
generate_item_indices.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
infer_aliases_types.rs Compiler better test coverage in case of error and fix panics 2024-06-11 19:22:59 +02:00
inlining.rs Move the used_types from the (root) Component in the Document 2024-06-20 12:03:38 +02:00
lower_absolute_coordinates.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lower_accessibility.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lower_component_container.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lower_layout.rs Move the used_types from the (root) Component in the Document 2024-06-20 12:03:38 +02:00
lower_popups.rs Add a warning if a PopupWindow is in a layout 2024-06-04 13:31:36 +02:00
lower_property_to_element.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lower_shadows.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lower_states.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lower_tabwidget.rs Move the used_types from the (root) Component in the Document 2024-06-20 12:03:38 +02:00
lower_text_input_interface.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
materialize_fake_properties.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
move_declarations.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
optimize_useless_rectangles.rs Add support for optimized rectangles in ElementHandle 2024-06-05 01:29:58 -07:00
purity_check.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
remove_aliases.rs Move the used_types from the (root) Component in the Document 2024-06-20 12:03:38 +02:00
remove_return.rs Move the used_types from the (root) Component in the Document 2024-06-20 12:03:38 +02:00
remove_unused_properties.rs Move the used_types from the (root) Component in the Document 2024-06-20 12:03:38 +02:00
repeater_component.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
resolve_native_classes.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
resolving.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
unique_id.rs Move the used_types from the (root) Component in the Document 2024-06-20 12:03:38 +02:00
visible.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
z_order.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00