slint/sixtyfps_compiler/passes
Simon Hausmann cc9d5e09f0 Add support for clip on Path elements
This allows clipping the viewbox conveniently.
2021-05-21 19:51:00 +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
binding_analysis.rs Be sure to propagate the fact that properties are changed for aliases 2021-05-21 10:06:26 +02:00
check_expressions.rs Report an error when trying to convert from logical to physical coordinate in a global 2021-05-20 18:11:58 +02:00
check_public_api.rs Move the public api check in its own passes 2021-05-20 13:40:51 +02:00
clip.rs Add support for clip on Path elements 2021-05-21 19:51:00 +02:00
collect_custom_fonts.rs Report an error when trying to convert from logical to physical coordinate in a global 2021-05-20 18:11:58 +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 Go to definition of structs 2021-04-24 15:06:58 +02: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 Report an error when trying to convert from logical to physical coordinate in a global 2021-05-20 18:11:58 +02:00
embed_resources.rs Rename ResourceReference to ImageReference in the compiler 2021-03-11 10:29:05 +01:00
flickable.rs Some ground work to make more binding analysis 2021-05-20 13:40:51 +02:00
focus_item.rs Report an error when trying to convert from logical to physical coordinate in a global 2021-05-20 18:11:58 +02: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 Properly merge analysis of base component 2021-05-20 13:40:51 +02:00
lower_layout.rs Report binding loops for layouts 2021-05-18 12:25:19 +02:00
lower_popups.rs WIP: Layout refactoring 2021-05-11 14:59:57 +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 Fix binding loop detection involving states 2021-05-18 10:52:05 +02:00
materialize_fake_properties.rs Report an error when trying to convert from logical to physical coordinate in a global 2021-05-20 18:11:58 +02:00
move_declarations.rs Fix move declaration not moving the analysis 2021-05-20 13:40:51 +02:00
remove_aliases.rs Mark aliased property of public api as set 2021-05-20 13:40:51 +02:00
repeater_component.rs Some ground work to make more binding analysis 2021-05-20 13:40:51 +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 Report an error when trying to convert from logical to physical coordinate in a global 2021-05-20 18:11:58 +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
z_order.rs Added support for static constant z ordering 2021-05-14 16:17:34 +02:00