slint/sixtyfps_compiler/passes
Tobias Hunger 13d7f5e7bd Janitor: Fix typos in comments and user-facing strings
Also adapt tests for error messages containing the fixed strings.

No behavior change is intended!
2021-06-28 08:32:25 +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 Janitor: Fix typos in comments and user-facing strings 2021-06-28 08:32:25 +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 Janitor: Fix typos in comments and user-facing strings 2021-06-28 08:32:25 +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 Janitor: Fix typos in comments and user-facing strings 2021-06-28 08:32:25 +02: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 Janitor: Fix typos in comments and user-facing strings 2021-06-28 08:32:25 +02:00
embed_resources.rs Rename ResourceReference to ImageReference in the compiler 2021-03-11 10:29:05 +01:00
ensure_window.rs Add a pass to always have the top level as a Window 2021-06-09 11:02:55 +02:00
flickable.rs Janitor: Fix typos in comments and user-facing strings 2021-06-28 08:32:25 +02:00
focus_item.rs Janitor: Fix typos in comments and user-facing strings 2021-06-28 08:32:25 +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
infer_aliases_types.rs Don't re-use Type::Void for inferred type 2021-06-07 20:40:36 +02:00
inlining.rs Error when having an animation in a transition on a property which is not part of the state 2021-06-23 13:05:25 +02:00
lower_layout.rs Janitor: Fix typos in comments and user-facing strings 2021-06-28 08:32:25 +02:00
lower_popups.rs Janitor: Fix type on function name 2021-06-28 08:32:00 +02:00
lower_shadows.rs Janitor: Fix typos in comments and user-facing strings 2021-06-28 08:32:25 +02:00
lower_states.rs Janitor: Fix typos in comments and user-facing strings 2021-06-28 08:32:25 +02:00
materialize_fake_properties.rs Use BTreeMap unstead of HashMap to store the bindings 2021-06-18 21:47:00 +02:00
move_declarations.rs Janitor: Fix typos in comments and user-facing strings 2021-06-28 08:32:25 +02:00
remove_aliases.rs Janitor: Fix typos in comments and user-facing strings 2021-06-28 08:32:25 +02:00
repeater_component.rs Janitor: Fix typos in comments and user-facing strings 2021-06-28 08:32:25 +02:00
resolve_native_classes.rs Fix unit tests 2021-06-18 15:46:45 +02:00
resolving.rs Janitor: Fix typos in comments and user-facing strings 2021-06-28 08:32:25 +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