1
0
Fork 0
godot/scene/gui
Thaddeus Crews 1fc27cc1a9
Merge pull request #95817 from nongvantinh/implement-10493
Implement dynamic scaling of the LineEdit right icon based on control size and scale factor
2025-11-24 10:21:39 -06:00
..
SCsub
aspect_ratio_container.cpp
aspect_ratio_container.h
base_button.cpp
base_button.h
box_container.cpp
box_container.h
button.cpp Merge pull request #110378 from timothyqiu/rtl-preview 2025-10-16 12:48:05 -05: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 -06:00
code_edit.h CodeEdit: Add line number gutter minimum digits 2025-11-03 18:15:49 +08:00
color_mode.cpp
color_mode.h
color_picker.cpp Merge pull request #98428 from pafuent/fixing_color_picker_closing_popup_on_mouse_click 2025-11-20 16:47:08 -06:00
color_picker.h Merge pull request #98428 from pafuent/fixing_color_picker_closing_popup_on_mouse_click 2025-11-20 16:47:08 -06:00
color_picker_shape.cpp Merge pull request #110581 from KoBeWi/round_like_earth 2025-10-28 12:19:32 -05:00
color_picker_shape.h Merge pull request #110581 from KoBeWi/round_like_earth 2025-10-28 12:19:32 -05: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 +02:00
control.h Add IKModifier3D 2025-11-04 02:38:48 +09:00
dialogs.compat.inc
dialogs.cpp Merge pull request #107303 from passivestar/close-dialog-action 2025-10-22 13:48:36 -05:00
dialogs.h
file_dialog.compat.inc Add MIME argument to the `FileDialog.add_filter`. 2025-10-09 22:17:56 +03:00
file_dialog.cpp Merge pull request #110524 from paul-marechal/filedialog-windows-fix 2025-11-13 17:43:03 -06:00
file_dialog.h Merge pull request #111439 from bruvzg/fd_filt_add 2025-10-21 10:27:07 -05:00
flow_container.cpp
flow_container.h
foldable_container.cpp Reduce repetitive code in FoldableContainer 2025-10-21 18:17:35 +02:00
foldable_container.h Reduce repetitive code in FoldableContainer 2025-10-21 18:17:35 +02:00
graph_edit.compat.inc
graph_edit.cpp Fix visual shader error when editing theme settings 2025-11-12 11:16:20 -03:00
graph_edit.h Remove transitive `mesh.h`, `rendering_server.h` and `shader.h` includes from `node.h`. 2025-10-08 12:16:52 +02: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 -06: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 -05:00
item_list.h
label.cpp Merge pull request #110378 from timothyqiu/rtl-preview 2025-10-16 12:48:05 -05:00
label.h
line_edit.compat.inc
line_edit.cpp Implement dynamic scaling of the LineEdit right icon based on control size and scale factor 2025-11-22 18:32:33 +07:00
line_edit.h Implement dynamic scaling of the LineEdit right icon based on control size and scale factor 2025-11-22 18:32:33 +07:00
link_button.cpp Make possible to change the ellipsis character in `LinkButton` 2025-10-30 17:32:15 -03:00
link_button.h Make possible to change the ellipsis character in `LinkButton` 2025-10-30 17:32:15 -03:00
margin_container.cpp
margin_container.h
menu_bar.cpp Merge pull request #110378 from timothyqiu/rtl-preview 2025-10-16 12:48:05 -05:00
menu_bar.h
menu_button.cpp Fix `PopupMenu` is clipped 2025-10-31 19:15:27 +08: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 Fix error spam and skip submenu hidden signals on native menus 2025-11-21 19:01:15 -06:00
popup_menu.h Merge pull request #110256 from Koyper/fix_popup_menu_item_wont_open 2025-11-18 14:00:45 -06:00
progress_bar.cpp Move localized number formatting methods to TranslationServer 2025-11-10 15:01:22 +08: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 +08:00
rich_text_label.h [RTL] Use separate paragraph copy for the partially visible paragraphs. 2025-11-05 17:51:22 +02:00
scroll_bar.cpp Allow to add padding to `ScrollBar`s 2025-11-11 19:21:25 -03:00
scroll_bar.h Allow to add padding to `ScrollBar`s 2025-11-11 19:21:25 -03:00
scroll_container.cpp Make scrollbar margins affect minimum size 2025-11-04 17:45:37 -08: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 -06: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.cpp
split_container.h
subviewport_container.cpp
subviewport_container.h
tab_bar.cpp Fix tab bar offset 2025-11-24 03:35:45 +08:00
tab_bar.h Add switch on hover to TabBar 2025-10-22 00:34:57 +02:00
tab_container.cpp Add switch on hover to TabBar 2025-10-22 00:34:57 +02:00
tab_container.h Add switch on hover to TabBar 2025-10-22 00:34:57 +02:00
text_edit.compat.inc
text_edit.cpp Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
text_edit.h Deprecate TextEdit background_color 2025-11-13 22:48:04 -05: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 -06:00
tree.h Remove meta usage in Tree 2025-11-10 16:17:43 +01:00
video_stream_player.cpp
video_stream_player.h
view_panner.cpp
view_panner.h