slint/internal/compiler/passes
2023-06-12 13:02:14 +02:00
..
apply_default_properties_from_style.rs Make source-clip-width/height defaults to the size of the image 2022-12-20 08:42:47 -08:00
binding_analysis.rs Add support for absolute-x and absolute-y properties on any element (#2823) 2023-06-06 14:37:53 +02:00
check_expressions.rs Introduce a rem unit in the type system 2022-11-24 11:33:38 +01:00
check_public_api.rs Better error message when trying to use private property in native code 2023-03-27 17:49:07 +02:00
check_rotation.rs Refactoring: split ElementType away from the types used as property type 2022-10-26 14:50:44 +02:00
clip.rs Refactoring: split ElementType away from the types used as property type 2022-10-26 14:50:44 +02:00
collect_custom_fonts.rs Fix run-time panic when combining forward-focus with text rendering in no_std environments 2023-02-08 15:41:35 +01:00
collect_globals.rs Clean up internal Exports struct 2022-12-09 11:05:08 +01:00
collect_init_code.rs Fix init callbacks not being invoked for PopupWindow 2023-06-02 18:07:49 +02:00
collect_structs_and_enums.rs Slint enums in Rust and C++ 2023-06-12 13:02:14 +02:00
collect_subcomponents.rs Refactoring: split ElementType away from the types used as property type 2022-10-26 14:50:44 +02:00
compile_paths.rs Add @rust-attr on scturct (#2785) 2023-06-05 16:29:55 +02:00
const_propagation.rs const propagation: simplyfy struct access 2023-03-24 11:15:05 +01:00
deduplicate_property_read.rs deduplicate_property_read: bail out if there is a write 2022-05-31 14:55:09 +02:00
default_geometry.rs Make Empty not fill the parent by default 2023-03-24 11:15:05 +01:00
embed_glyphs.rs Add support for italic and bold text in the software renderer's bitmap font path 2023-05-31 18:47:39 +02:00
embed_images.rs Fix duplicated loading/embedding of images (#2612) 2023-04-21 13:15:22 +02:00
ensure_window.rs Make Empty not fill the parent by default 2023-03-24 11:15:05 +01:00
flickable.rs Remove undocumented and dysfunctional PathLayout 2023-01-21 13:10:19 +01:00
focus_item.rs Handle complex forward-focus loops 2023-04-24 18:03:33 +02:00
generate_item_indices.rs Refactoring: split ElementType away from the types used as property type 2022-10-26 14:50:44 +02:00
infer_aliases_types.rs Fix warnings in cargo doc output 2023-05-30 10:08:44 +02:00
inlining.rs Add support for manually closing PopupWindows 2023-06-02 18:07:49 +02:00
lower_absolute_coordinates.rs Add support for absolute-x and absolute-y properties on any element (#2823) 2023-06-06 14:37:53 +02:00
lower_accessibility.rs Center element by default in their parent with the new syntax 2022-11-15 17:33:27 +01:00
lower_layout.rs Fixes access to unset layout property 2023-04-14 13:51:57 +02:00
lower_popups.rs Remove unnecessary property declaration in PopupWindow's internal type 2023-06-05 13:47:57 +02:00
lower_property_to_element.rs janitor: Fix a few typos 2023-06-08 18:12:52 +02:00
lower_shadows.rs Don't forget elements with box-shadow error 2023-01-17 16:29:13 +01:00
lower_states.rs WIP: pure qualifier for callback and functions 2022-12-22 00:26:27 -08:00
lower_tabwidget.rs clippy: Fix clippy warnings 2023-03-09 09:35:29 +01:00
lower_text_input_interface.rs Added TextInputInterface.text-input-focused 2023-04-12 14:49:08 +02:00
materialize_fake_properties.rs New syntax: allow to create component without base 2022-10-26 18:09:57 +02:00
move_declarations.rs Add support for invoking an init callback on component and element construction 2022-11-17 10:12:08 +01:00
optimize_useless_rectangles.rs Fix panic when a PopupWindow is a children of an optimized element 2022-12-15 07:01:58 -08:00
purity_check.rs Pure function: make it a warning in legacy context instead of an error 2022-12-22 00:26:27 -08:00
remove_aliases.rs Fix two way binding to global getting the wrong value 2023-01-18 14:07:32 +01:00
remove_unused_properties.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
repeater_component.rs Make Empty not fill the parent by default 2023-03-24 11:15:05 +01:00
resolve_native_classes.rs New syntax: allow to create component without base 2022-10-26 18:09:57 +02:00
resolving.rs Translation: Use the (normalized) component name as context when none is provided 2023-06-08 16:55:52 +02:00
unique_id.rs Refactoring: split ElementType away from the types used as property type 2022-10-26 14:50:44 +02:00
visible.rs Fix visible property on the root of a component 2023-02-14 13:28:54 +01:00
z_order.rs Refactoring: split ElementType away from the types used as property type 2022-10-26 14:50:44 +02:00