virtualx-engine/scene/gui
Hugo Locurcio 90044d6ac9
Add a property hint for AspectRatioContainer's ratio property
Zero or negative ratios are not valid, so the property hint prevents
choosing such values.

The property hint allows using 4 decimals so that common aspect ratios
like 16/9 can be specified with a good level of precision.
2022-04-17 22:04:39 +02:00
..
aspect_ratio_container.cpp Add a property hint for AspectRatioContainer's ratio property 2022-04-17 22:04:39 +02:00
aspect_ratio_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
base_button.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
base_button.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
box_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
box_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
button.cpp Add missing argument names in bindings 2022-04-04 12:56:59 +02:00
button.h Add alignment options to icons on buttons. 2022-02-07 21:29:37 +01:00
center_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
center_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
check_box.cpp Add missing CheckBox & CheckButton editor icons 2022-04-04 12:15:46 +08:00
check_box.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
check_button.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
check_button.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
color_picker.cpp Improve Colorpicker presets 2022-01-17 15:21:47 +01:00
color_picker.h Improve Colorpicker presets 2022-01-17 15:21:47 +01:00
color_rect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
color_rect.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
control.cpp Extract theme property names for localization 2022-04-01 11:35:02 +08:00
control.h Merge pull request #55355 from ConteZero/drag_and_drop_3.x 2022-03-14 08:43:22 +01:00
dialogs.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
dialogs.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
file_dialog.cpp Don't store and show current file/directory/path FileDialog properties 2022-03-13 15:46:01 +01:00
file_dialog.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
flow_container.cpp Fix children visibility check 2022-03-17 14:45:19 +01:00
flow_container.h Backport FlowContainer 2022-02-11 14:48:40 +08:00
gradient_edit.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gradient_edit.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
graph_edit.cpp Fix toggling GraphEdit's minimap with minimap_enabled 2022-04-13 11:43:49 +02:00
graph_edit.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
graph_node.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
graph_node.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
grid_container.cpp Fix GridContainer not ignoring toplevel children 2022-04-14 21:36:07 +02:00
grid_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
item_list.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
item_list.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
label.cpp Fixed #59985 leading spaces autowrap boundary problem 2022-04-14 16:05:35 +07:00
label.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
line_edit.cpp Merge pull request #59827 from ConteZero/fix_right_menu 2022-04-14 21:29:57 +02:00
line_edit.h Merge pull request #59827 from ConteZero/fix_right_menu 2022-04-14 21:29:57 +02:00
link_button.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
link_button.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
margin_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
margin_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
menu_button.cpp Make popup menus focus items automatically when not using the mouse 2022-02-04 17:20:26 -03:00
menu_button.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
nine_patch_rect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
nine_patch_rect.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
option_button.cpp Add item tooltip access to OptionButton 2022-03-17 14:45:19 +01:00
option_button.h Add item tooltip access to OptionButton 2022-03-17 14:45:19 +01:00
panel.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
panel.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
panel_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
panel_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
popup.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
popup.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
popup_menu.cpp Make popup menus focus items automatically when not using the mouse 2022-02-04 17:20:26 -03:00
popup_menu.h Make popup menus focus items automatically when not using the mouse 2022-02-04 17:20:26 -03:00
progress_bar.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
progress_bar.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
range.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
range.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
reference_rect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
reference_rect.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rich_text_effect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rich_text_effect.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rich_text_label.cpp [3.x] Expose get_selected_text in RichTextLabel 2022-04-05 22:38:10 +02:00
rich_text_label.h [3.x] Add deselect() to RichTextLabel 2022-04-04 22:46:13 +02:00
scroll_bar.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
scroll_bar.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
scroll_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
scroll_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
separator.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
separator.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shortcut.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shortcut.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
slider.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
slider.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
spin_box.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
spin_box.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
split_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
split_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tab_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tab_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tabs.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tabs.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
text_edit.cpp Merge pull request #59827 from ConteZero/fix_right_menu 2022-04-14 21:29:57 +02:00
text_edit.h Fix Right-Click clearing selection 2022-04-03 10:18:12 +02:00
texture_button.cpp TextureButton Fix logic for drawing only the focus texture 2022-01-31 22:54:25 +01:00
texture_button.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
texture_progress.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
texture_progress.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
texture_rect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
texture_rect.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tool_button.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tool_button.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tree.cpp Improve TreeItem button API 2022-02-08 23:56:19 +08:00
tree.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
video_player.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
video_player.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
viewport_container.cpp Fix event transform in ViewportContainer 2022-04-04 22:34:49 +02:00
viewport_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00