godot/scene/gui
Rémi Verschelde c9e0d787fe
Merge pull request #67928 from YeldhamDev/we_really_need_a_callback_for_after_children_is_removed
Fix problems with `tab_changed` signal when removing multiple tabs at once
2022-11-02 22:36:49 +01: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 Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
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 Rework oriented containers 2022-09-01 22:13:46 +02:00
box_container.h Rework oriented containers 2022-09-01 22:13:46 +02:00
button.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
button.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
center_container.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
center_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
check_box.cpp Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
check_box.h Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
check_button.cpp Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
check_button.h Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
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 ColorPicker Refactor 2022-07-06 22:11:43 +05:30
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 Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
color_rect.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
container.cpp Change return type of get_configuration_warnings to PackedStringArray 2022-09-19 16:43:15 +01:00
container.h Change return type of get_configuration_warnings to PackedStringArray 2022-09-19 16:43:15 +01:00
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 Make AcceptDialog and derivatives utilize StyleBox fully 2022-09-07 01:42:11 +03:00
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 Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
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 Change return type of get_configuration_warnings to PackedStringArray 2022-09-19 16:43:15 +01:00
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 Improve parameter naming and documentation in GraphEdit and GraphNode 2022-09-09 17:50:44 +03:00
grid_container.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
grid_container.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
item_list.cpp Unify usage of GLOBAL/EDITOR_GET 2022-10-18 19:01:48 +02:00
item_list.h Make Vector2i values paired with EDSCALE be just Vector2 2022-09-08 14:46:32 -03:00
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 Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
link_button.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
margin_container.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
margin_container.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
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 Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
nine_patch_rect.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
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 Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
panel_container.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
panel.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
panel.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
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 Popups 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 Popups 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 Rename ProgressBar.percent_visible to show_percentage 2022-09-07 11:58:30 +02:00
progress_bar.h Rename ProgressBar.percent_visible to show_percentage 2022-09-07 11:58:30 +02:00
range.cpp Change return type of get_configuration_warnings to PackedStringArray 2022-09-19 16:43:15 +01:00
range.h Change return type of get_configuration_warnings to PackedStringArray 2022-09-19 16:43:15 +01:00
reference_rect.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
reference_rect.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
rich_text_effect.cpp Simplify GDVIRTUAL_CALL calls 2022-10-19 00:05:48 +02:00
rich_text_effect.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
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 Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
scroll_container.cpp Use more reasonable scrollable conditions in ScrollContainer 2022-10-18 16:32:39 +08:00
scroll_container.h Change return type of get_configuration_warnings to PackedStringArray 2022-09-19 16:43:15 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
separator.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
separator.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
slider.cpp Merge pull request #66337 from EricEzaM/sprite-frames 2022-10-13 15:24:39 +02:00
slider.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
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 Allow SplitContainer to have a grab area larger than its visual grabber 2022-09-07 12:33:02 +02:00
split_container.h Allow SplitContainer to have a grab area larger than its visual grabber 2022-09-07 12:33:02 +02:00
subviewport_container.cpp Change return type of get_configuration_warnings to PackedStringArray 2022-09-19 16:43:15 +01:00
subviewport_container.h Change return type of get_configuration_warnings to PackedStringArray 2022-09-19 16:43:15 +01:00
tab_bar.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
tab_bar.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
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 Replace Rect2(i) has_no_area with has_area 2022-09-04 23:03:36 -05:00
texture_button.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
texture_progress_bar.cpp Support AtlasTexture in radial modes of TextureProgressBar 2022-10-17 20:44:25 +03:00
texture_progress_bar.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
texture_rect.cpp Replace Rect2(i) has_no_area with has_area 2022-09-04 23:03:36 -05:00
texture_rect.h Rename TextureRect.expand to ignore_texture_size 2022-01-07 20:21:17 +01:00
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 Fix 2D Pan Tool 2022-01-24 22:21:19 +01:00