godot/scene/gui
Rémi Verschelde 96d38d9751 Revert "Warn when setting Control size inside ready()"
This reverts commit a8105d73c7.

We need to improve the logic somewhat to make the warning more specific to
actual problematic scenarios. Will likely be cherry-picked again + fixes
for the next release.

Fixes #46376.
2021-02-25 15:14:32 +01:00
..
aspect_ratio_container.cpp doc: Sync classref with current source 2021-01-13 16:55:27 +01:00
aspect_ratio_container.h doc: Sync classref with current source 2021-01-13 16:55:27 +01:00
base_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
base_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
box_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
box_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
center_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
center_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_box.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_box.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
color_picker.cpp Keep Hue value when Saturation or Value is zero 2021-02-22 10:15:29 +01:00
color_picker.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
color_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
color_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
control.cpp Revert "Warn when setting Control size inside ready()" 2021-02-25 15:14:32 +01:00
control.h Revert "Warn when setting Control size inside ready()" 2021-02-25 15:14:32 +01:00
dialogs.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
dialogs.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
file_dialog.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
file_dialog.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gradient_edit.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gradient_edit.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
graph_edit.cpp Update GraphEdit when GraphNode's slot is updated 2021-02-11 13:14:33 +01:00
graph_edit.h Update GraphEdit when GraphNode's slot is updated 2021-02-11 13:14:33 +01:00
graph_node.cpp Update GraphEdit when GraphNode's slot is updated 2021-02-11 13:14:33 +01:00
graph_node.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
grid_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
grid_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
item_list.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
item_list.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
label.cpp Label::set_lines_skipped Fail if passed a negative value 2021-02-22 10:16:54 +01:00
label.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
line_edit.cpp Allow to override drop data in LineEdit 2021-01-26 17:24:55 +01:00
line_edit.h [GUI] Enforce virtual keyboard redisplay on clear 2021-01-26 13:18:14 +03:00
link_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
link_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
margin_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
margin_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
menu_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
menu_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
nine_patch_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
nine_patch_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
option_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
option_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
popup.cpp Fix popup_centered() for scaled popups 2021-01-27 18:12:09 +01:00
popup.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
popup_menu.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
popup_menu.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
progress_bar.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
progress_bar.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
range.cpp Make Range return 1.0 ratio if minimum and maximum values are equal 2021-01-26 17:00:17 +01:00
range.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
reference_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
reference_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rich_text_effect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rich_text_effect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rich_text_label.cpp RichTextLabel::add_image Fail if passed image has no area 2021-02-16 14:27:39 +01:00
rich_text_label.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scroll_bar.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scroll_bar.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scroll_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scroll_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
separator.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
separator.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shortcut.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shortcut.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
slider.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
slider.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
spin_box.cpp Fix unintended SpinBox mouse capture 2021-02-02 13:02:42 +01:00
spin_box.h Fix unintended SpinBox mouse capture 2021-02-02 13:02:42 +01:00
split_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
split_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tab_container.cpp Fix errors when removing non Control node from TabContainer 2021-01-13 16:17:10 +01:00
tab_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tabs.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tabs.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
text_edit.cpp Fix TextEdit autoscroll with wrapped lines 2021-02-16 14:27:38 +01:00
text_edit.h Fix TextEdit autoscroll with wrapped lines 2021-02-16 14:27:38 +01:00
texture_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_progress.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_progress.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tool_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tool_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tree.cpp expose edit_selected in Tree 2021-02-25 15:14:32 +01:00
tree.h Expose Tree::scroll_to_item() 2021-02-08 02:19:23 +01:00
video_player.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
video_player.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
viewport_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
viewport_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00