godot/scene/gui
Thaddeus Crews 4c66c21542
Merge pull request #103024 from cruglet/master
TabBar: Add boolean toggle for middle-click to fire `tab_close_pressed` signal.
2025-04-10 16:53:44 -05:00
..
aspect_ratio_container.cpp Typo fix: rename SortableVisbilityMode 2025-01-19 00:33:39 +01:00
aspect_ratio_container.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
base_button.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
base_button.h Base accessibility API. 2025-04-08 20:14:28 +03:00
box_container.cpp Typo fix: rename SortableVisbilityMode 2025-01-19 00:33:39 +01:00
box_container.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
button.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
button.h Merge pull request #104230 from bruvzg/start_clip 2025-03-18 14:42:44 -05:00
center_container.cpp Typo fix: rename SortableVisbilityMode 2025-01-19 00:33:39 +01:00
center_container.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
check_box.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
check_box.h Base accessibility API. 2025-04-08 20:14:28 +03:00
check_button.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
check_button.h Merge pull request #95736 from nongvantinh/checkbox-states-colors 2025-03-10 10:01:18 -05:00
code_edit.compat.inc Fix some DEFVALs to use the right type 2024-02-23 01:50:18 +01:00
code_edit.cpp Merge pull request #105007 from Aziroshin/dev/aziroshin/comment-after-region-not-folding-102382 2025-04-10 10:18:14 -05:00
code_edit.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
color_mode.cpp Fix ColorPicker RAW alpha slider theme 2025-02-03 01:48:29 +01:00
color_mode.h Refactor ColorPicker shapes 2025-03-18 18:57:26 +01:00
color_picker.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
color_picker.h Merge pull request #99515 from KoBeWi/shapez.godot 2025-03-19 14:53:57 +01:00
color_picker_shape.cpp Refactor ColorPicker shapes 2025-03-18 18:57:26 +01:00
color_picker_shape.h Refactor ColorPicker shapes 2025-03-18 18:57:26 +01:00
color_rect.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
color_rect.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
container.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
container.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
control.cpp Merge pull request #104357 from FilipeAlexCosta/control-set-position 2025-04-09 18:11:55 -05:00
control.h Merge pull request #104357 from FilipeAlexCosta/control-set-position 2025-04-09 18:11:55 -05:00
dialogs.compat.inc Optimize Object::cast_to by assuming no virtual and multiple inheritance, gaining 8x throughput over dynamic_cast. 2025-03-27 15:39:53 +01:00
dialogs.cpp Merge pull request #76829 from bruvzg/ac_kit_direct 2025-04-08 12:32:47 -05:00
dialogs.h Rework AcceptDialog's ok button text 2025-03-11 22:52:50 +01:00
file_dialog.cpp Add String::replace_char(s) methods for performance and convenience 2025-04-10 13:08:45 +02:00
file_dialog.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
flow_container.cpp Typo fix: rename SortableVisbilityMode 2025-01-19 00:33:39 +01:00
flow_container.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
foldable_container.cpp Add FoldableContainer 2025-04-08 22:27:32 +02:00
foldable_container.h Add FoldableContainer 2025-04-08 22:27:32 +02:00
graph_edit.compat.inc [GraphEdit] Make connections a property 2024-12-16 02:28:34 +01:00
graph_edit.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
graph_edit.h Base accessibility API. 2025-04-08 20:14:28 +03:00
graph_edit_arranger.cpp Fix various typos 2025-01-08 14:47:42 +02:00
graph_edit_arranger.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
graph_element.cpp Typo fix: rename SortableVisbilityMode 2025-01-19 00:33:39 +01:00
graph_element.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
graph_frame.cpp Remove unused headers in scene. 2024-12-24 00:40:09 +08:00
graph_frame.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
graph_node.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
graph_node.h Base accessibility API. 2025-04-08 20:14:28 +03:00
grid_container.cpp Typo fix: rename SortableVisbilityMode 2025-01-19 00:33:39 +01:00
grid_container.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
item_list.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
item_list.h Base accessibility API. 2025-04-08 20:14:28 +03:00
label.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
label.h Base accessibility API. 2025-04-08 20:14:28 +03:00
line_edit.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
line_edit.h Base accessibility API. 2025-04-08 20:14:28 +03:00
link_button.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
link_button.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
margin_container.cpp Typo fix: rename SortableVisbilityMode 2025-01-19 00:33:39 +01:00
margin_container.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
menu_bar.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
menu_bar.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
menu_button.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
menu_button.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
nine_patch_rect.cpp Use Core/Scene stringnames consistently 2024-05-13 23:41:07 +02:00
nine_patch_rect.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
option_button.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
option_button.h Add auto translate mode for items in PopupMenu and OptionButton 2025-03-09 23:50:11 +08:00
panel.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
panel.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
panel_container.cpp Typo fix: rename SortableVisbilityMode 2025-01-19 00:33:39 +01:00
panel_container.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
popup.cpp Merge pull request #76829 from bruvzg/ac_kit_direct 2025-04-08 12:32:47 -05:00
popup.h Base accessibility API. 2025-04-08 20:14:28 +03:00
popup_menu.compat.inc Move global_menu_* methods to a separate NativeMenu class. 2024-03-04 23:41:41 +02:00
popup_menu.cpp Merge pull request #104632 from ibrahn/popup-menu-mouseover-calc 2025-04-09 18:11:58 -05:00
popup_menu.h Base accessibility API. 2025-04-08 20:14:28 +03:00
progress_bar.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
progress_bar.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
range.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
range.h Base accessibility API. 2025-04-08 20:14:28 +03:00
reference_rect.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
reference_rect.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
rich_text_effect.cpp Add transform support to CharFXTransform 2023-08-23 00:18:37 -05:00
rich_text_effect.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
rich_text_label.compat.inc Base accessibility API. 2025-04-08 20:14:28 +03:00
rich_text_label.cpp Add String::replace_char(s) methods for performance and convenience 2025-04-10 13:08:45 +02:00
rich_text_label.h Base accessibility API. 2025-04-08 20:14:28 +03:00
scroll_bar.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
scroll_bar.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
scroll_container.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
scroll_container.h Base accessibility API. 2025-04-08 20:14:28 +03:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
separator.cpp Register theme properties with ThemeDB 2023-09-11 13:45:23 +02:00
separator.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
slider.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
slider.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
spin_box.cpp Add String::replace_char(s) methods for performance and convenience 2025-04-10 13:08:45 +02:00
spin_box.h Base accessibility API. 2025-04-08 20:14:28 +03:00
split_container.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
split_container.h Base accessibility API. 2025-04-08 20:14:28 +03:00
subviewport_container.cpp Rename consume_drag_and_drop to mouse_target 2024-11-25 21:36:29 +01:00
subviewport_container.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
tab_bar.cpp Merge pull request #103024 from cruglet/master 2025-04-10 16:53:44 -05:00
tab_bar.h Merge pull request #103024 from cruglet/master 2025-04-10 16:53:44 -05:00
tab_container.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
tab_container.h Base accessibility API. 2025-04-08 20:14:28 +03:00
text_edit.compat.inc Prevent tooltip from showing when hovering past end of script line 2025-01-18 00:02:06 +01:00
text_edit.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
text_edit.h Base accessibility API. 2025-04-08 20:14:28 +03:00
texture_button.cpp Improve use of Ref.is_null/valid 2024-12-23 16:35:02 -05:00
texture_button.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
texture_progress_bar.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
texture_progress_bar.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
texture_rect.cpp Improve use of Ref.is_null/valid 2024-12-23 16:35:02 -05:00
texture_rect.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
tree.compat.inc Base accessibility API. 2025-04-08 20:14:28 +03:00
tree.cpp Merge pull request #103791 from BrotherShort/scenetree_item_text_display 2025-04-10 10:18:15 -05:00
tree.h Base accessibility API. 2025-04-08 20:14:28 +03:00
video_stream_player.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
video_stream_player.h fix(VideoStreamPlayer): Redraw when video resolution changes during playback 2025-03-16 22:14:29 +01:00
view_panner.cpp Use initializer list in Arrays 2025-03-26 18:38:15 +01:00
view_panner.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00