slint/internal/compiler/passes
Olivier Goffart 2b44ed47a2 Fix PopupWindow positioning
The WindowItem did not have a x or y before, so these property
were unused for it's geometry(), but now it is used in the new
item_geometry on the ComponentVTable.
So make sure we don't initialize them
2023-09-13 16:08:37 +02:00
..
apply_default_properties_from_style.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
binding_analysis.rs Compiler: Visit the model and other "side" named reference in binding_analysis (#3109) 2023-07-19 09:53:38 +02:00
check_expressions.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
check_public_api.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
check_rotation.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
clip.rs WIP: Add item_geometry to the ComponentVTable 2023-09-13 16:08:37 +02:00
collect_custom_fonts.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
collect_globals.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
collect_init_code.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
collect_structs_and_enums.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
collect_subcomponents.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
compile_paths.rs Warn when using a Path with the software renderer 2023-08-31 12:37:48 +02:00
const_propagation.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
deduplicate_property_read.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
default_geometry.rs Fix PopupWindow positioning 2023-09-13 16:08:37 +02:00
embed_glyphs.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
embed_images.rs Software renderer: fix the rendering of svg with transparency 2023-08-24 09:39:07 +02:00
ensure_window.rs WIP: Add item_geometry to the ComponentVTable 2023-09-13 16:08:37 +02:00
flickable.rs WIP: Add item_geometry to the ComponentVTable 2023-09-13 16:08:37 +02:00
focus_item.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
generate_item_indices.rs Change item indices from usize to u32 2023-09-12 08:53:58 +02:00
infer_aliases_types.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
inlining.rs WIP: Add item_geometry to the ComponentVTable 2023-09-13 16:08:37 +02:00
lower_absolute_coordinates.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
lower_accessibility.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
lower_component_container.rs Lower ComponentContainer into two objects 2023-07-27 12:04:16 +02:00
lower_layout.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
lower_popups.rs Fix PopupWindow positioning 2023-09-13 16:08:37 +02:00
lower_property_to_element.rs WIP: Add item_geometry to the ComponentVTable 2023-09-13 16:08:37 +02:00
lower_shadows.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
lower_states.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
lower_tabwidget.rs Fix generation of geometry prop for some primitives 2023-09-13 16:08:37 +02:00
lower_text_input_interface.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
materialize_fake_properties.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
move_declarations.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
optimize_useless_rectangles.rs Lower ComponentContainer into two objects 2023-07-27 12:04:16 +02:00
purity_check.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
remove_aliases.rs Fix alias to externaly modified property not being marked as such 2023-08-22 16:20:13 +02:00
remove_return.rs Make a pass to remove the Expression::Return instruction 2023-09-06 14:10:26 +02:00
remove_unused_properties.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
repeater_component.rs WIP: Add item_geometry to the ComponentVTable 2023-09-13 16:08:37 +02:00
resolve_native_classes.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
resolving.rs Fix panic when parsing invalid gradiant 2023-08-09 21:20:54 +02:00
unique_id.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
visible.rs Fix generation of geometry prop for some primitives 2023-09-13 16:08:37 +02:00
z_order.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00