godot/scene/gui
风青山 e561c68256 Add some codes, returnes directly if the value is not changed.
Avoid executing the following value-changed logics if the value does not really change.
2022-08-23 23:25:22 +08:00
..
aspect_ratio_container.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
aspect_ratio_container.h
base_button.cpp Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
base_button.h Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
box_container.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
box_container.h
button.cpp Fix case where h_separation might not work in Button 2022-08-12 19:57:08 +08:00
button.h
center_container.cpp
center_container.h
check_box.cpp Fix case where h_separation might not work in Button 2022-08-12 19:57:08 +08:00
check_box.h
check_button.cpp Fix case where h_separation might not work in Button 2022-08-12 19:57:08 +08:00
check_button.h
code_edit.cpp Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
code_edit.h Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
color_mode.cpp
color_mode.h
color_picker.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
color_picker.h
color_rect.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
color_rect.h
container.cpp
container.h
control.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
control.h Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
dialogs.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
dialogs.h
file_dialog.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
file_dialog.h
flow_container.cpp
flow_container.h
gradient_edit.cpp
gradient_edit.h
graph_edit.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
graph_edit.h
graph_node.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
graph_node.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
grid_container.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
grid_container.h
item_list.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
item_list.h
label.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
label.h
line_edit.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
line_edit.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
link_button.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
link_button.h
margin_container.cpp
margin_container.h
menu_bar.cpp Fix MenuBar minimum size adding unnecessary extra spacing after the last item. 2022-08-19 22:04:58 +03:00
menu_bar.h Implement MenuBar control to wrap PopupMenus or native menu, use native menu for editor. 2022-08-18 22:25:44 +03:00
menu_button.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
menu_button.h
nine_patch_rect.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
nine_patch_rect.h
option_button.cpp Merge pull request #64218 from Rindbee/fix-button-minimum-size-calculation 2022-08-22 22:40:59 +02:00
option_button.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
panel_container.cpp
panel_container.h
panel.cpp
panel.h
popup_menu.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
popup_menu.h Implement MenuBar control to wrap PopupMenus or native menu, use native menu for editor. 2022-08-18 22:25:44 +03:00
popup.cpp
popup.h
progress_bar.cpp
progress_bar.h
range.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
range.h
reference_rect.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
reference_rect.h
rich_text_effect.cpp
rich_text_effect.h
rich_text_label.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
rich_text_label.h
scroll_bar.cpp
scroll_bar.h
scroll_container.cpp
scroll_container.h
SCsub
separator.cpp
separator.h
slider.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
slider.h
spin_box.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
spin_box.h
split_container.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
split_container.h
subviewport_container.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
subviewport_container.h
tab_bar.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
tab_bar.h
tab_container.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
tab_container.h
text_edit.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
text_edit.h Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
texture_button.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
texture_button.h
texture_progress_bar.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
texture_progress_bar.h
texture_rect.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
texture_rect.h
tree.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
tree.h
video_stream_player.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
video_stream_player.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
view_panner.cpp
view_panner.h