slint/sixtyfps_compiler/passes
2021-08-09 13:19:34 +02:00
..
apply_default_properties_from_style.rs Fix regression of two-way binding on default geom'ed properties causing binding loop 2021-08-03 23:24:49 +02:00
binding_analysis.rs Collect all used components before inlining 2021-07-07 17:58:43 +02:00
check_expressions.rs Update license date 2021-07-02 15:55:54 +02:00
check_public_api.rs Make sure error messages don't end with '.' 2021-07-16 12:39:50 +02:00
clip.rs Allow the clip property to be a dynamic property 2021-07-29 15:02:25 +02:00
collect_custom_fonts.rs Update license date 2021-07-02 15:55:54 +02:00
collect_globals.rs Janitor: Fix clippy::redundant_clone 2021-07-23 13:48:52 +02:00
collect_structs.rs Janitor: Fix clippy::needless_borrow 2021-08-04 22:50:35 +02:00
collect_subcomponents.rs Collect all used components before inlining 2021-07-07 17:58:43 +02:00
compile_paths.rs Update license date 2021-07-02 15:55:54 +02:00
deduplicate_property_read.rs Fix bug that caused two way binding to sometimes disapear 2021-07-08 17:44:50 +02:00
default_geometry.rs Compiler pass for the TabWidget 2021-08-06 15:58:13 +02:00
embed_resources.rs For embedded data, store the extension in the binary 2021-08-03 16:15:31 +02:00
ensure_window.rs Refactoring: move the animation in the PropertyBinding struct 2021-07-23 15:25:53 +02:00
flickable.rs Refactoring: move the animation in the PropertyBinding struct 2021-07-23 15:25:53 +02:00
focus_item.rs Janitor: Fix remaining clippy::option_map_unit_fn 2021-07-21 19:44:57 +02:00
generate_item_indices.rs Janitor: Remove unnecessary & 2021-07-07 08:42:28 +02:00
infer_aliases_types.rs Update license date 2021-07-02 15:55:54 +02:00
inlining.rs Properly merge the animation when inlining and removing aliases 2021-07-23 15:25:53 +02:00
lower_layout.rs Janitor: Fix clippy::extra_unused_lifetimes 2021-08-09 13:19:34 +02:00
lower_popups.rs Compiler pass for the TabWidget 2021-08-06 15:58:13 +02:00
lower_shadows.rs Janitor: Fix clippy::map_entry 2021-07-30 09:27:48 +02:00
lower_states.rs Proper .60 compilation error when changing a property linked with a two way binding in a state 2021-07-27 10:18:24 +02:00
lower_tabwidget.rs Apply suggestions from code review 2021-08-06 15:58:13 +02:00
materialize_fake_properties.rs Minor cleanup: remove stray dbg! 2021-08-02 15:51:29 +02:00
move_declarations.rs Fix disappearing elements with implicit width/height 2021-08-02 16:31:10 +02:00
remove_aliases.rs Janitor: Fix clippy::extra_unused_lifetimes 2021-08-09 13:19:34 +02:00
remove_unused_properties.rs Janitor: Fix clippy::needless_borrow 2021-08-04 22:50:35 +02:00
repeater_component.rs Refactoring: move the animation in the PropertyBinding struct 2021-07-23 15:25:53 +02:00
resolve_native_classes.rs Janitor: Remove unnecessary & 2021-07-07 08:42:28 +02:00
resolving.rs Janitor: Fix clippy::or_fun_call 2021-07-30 09:27:48 +02:00
transform_and_opacity.rs Add support for the visible property 2021-07-29 15:02:25 +02:00
unique_id.rs Fix name conflict when having two global with the same name in different files 2021-07-13 14:36:38 +02:00
visible.rs Janitor: Fix clippy::blocks_in_if_conditions 2021-08-05 23:41:56 +02:00
z_order.rs Janitor: Remove unnecessary & 2021-07-07 08:42:28 +02:00