godot/scene/gui
Hugo Locurcio d1c2a0df4e
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:03:47 +02:00
..
SCsub
aspect_ratio_container.cpp Add a property hint for AspectRatioContainer's `ratio` property 2022-04-17 22:03:47 +02:00
aspect_ratio_container.h
base_button.cpp [Input] Add extra `shortcut_input` input processing step to process Unicode character input with Alt / Ctrl modifiers, after processing of shortcuts. 2022-04-05 13:46:45 +03:00
base_button.h [Input] Add extra `shortcut_input` input processing step to process Unicode character input with Alt / Ctrl modifiers, after processing of shortcuts. 2022-04-05 13:46:45 +03:00
box_container.cpp
box_container.h
button.cpp
button.h
center_container.cpp
center_container.h
check_box.cpp
check_box.h
check_button.cpp
check_button.h
code_edit.cpp
code_edit.h
color_picker.cpp
color_picker.h
color_rect.cpp
color_rect.h
container.cpp
container.h
control.cpp Extract theme property names for localization 2022-04-01 11:35:22 +08:00
control.h
dialogs.cpp Add Blender install autodetection and configuration. 2022-04-01 11:01:12 +02:00
dialogs.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
file_dialog.cpp Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
file_dialog.h Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
flow_container.cpp
flow_container.h
gradient_edit.cpp
gradient_edit.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
graph_edit.cpp Fix toggling GraphEdit's minimap with `minimap_enabled` 2022-04-11 17:52:04 +02:00
graph_edit.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
graph_node.cpp Fix GraphNode not resizing with larger title 2022-04-05 21:57:54 +01:00
graph_node.h
grid_container.cpp Fix `GridContainer` not ignoring toplevel children 2022-04-13 18:09:51 -03:00
grid_container.h
item_list.cpp
item_list.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
label.cpp
label.h
line_edit.cpp [Input] Add extra `shortcut_input` input processing step to process Unicode character input with Alt / Ctrl modifiers, after processing of shortcuts. 2022-04-05 13:46:45 +03:00
line_edit.h [Input] Add extra `shortcut_input` input processing step to process Unicode character input with Alt / Ctrl modifiers, after processing of shortcuts. 2022-04-05 13:46:45 +03:00
link_button.cpp
link_button.h
margin_container.cpp
margin_container.h
menu_button.cpp [Input] Add extra `shortcut_input` input processing step to process Unicode character input with Alt / Ctrl modifiers, after processing of shortcuts. 2022-04-05 13:46:45 +03:00
menu_button.h [Input] Add extra `shortcut_input` input processing step to process Unicode character input with Alt / Ctrl modifiers, after processing of shortcuts. 2022-04-05 13:46:45 +03:00
nine_patch_rect.cpp
nine_patch_rect.h
option_button.cpp Implement Animation Libraries 2022-04-11 12:51:54 +02:00
option_button.h Implement Animation Libraries 2022-04-11 12:51:54 +02:00
panel.cpp
panel.h
panel_container.cpp
panel_container.h
popup.cpp
popup.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
popup_menu.cpp Add `font_separator` and related properties to `PopupMenu` 2022-04-13 23:46:35 -03:00
popup_menu.h Fix sub-menu keyboard navigation. 2022-04-13 09:58:38 +03:00
progress_bar.cpp
progress_bar.h
range.cpp
range.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
reference_rect.cpp
reference_rect.h
rich_text_effect.cpp
rich_text_effect.h
rich_text_label.cpp Fix select_all() crash in RichTextLabel 2022-04-13 15:41:34 +02:00
rich_text_label.h Add context menu to RichTextLabel 2022-04-12 16:28:38 +02:00
scroll_bar.cpp
scroll_bar.h
scroll_container.cpp
scroll_container.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
separator.cpp
separator.h
slider.cpp
slider.h
spin_box.cpp
spin_box.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
split_container.cpp
split_container.h
subviewport_container.cpp
subviewport_container.h
tab_bar.cpp
tab_bar.h
tab_container.cpp Add action map editor for OpenXR 2022-04-04 18:43:29 +10:00
tab_container.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
text_edit.cpp Fix shortcut_keys_enabled in TextEdit 2022-04-08 15:13:32 +02:00
text_edit.h [Input] Add extra `shortcut_input` input processing step to process Unicode character input with Alt / Ctrl modifiers, after processing of shortcuts. 2022-04-05 13:46:45 +03:00
texture_button.cpp
texture_button.h
texture_progress_bar.cpp
texture_progress_bar.h
texture_rect.cpp
texture_rect.h
tree.cpp Merge pull request #60085 from YeldhamDev/relationships_are_hard 2022-04-11 23:36:13 +02:00
tree.h Implement Animation Libraries 2022-04-11 12:51:54 +02:00
video_stream_player.cpp Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
video_stream_player.h
view_panner.cpp Fix that slow mouse wheel scroll has no zoom effect on 2D editor 2022-04-01 18:34:00 +08:00
view_panner.h