godot/scene/gui
Rémi Verschelde 214405350f
Merge pull request #84113 from BlueCube3310/texture2d-dropdown-fix
Change dropdown type filter from Texture to Texture2D in certain nodes
2023-10-28 18:36:32 +02:00
..
aspect_ratio_container.cpp
aspect_ratio_container.h
base_button.cpp Fix BaseButton.shortcut_feedback's timer raises errors 2023-10-25 14:47:25 +08:00
base_button.h
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.compat.inc
code_edit.cpp Code Editor: Fix regression with using doc comments for code regions 2023-10-13 09:38:03 +03:00
code_edit.h Merge pull request #81633 from matorin57/code-completion-popup 2023-10-03 17:20:49 +02:00
color_mode.cpp
color_mode.h Increase precision of RAW mode in ColorPicker 2023-10-23 18:33:56 +02:00
color_picker.cpp Increase precision of RAW mode in ColorPicker 2023-10-23 18:33:56 +02:00
color_picker.h Fix ColorPicker deferred mode not working for sliders. 2023-10-13 14:35:47 +02:00
color_rect.cpp
color_rect.h
container.cpp
container.h
control.cpp Add more context to some Window errors 2023-09-30 21:44:05 +02:00
control.h
dialogs.cpp [DisplayServer] Add method to estimate window title bar size. 2023-10-03 16:13:52 +03:00
dialogs.h
file_dialog.cpp Add bulk change guards to successive theme overrides in Editor and GUI 2023-10-19 18:14:14 +02:00
file_dialog.h [Native File Dialogs] Improve filter list handling, add selected filter to the callback. 2023-10-03 19:26:16 +03:00
flow_container.cpp
flow_container.h
graph_edit_arranger.cpp Fixing iterator invalidation 2023-10-20 22:13:46 +08:00
graph_edit_arranger.h
graph_edit.compat.inc Make GraphEdit toolbar more customizable 2023-10-02 13:43:08 +02:00
graph_edit.cpp Fix GraphNode slot index inconsistency. 2023-10-24 16:19:33 +02:00
graph_edit.h Make GraphEdit toolbar more customizable 2023-10-02 13:43:08 +02:00
graph_element.cpp Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-10-08 17:23:33 +02:00
graph_element.h
graph_node.cpp Fix GraphNode slot index inconsistency. 2023-10-24 16:19:33 +02:00
graph_node.h
grid_container.cpp
grid_container.h
item_list.cpp
item_list.h
label.cpp
label.h
line_edit.cpp Change dropdown type filter to Texture2D in certain nodes 2023-10-28 17:39:47 +02:00
line_edit.h Make LineEdit secret character easier to change and enter 2023-10-19 21:32:38 +08:00
link_button.cpp Merge pull request #80555 from GrammAcc/fix-80507 2023-10-02 15:18:38 +02:00
link_button.h Merge pull request #80555 from GrammAcc/fix-80507 2023-10-02 15:18:38 +02:00
margin_container.cpp
margin_container.h
menu_bar.cpp [Menu Bar] Update min. size when items are added/removed/changed. 2023-10-25 22:27:44 +03:00
menu_bar.h [macOS] Add about_to_open and popup_hide callback for the global menus, move part of logic to the PopupMenu to allow live menu modification. 2023-10-04 09:49:51 +03:00
menu_button.cpp
menu_button.h
nine_patch_rect.cpp
nine_patch_rect.h
option_button.cpp
option_button.h
panel_container.cpp
panel_container.h
panel.cpp
panel.h
popup_menu.compat.inc
popup_menu.cpp Ensure input event is valid in PopupMenu::activate_item_by_event 2023-10-25 17:45:01 +02:00
popup_menu.h [macOS] Add about_to_open and popup_hide callback for the global menus, move part of logic to the PopupMenu to allow live menu modification. 2023-10-04 09:49:51 +03:00
popup.cpp
popup.h
progress_bar.cpp
progress_bar.h
range.cpp
range.h Fix ColorPicker deferred mode not working for sliders. 2023-10-13 14:35:47 +02:00
reference_rect.cpp
reference_rect.h
rich_text_effect.cpp
rich_text_effect.h
rich_text_label.compat.inc
rich_text_label.cpp [RTL] Remove unnecessary glyph position rounding. 2023-10-08 12:38:06 +03:00
rich_text_label.h
scroll_bar.cpp Document, cleanup and fix some theme properties 2023-09-27 00:06:15 +02:00
scroll_bar.h Document, cleanup and fix some theme properties 2023-09-27 00:06:15 +02:00
scroll_container.cpp
scroll_container.h
SCsub
separator.cpp
separator.h
slider.cpp Fix ColorPicker deferred mode not working for sliders. 2023-10-13 14:35:47 +02:00
slider.h
spin_box.cpp Fix spinBox will reset text when redrawing 2023-10-08 20:03:08 +08:00
spin_box.h Fix spinBox will reset text when redrawing 2023-10-08 20:03:08 +08:00
split_container.cpp
split_container.h
subviewport_container.cpp Enable filtering InputEvent-sending in SubViewportContainer 2023-10-02 19:51:49 +02:00
subviewport_container.h Enable filtering InputEvent-sending in SubViewportContainer 2023-10-02 19:51:49 +02:00
tab_bar.cpp Merge pull request #83963 from YeldhamDev/try_active_tabs_first 2023-10-28 12:31:38 +02:00
tab_bar.h Fix tab dragging issues 2023-10-22 13:58:31 -04:00
tab_container.cpp TabBar save current tab 2023-10-26 18:32:22 -04:00
tab_container.h TabBar save current tab 2023-10-26 18:32:22 -04:00
text_edit.cpp Translate TextEdit placeholder 2023-10-25 22:51:17 +08:00
text_edit.h Editor: fix code editor scrolling experience on track pads 2023-09-30 10:55:14 +02:00
texture_button.cpp
texture_button.h
texture_progress_bar.cpp
texture_progress_bar.h
texture_rect.cpp
texture_rect.h
tree.cpp Fix TreeItem truncating node names too much when using a custom icon 2023-10-27 00:30:48 +11:00
tree.h
video_stream_player.cpp
video_stream_player.h
view_panner.cpp Add vararg call() method to C++ Callable 2023-10-05 11:35:29 +02:00
view_panner.h Add vararg call() method to C++ Callable 2023-10-05 11:35:29 +02:00