slint/sixtyfps_compiler/passes
2021-04-13 17:10:56 +02:00
..
apply_default_properties_from_style.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
check_expressions.rs Fix a bunch of cargo clippy warnings in the compiler 2020-12-07 12:54:38 +01:00
clip.rs Add a border-radius property to the Clip 2021-04-12 19:47:18 +02:00
collect_globals.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
collect_structs.rs Rename the Object type to Struct in the compiler 2021-03-16 12:38:53 +01:00
compile_paths.rs Reduce dependencies 2021-02-09 17:22:01 +01:00
deduplicate_property_read.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
default_geometry.rs Implement dynamic image-fit and aspect ratio behavior for Image elements 2021-04-09 15:17:52 +02:00
embed_resources.rs Rename ResourceReference to ImageReference in the compiler 2021-03-11 10:29:05 +01:00
flickable.rs Use the builtin name instead of the native name to identify some of the elements 2021-04-12 18:51:31 +02:00
focus_item.rs Add the source file getter to the Spanned trait, and remove SpannedWithSourceFile 2021-03-11 14:09:55 +01:00
generate_item_indices.rs Make the viewport element of the flickable a real Element in the object_tree 2021-04-09 19:14:48 +02:00
inlining.rs Make the viewport element of the flickable a real Element in the object_tree 2021-04-09 19:14:48 +02:00
lower_layout.rs GridLayout: Element outside of a Row should go in a new row 2021-04-08 11:46:24 +02:00
lower_popups.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
lower_shadows.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
lower_states.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
materialize_fake_properties.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
move_declarations.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
remove_aliases.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
repeater_component.rs Make the viewport element of the flickable a real Element in the object_tree 2021-04-09 19:14:48 +02:00
resolve_native_classes.rs Fix selecting the minimal class when no properties are used 2021-01-28 18:52:39 +01:00
resolving.rs Use SyntaxNodeWithSourceFile everywhere instead of SyntaxNode 2021-04-13 17:10:56 +02:00
unique_id.rs Popup positioning 2020-11-30 18:39:41 +01:00