1
0
Fork 0
godot/scene/gui
kobewi 59b2bb1fe8 Fix EditorFileDialog icon scale in list mode 2026-01-19 22:50:33 +01:00
..
SCsub
aspect_ratio_container.cpp
aspect_ratio_container.h
base_button.cpp
base_button.h
box_container.cpp Add leftover scroll hints, and panels for scrollables without hints 2025-12-12 10:59:03 -03:00
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.compat.inc
code_edit.cpp Fix TextEdit Shift+Click selection start position 2026-01-09 10:46:45 -05:00
code_edit.h
color_mode.cpp
color_mode.h
color_picker.cpp Merge pull request #114506 from passivestar/colorpicker-hover-pressed 2026-01-06 18:25:55 +01:00
color_picker.h Fix color picker mode tabs in modern theme 2026-01-01 22:46:30 +04:00
color_picker_shape.cpp
color_picker_shape.h
color_rect.cpp
color_rect.h
container.cpp Use `RequiredParam`/`RequiredResult` in some high value places 2025-12-02 10:44:12 -06:00
container.h Synchronize the names for `RequiredParam<T>` arguments in header files 2025-12-03 04:14:52 -06:00
control.compat.inc
control.cpp a11y: Only support blur and focus actions on widgets that are actually focusable 2025-12-30 09:20:45 -05:00
control.h Synchronize the names for `RequiredParam<T>` arguments in header files 2025-12-03 04:14:52 -06:00
dialogs.compat.inc
dialogs.cpp
dialogs.h
file_dialog.compat.inc
file_dialog.cpp Fix EditorFileDialog icon scale in list mode 2026-01-19 22:50:33 +01:00
file_dialog.h Fix EditorFileDialog icon scale in list mode 2026-01-19 22:50:33 +01:00
flow_container.cpp
flow_container.h Remove unused private variables in `godot/scene` 2025-12-07 03:46:26 -08:00
foldable_container.cpp FoldableContainer: Override `has_point` to use title rect when folded 2026-01-01 11:54:24 +01:00
foldable_container.h FoldableContainer: Override `has_point` to use title rect when folded 2026-01-01 11:54:24 +01:00
graph_edit.compat.inc
graph_edit.cpp
graph_edit.h
graph_edit_arranger.cpp
graph_edit_arranger.h
graph_element.cpp [GraphEdit] Do not scale popup menus in the graph elements when zoomed. 2025-11-27 13:40:14 +02:00
graph_element.h [GraphEdit] Do not scale popup menus in the graph elements when zoomed. 2025-11-27 13:40:14 +02:00
graph_frame.cpp Fix GraphFrame titlebar incorrect sizing with custom stylebox 2026-01-09 10:56:29 +03:00
graph_frame.h Remove unused private variables in `godot/scene` 2025-12-07 03:46:26 -08:00
graph_node.cpp Fix accessibility name when right slot is enabled in `GraphNode` 2026-01-09 09:38:59 +01:00
graph_node.h
grid_container.cpp
grid_container.h
item_list.cpp Add color theme for scroll hints 2026-01-08 14:10:55 -03:00
item_list.h Add color theme for scroll hints 2026-01-08 14:10:55 -03:00
label.cpp
label.h
line_edit.compat.inc
line_edit.cpp Fix LineEdit to reacquire Text Focus when enabled 2026-01-12 12:19:47 -04:00
line_edit.h Add non-public `{Line,Text}Edit::_set_text()` 2026-01-01 12:00:52 +01:00
link_button.cpp [Accessibility] Fix `LinkButton` name processing. 2025-12-18 08:26:05 +02:00
link_button.h Merge pull request #111926 from YeldhamDev/stop_pointing_fingers 2025-11-25 12:55:10 -06:00
margin_container.cpp
margin_container.h
menu_bar.cpp [macOS] Add option for renaming system menus. 2025-12-18 08:40:14 +02:00
menu_bar.h [macOS] Add option for renaming system menus. 2025-12-18 08:40:14 +02:00
menu_button.cpp
menu_button.h Remove unused private variables in `godot/scene` 2025-12-07 03:46:26 -08:00
nine_patch_rect.cpp
nine_patch_rect.h
option_button.cpp Fix OptionButton PopupMenu not shrinking after item changes 2026-01-09 14:37:12 -06:00
option_button.h
panel.cpp
panel.h
panel_container.cpp
panel_container.h
popup.cpp
popup.h
popup_menu.compat.inc
popup_menu.cpp Fix PopupMenu size scaling again 2026-01-09 19:00:20 +08:00
popup_menu.h Make PopupMenu shrinking configurable. 2025-12-30 08:33:41 +02:00
progress_bar.cpp Round ProgressBar percentage instead of truncating 2025-12-03 16:25:44 -05: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 Add line separation to paragraph separation in RTL 2025-12-17 22:25:04 +01:00
rich_text_label.h Add line separation to paragraph separation in RTL 2025-12-17 22:25:04 +01:00
scroll_bar.cpp Fix `ScrollBar` not accepting `InputEventPanGesture` 2025-12-28 13:46:40 -05:00
scroll_bar.h Remove unused private variables in `godot/scene` 2025-12-07 03:46:26 -08:00
scroll_container.cpp Add color theme for scroll hints 2026-01-08 14:10:55 -03:00
scroll_container.h Add color theme for scroll hints 2026-01-08 14:10:55 -03:00
separator.cpp
separator.h
slider.cpp
slider.h
spin_box.cpp Merge pull request #110817 from KoBeWi/changes_spin_the_box 2025-12-18 23:30:43 +01:00
spin_box.h SpinBox: Add a property to set whether `custom_arrow_step` rounds value 2025-11-18 12:12:33 -06:00
split_container.compat.inc Allow SplitContainer to have multiple children 2025-11-24 16:50:09 -05:00
split_container.cpp Fix SplitContainer set desired size infinite loop 2026-01-02 19:05:06 -05:00
split_container.h Allow SplitContainer to have multiple children 2025-11-24 16:50:09 -05:00
subviewport_container.cpp
subviewport_container.h Use `RequiredParam`/`RequiredResult` in some high value places 2025-12-02 10:44:12 -06:00
tab_bar.cpp Fix wrong offset for `TabBar` with hidden tabs 2026-01-14 12:49:19 -03:00
tab_bar.h Make dock tabs switch on button release 2025-12-03 19:32:57 +01:00
tab_container.cpp Fix `TabContainer`'s minimum size ignoring the popup button 2025-12-17 18:27:49 -03:00
tab_container.h Allow to customize TabContainer tabs in editor 2025-11-22 00:28:59 +01:00
text_edit.compat.inc
text_edit.cpp Fix TextEdit Shift+Click selection start position 2026-01-09 10:46:45 -05:00
text_edit.h Add non-public `{Line,Text}Edit::_set_text()` 2026-01-01 12:00:52 +01: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 Remove clip ignore from Tree background 2026-01-17 19:32:45 +01:00
tree.h Fix Treeitem icon overflows column boundary 2026-01-12 16:46:37 +08:00
video_stream_player.cpp
video_stream_player.h Remove unused private variables in `godot/scene` 2025-12-07 03:46:26 -08:00
view_panner.cpp
view_panner.h