godot/scene/gui
Thaddeus Crews 1e1f044fd1
Merge pull request #110256 from Koyper/fix_popup_menu_item_wont_open
[PopupMenu] Fix submenu item not popping on mouse enter
2025-11-18 14:00:45 +07:00
..
SCsub
aspect_ratio_container.cpp
aspect_ratio_container.h
base_button.cpp Remove `#include "scene/main/timer.h"` from `control.h` 2025-10-05 14:41:06 +07:00
base_button.h Remove `#include "scene/main/timer.h"` from `control.h` 2025-10-05 14:41:06 +07:00
box_container.cpp
box_container.h
button.cpp Merge pull request #110378 from timothyqiu/rtl-preview 2025-10-16 12:48:05 +07:00
button.h
center_container.cpp
center_container.h
check_box.cpp
check_box.h
check_button.cpp
check_button.h
code_edit.compat.inc
code_edit.cpp Merge pull request #112092 from timothyqiu/ts-nums 2025-11-10 17:47:09 +07:00
code_edit.h CodeEdit: Add line number gutter minimum digits 2025-11-03 18:15:49 +07:00
color_mode.cpp
color_mode.h
color_picker.cpp SpinBox: Add a property to set whether `custom_arrow_step` rounds value 2025-11-18 12:12:33 +07:00
color_picker.h Move ColorPicker shaders to ColorPickerShape class 2025-10-24 02:49:12 +07:00
color_picker_shape.cpp Merge pull request #110581 from KoBeWi/round_like_earth 2025-10-28 12:19:32 +07:00
color_picker_shape.h Merge pull request #110581 from KoBeWi/round_like_earth 2025-10-28 12:19:32 +07:00
color_rect.cpp
color_rect.h
container.cpp
container.h
control.compat.inc
control.cpp Fix `grab_focus` incorrectly handling `FOCUS_ACCESSIBILITY`. 2025-10-31 18:52:18 +07:00
control.h Add IKModifier3D 2025-11-04 02:38:48 +07:00
dialogs.compat.inc
dialogs.cpp Merge pull request #107303 from passivestar/close-dialog-action 2025-10-22 13:48:36 +07:00
dialogs.h
file_dialog.compat.inc Add MIME argument to the `FileDialog.add_filter`. 2025-10-09 22:17:56 +07:00
file_dialog.cpp Merge pull request #110524 from paul-marechal/filedialog-windows-fix 2025-11-13 17:43:03 +07:00
file_dialog.h Merge pull request #111439 from bruvzg/fd_filt_add 2025-10-21 10:27:07 +07:00
flow_container.cpp
flow_container.h
foldable_container.cpp Reduce repetitive code in FoldableContainer 2025-10-21 18:17:35 +07:00
foldable_container.h Reduce repetitive code in FoldableContainer 2025-10-21 18:17:35 +07:00
graph_edit.compat.inc
graph_edit.cpp Fix visual shader error when editing theme settings 2025-11-12 11:16:20 +07:00
graph_edit.h Remove transitive `mesh.h`, `rendering_server.h` and `shader.h` includes from `node.h`. 2025-10-08 12:16:52 +07:00
graph_edit_arranger.cpp
graph_edit_arranger.h
graph_element.cpp
graph_element.h
graph_frame.cpp
graph_frame.h
graph_node.cpp Merge pull request #109322 from 4d49/graph-node-slot-meta 2025-11-13 17:42:53 +07:00
graph_node.h
grid_container.cpp
grid_container.h
item_list.cpp Merge pull request #110378 from timothyqiu/rtl-preview 2025-10-16 12:48:05 +07:00
item_list.h
label.cpp Merge pull request #110378 from timothyqiu/rtl-preview 2025-10-16 12:48:05 +07:00
label.h
line_edit.compat.inc Fix cases where `LineEdit` can still show focus with mouse events 2025-10-06 10:19:35 +07:00
line_edit.cpp Merge pull request #111766 from kitbdev/speed_up_spinbox_creation 2025-10-27 10:01:35 +07:00
line_edit.h Fix cases where `LineEdit` can still show focus with mouse events 2025-10-06 10:19:35 +07:00
link_button.cpp Make possible to change the ellipsis character in `LinkButton` 2025-10-30 17:32:15 +07:00
link_button.h Make possible to change the ellipsis character in `LinkButton` 2025-10-30 17:32:15 +07:00
margin_container.cpp
margin_container.h
menu_bar.cpp Merge pull request #110378 from timothyqiu/rtl-preview 2025-10-16 12:48:05 +07:00
menu_bar.h
menu_button.cpp Fix `PopupMenu` is clipped 2025-10-31 19:15:27 +07:00
menu_button.h
nine_patch_rect.cpp
nine_patch_rect.h
option_button.cpp
option_button.h
panel.cpp
panel.h
panel_container.cpp
panel_container.h
popup.cpp
popup.h
popup_menu.compat.inc
popup_menu.cpp Merge pull request #110256 from Koyper/fix_popup_menu_item_wont_open 2025-11-18 14:00:45 +07:00
popup_menu.h Merge pull request #110256 from Koyper/fix_popup_menu_item_wont_open 2025-11-18 14:00:45 +07:00
progress_bar.cpp Move localized number formatting methods to TranslationServer 2025-11-10 15:01:22 +07:00
progress_bar.h
range.cpp
range.h
reference_rect.cpp
reference_rect.h
rich_text_effect.cpp
rich_text_effect.h
rich_text_label.compat.inc
rich_text_label.cpp Move localized number formatting methods to TranslationServer 2025-11-10 15:01:22 +07:00
rich_text_label.h [RTL] Use separate paragraph copy for the partially visible paragraphs. 2025-11-05 17:51:22 +07:00
scroll_bar.cpp Allow to add padding to `ScrollBar`s 2025-11-11 19:21:25 +07:00
scroll_bar.h Allow to add padding to `ScrollBar`s 2025-11-11 19:21:25 +07:00
scroll_container.cpp Add scrollbar_h/v_separation theme properties to ScrollContainer 2025-10-24 01:16:51 +07:00
scroll_container.h Add scrollbar_h/v_separation theme properties to ScrollContainer 2025-10-24 01:16:51 +07:00
separator.cpp
separator.h
slider.cpp
slider.h
spin_box.cpp SpinBox: Add a property to set whether `custom_arrow_step` rounds value 2025-11-18 12:12:33 +07:00
spin_box.h SpinBox: Add a property to set whether `custom_arrow_step` rounds value 2025-11-18 12:12:33 +07:00
split_container.cpp
split_container.h
subviewport_container.cpp
subviewport_container.h
tab_bar.cpp Allow tab_rmb_clicked signal to always be emitted 2025-11-07 11:10:09 +07:00
tab_bar.h Add switch on hover to TabBar 2025-10-22 00:34:57 +07:00
tab_container.cpp Add switch on hover to TabBar 2025-10-22 00:34:57 +07:00
tab_container.h Add switch on hover to TabBar 2025-10-22 00:34:57 +07:00
text_edit.compat.inc
text_edit.cpp Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
text_edit.h Deprecate TextEdit background_color 2025-11-13 22:48:04 +07:00
texture_button.cpp
texture_button.h
texture_progress_bar.cpp
texture_progress_bar.h
texture_rect.cpp
texture_rect.h
tree.compat.inc
tree.cpp Merge pull request #112625 from BrotherShort/fix-tree-vertical-line 2025-11-11 10:37:36 +07:00
tree.h Remove meta usage in Tree 2025-11-10 16:17:43 +07:00
video_stream_player.cpp Merge pull request #107273 from DexterFstone/add-game-speed-controls 2025-10-06 09:06:24 +07:00
video_stream_player.h
view_panner.cpp
view_panner.h