.. |
aspect_ratio_container.cpp
|
|
|
aspect_ratio_container.h
|
|
|
base_button.cpp
|
Make BaseButton Shortcut feedback togglable
|
2022-10-20 02:02:12 -04:00 |
base_button.h
|
Make BaseButton Shortcut feedback togglable
|
2022-10-20 02:02:12 -04: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
|
Merge pull request #67994 from YeldhamDev/how_suggestive
|
2022-11-02 14:15:32 +01:00 |
code_edit.h
|
Stop centering clicked suggestions in the autocomplete popup
|
2022-10-28 20:22:28 -03:00 |
color_mode.cpp
|
Improve ColorPicker sliders in OKHSL mode
|
2022-10-18 23:59:55 +02:00 |
color_mode.h
|
|
|
color_picker.cpp
|
Merge pull request #67489 from timothyqiu/auto-select-all
|
2022-10-31 11:55:06 +01:00 |
color_picker.h
|
Allow selecting SpinBox & LineEdit text when focus enters
|
2022-10-29 09:58:42 +08:00 |
color_rect.cpp
|
|
|
color_rect.h
|
|
|
container.cpp
|
|
|
container.h
|
|
|
control.cpp
|
Merge pull request #67578 from KoBeWi/GEDITOR
|
2022-10-31 13:15:58 +01:00 |
control.h
|
Merge pull request #67566 from Sauermann/fix-code-simplifications
|
2022-10-23 17:02:04 -07:00 |
dialogs.cpp
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2022-10-07 11:32:33 +03:00 |
dialogs.h
|
|
|
file_dialog.cpp
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2022-10-07 11:32:33 +03:00 |
file_dialog.h
|
|
|
flow_container.cpp
|
Add alignment options to flow container
|
2022-10-23 13:40:17 +02:00 |
flow_container.h
|
Add alignment options to flow container
|
2022-10-23 13:40:17 +02:00 |
graph_edit.cpp
|
Simplify GDVIRTUAL_CALL calls
|
2022-10-19 00:05:48 +02:00 |
graph_edit.h
|
|
|
graph_node.cpp
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2022-10-07 11:32:33 +03:00 |
graph_node.h
|
|
|
grid_container.cpp
|
|
|
grid_container.h
|
|
|
item_list.cpp
|
Unify usage of GLOBAL/EDITOR_GET
|
2022-10-18 19:01:48 +02:00 |
item_list.h
|
|
|
label.cpp
|
Merge pull request #67083 from RedMser/label-font-warning
|
2022-10-09 18:29:06 +02:00 |
label.h
|
Add warning for missing characters in label font
|
2022-10-08 17:02:25 +02:00 |
line_edit.cpp
|
Allow selecting SpinBox & LineEdit text when focus enters
|
2022-10-29 09:58:42 +08:00 |
line_edit.h
|
Allow selecting SpinBox & LineEdit text when focus enters
|
2022-10-29 09:58:42 +08:00 |
link_button.cpp
|
|
|
link_button.h
|
|
|
margin_container.cpp
|
|
|
margin_container.h
|
|
|
menu_bar.cpp
|
Merge pull request #66337 from EricEzaM/sprite-frames
|
2022-10-13 15:24:39 +02:00 |
menu_bar.h
|
Move Shortcut Context to Control and ensure that shortcut_input adheres to contexts. Also ensure that controls with no context are only triggered AFTER nodes which do have a context.
|
2022-10-13 21:07:19 +10:00 |
menu_button.cpp
|
Move Shortcut Context to Control and ensure that shortcut_input adheres to contexts. Also ensure that controls with no context are only triggered AFTER nodes which do have a context.
|
2022-10-13 21:07:19 +10:00 |
menu_button.h
|
Improve MenuButton and OptionButton
|
2022-10-03 20:07:39 +10:00 |
nine_patch_rect.cpp
|
|
|
nine_patch_rect.h
|
|
|
option_button.cpp
|
Improve MenuButton and OptionButton
|
2022-10-03 20:07:39 +10:00 |
option_button.h
|
Improve MenuButton and OptionButton
|
2022-10-03 20:07:39 +10:00 |
panel_container.cpp
|
|
|
panel_container.h
|
|
|
panel.cpp
|
|
|
panel.h
|
|
|
popup_menu.cpp
|
Merge pull request #66337 from EricEzaM/sprite-frames
|
2022-10-13 15:24:39 +02:00 |
popup_menu.h
|
Ensure popup menu redraws items when shortcuts update.
|
2022-09-26 23:21:32 +10:00 |
popup.cpp
|
Prevent Popup s it the edited scene tree from closing on focus loss. Hide irrelevant Popup flags from the editor inspector.
|
2022-10-11 08:55:00 +03:00 |
popup.h
|
Prevent Popup s it the edited scene tree from closing on focus loss. Hide irrelevant Popup flags from the editor inspector.
|
2022-10-11 08:55:00 +03:00 |
progress_bar.cpp
|
|
|
progress_bar.h
|
|
|
range.cpp
|
|
|
range.h
|
|
|
reference_rect.cpp
|
|
|
reference_rect.h
|
|
|
rich_text_effect.cpp
|
Simplify GDVIRTUAL_CALL calls
|
2022-10-19 00:05:48 +02:00 |
rich_text_effect.h
|
|
|
rich_text_label.cpp
|
Merge pull request #63590 from golfinq/fbg-padding
|
2022-10-31 11:14:55 +01:00 |
rich_text_label.h
|
Remove override_selected_font_color property
|
2022-10-26 12:59:18 +02:00 |
scroll_bar.cpp
|
Code simplifications
|
2022-10-18 12:47:40 +02:00 |
scroll_bar.h
|
|
|
scroll_container.cpp
|
Use more reasonable scrollable conditions in ScrollContainer
|
2022-10-18 16:32:39 +08:00 |
scroll_container.h
|
|
|
SCsub
|
|
|
separator.cpp
|
|
|
separator.h
|
|
|
slider.cpp
|
Merge pull request #66337 from EricEzaM/sprite-frames
|
2022-10-13 15:24:39 +02:00 |
slider.h
|
|
|
spin_box.cpp
|
Allow selecting SpinBox & LineEdit text when focus enters
|
2022-10-29 09:58:42 +08:00 |
spin_box.h
|
Allow selecting SpinBox & LineEdit text when focus enters
|
2022-10-29 09:58:42 +08:00 |
split_container.cpp
|
|
|
split_container.h
|
|
|
subviewport_container.cpp
|
|
|
subviewport_container.h
|
|
|
tab_bar.cpp
|
|
|
tab_bar.h
|
|
|
tab_container.cpp
|
Fix problems with tab_changed signal when removing multiple tabs at once
|
2022-10-27 03:16:01 -03:00 |
tab_container.h
|
Fix problems with tab_changed signal when removing multiple tabs at once
|
2022-10-27 03:16:01 -03:00 |
text_edit.cpp
|
Style: Misc docs and comment style and language fixes
|
2022-11-02 19:01:18 +01:00 |
text_edit.h
|
Unified shortcut to clear carets and selections
|
2022-11-02 18:23:24 +01:00 |
texture_button.cpp
|
|
|
texture_button.h
|
|
|
texture_progress_bar.cpp
|
Support AtlasTexture in radial modes of TextureProgressBar
|
2022-10-17 20:44:25 +03:00 |
texture_progress_bar.h
|
|
|
texture_rect.cpp
|
|
|
texture_rect.h
|
|
|
tree.cpp
|
Merge pull request #66337 from EricEzaM/sprite-frames
|
2022-10-13 15:24:39 +02:00 |
tree.h
|
Tree recursive folding
|
2022-09-21 13:28:29 +02:00 |
video_stream_player.cpp
|
Change time parameters and variables to double type
|
2022-09-26 13:52:54 -05:00 |
video_stream_player.h
|
Change time parameters and variables to double type
|
2022-09-26 13:52:54 -05:00 |
view_panner.cpp
|
fixed holding alt while zooming zooms in by 2 increments.
|
2022-10-13 11:38:25 +01:00 |
view_panner.h
|
|
|