slint/sixtyfps_compiler/passes
Olivier Goffart 069b5aa1a1 Refactor lookup
Share some code so we can eaily list all possibilities and we will use that
in the LSP for the completion
2021-04-16 23:41:59 +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 Fix handling of non-zero border width in clip-enabled Rectangles 2021-04-14 13:34:51 +02:00
collect_custom_fonts.rs Generate registration code for custom fonts imported in .60 files 2021-04-14 09:30:32 +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 Rename SyntaxNodeWithSourceFile to SyntaxNode 2021-04-13 17:10:56 +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 Fix another panic caused by some NamedReference of the layout not being visited 2021-04-14 17:23:33 +02:00
remove_aliases.rs Add support for opacity property 2021-04-15 15:05:09 +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 Refactor lookup 2021-04-16 23:41:59 +02:00
transform_and_opacity.rs Add support for opacity property 2021-04-15 15:05:09 +02:00
unique_id.rs Popup positioning 2020-11-30 18:39:41 +01:00