..
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
Fix visitation of init code
2023-04-11 21:30:01 +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 run-time panic when combining forward-focus with text rendering in no_std environments
2023-02-08 15:41:35 +01:00
collect_structs.rs
collect_structs: visit function args and returns
2023-04-29 08:24:17 +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
Fix panic when binding Path's commands property to a model entry's field
2023-04-03 15:25:13 +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
Fix focussing element whose base is focusable
2023-04-24 18:03:33 +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
Don't match builtin type purely on it's base type name
2022-12-01 12:56:59 +01:00
lower_property_to_element.rs
Polish of the rotation feature
2022-08-30 12:10:42 +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
Proper error when wrong type used in an unary operation
2023-05-02 17:41:36 +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