1
0
Fork 0
godot/scene/gui
Thaddeus Crews 9d4279846f
Merge pull request #113985 from KoBeWi/s
Fix file thumbnails not using theme scale
2025-12-15 08:01:08 -06: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 +09:00
base_button.h Remove `#include "scene/main/timer.h"` from `control.h` 2025-10-05 14:41:06 +09:00
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 Merge pull request #110378 from timothyqiu/rtl-preview 2025-10-16 12:48:05 -05:00
button.h Remove code duplication in Button 2025-09-19 20:34:41 +02:00
center_container.cpp Remove empty constructors and destructors from scene/ 2025-05-06 14:46:54 +02:00
center_container.h Remove empty constructors and destructors from scene/ 2025-05-06 14:46:54 +02: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
code_edit.compat.inc
code_edit.cpp Fix completion popup placement and adjust lines to available space 2025-11-26 19:12:36 +05:30
code_edit.h CodeEdit: Add line number gutter minimum digits 2025-11-03 18:15:49 +08:00
color_mode.cpp Fix ColorPicker linear mode sliders color 2025-07-06 13:12:19 +08:00
color_mode.h Fix some localization issues in controls 2025-08-06 14:50:03 +02:00
color_picker.cpp Fix memory management for ColorPalette in save file dialog 2025-12-04 17:38:02 +01:00
color_picker.h Fix preset cache usage in ColorPicker 2025-12-03 09:24:24 +01: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 Base accessibility API. 2025-04-08 20:14:28 +03:00
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 Hide `Control` focus when given via mouse input 2025-09-19 13:43:29 -03:00
control.cpp Use `RequiredParam`/`RequiredResult` in some high value places 2025-12-02 10:44:12 -06: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 Merge pull request #107303 from passivestar/close-dialog-action 2025-10-22 13:48:36 -05:00
dialogs.h Ensure hiding AcceptDialog OK button keeps other buttons centered 2025-06-08 12:40:19 +02:00
file_dialog.compat.inc Add MIME argument to the `FileDialog.add_filter`. 2025-10-09 22:17:56 +03:00
file_dialog.cpp Fix file thumbnails not using theme scale 2025-12-13 13:15:33 +01:00
file_dialog.h Restore `FileDialog::_popup_base` 2025-12-08 09:57:46 +02: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 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 Add GDSOFTCLASS to deeper inheritors of Object 2025-09-24 19:15:56 +01:00
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 Compile out editor-only logic within `validate_property` in games 2025-06-12 12:54:19 +08:00
graph_frame.h Remove unused private variables in `godot/scene` 2025-12-07 03:46:26 -08:00
graph_node.cpp Merge pull request #109322 from 4d49/graph-node-slot-meta 2025-11-13 17:42:53 -06:00
graph_node.h Add metadata for slots in `GraphNode` 2025-08-08 07:36:26 +04:00
grid_container.cpp Remove empty constructors and destructors from scene/ 2025-05-06 14:46:54 +02:00
grid_container.h Remove empty constructors and destructors from scene/ 2025-05-06 14:46:54 +02:00
item_list.cpp Enable scroll hints for several parts of the editor 2025-12-09 10:55:26 -03:00
item_list.h Enable scroll hints for several parts of the editor 2025-12-09 10:55:26 -03:00
label.cpp Merge pull request #110378 from timothyqiu/rtl-preview 2025-10-16 12:48:05 -05:00
label.h Use const Array ref in `set_structured_text_bidi_override_options` 2025-09-26 14:31:38 -07:00
line_edit.compat.inc Fix cases where `LineEdit` can still show focus with mouse events 2025-10-06 10:19:35 -03:00
line_edit.cpp Accessibility: Fix text field character count and line navigation 2025-12-03 07:19:05 -05: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 Merge pull request #111926 from YeldhamDev/stop_pointing_fingers 2025-11-25 12:55:10 -06: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 Merge pull request #110378 from timothyqiu/rtl-preview 2025-10-16 12:48:05 -05:00
menu_bar.h Remove unused private variables in `godot/scene` 2025-12-07 03:46:26 -08:00
menu_button.cpp Fix `PopupMenu` is clipped 2025-10-31 19:15:27 +08:00
menu_button.h Remove unused private variables in `godot/scene` 2025-12-07 03:46:26 -08:00
nine_patch_rect.cpp Move server files into their subfolders 2025-09-30 19:39:39 -07:00
nine_patch_rect.h
option_button.cpp Hide `Control` focus when given via mouse input 2025-09-19 13:43:29 -03:00
option_button.h
panel.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
panel.h
panel_container.cpp
panel_container.h
popup.cpp Popup: Reset state on visibility change 2025-08-24 10:37:12 +02:00
popup.h [Accessibility] Process non-focusable windows (popups, menus) as part of the parent window tree. 2025-08-17 12:15:08 +03:00
popup_menu.compat.inc
popup_menu.cpp Merge pull request #110080 from bruvzg/popscwpc 2025-12-05 12:55:44 +01:00
popup_menu.h Merge pull request #112604 from bruvzg/pop_center_rec 2025-11-25 09:52:38 -06:00
progress_bar.cpp Round ProgressBar percentage instead of truncating 2025-12-03 16:25:44 -05:00
progress_bar.h Fix a typo in a variable name 2025-05-09 00:09:26 +02:00
range.cpp Fix Range scale overflow 2025-08-29 20:43:51 -07:00
range.h Use r128.h for high precision snapping 2025-08-12 04:11:33 -07:00
reference_rect.cpp
reference_rect.h
rich_text_effect.cpp
rich_text_effect.h
rich_text_label.compat.inc [RTL] Decouple image width/height "in percent" properties. Add [hr] tag support. 2025-06-10 12:22:02 +03:00
rich_text_label.cpp [RTL] Fix relative index getting out of sync. 2025-12-04 10:26:14 +02: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 Remove unused private variables in `godot/scene` 2025-12-07 03:46:26 -08:00
scroll_container.cpp Merge pull request #113574 from YeldhamDev/take_the_hint 2025-12-09 19:32:11 +01:00
scroll_container.h Add scroll hints to `ScrollContainer` and `Tree` 2025-11-26 11:04:49 -03:00
separator.cpp
separator.h
slider.cpp Hide `Control` focus when given via mouse input 2025-09-19 13:43:29 -03:00
slider.h Slider: Add tick position property and tick offset theme item 2025-06-09 12:36:08 +08:00
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.compat.inc Allow SplitContainer to have multiple children 2025-11-24 16:50:09 -05:00
split_container.cpp Fix distraction-free mode changing split offsets 2025-12-09 17:15:13 -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 Make dock tabs switch on button release 2025-12-03 19:32:57 +01:00
tab_bar.h Make dock tabs switch on button release 2025-12-03 19:32:57 +01:00
tab_container.cpp Allow to customize TabContainer tabs in editor 2025-11-22 00:28:59 +01: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 Merge pull request #113390 from X1Vi/text-edit-does-not-auto-scroll-113290 2025-12-12 17:13:00 +01:00
text_edit.h Accessibility: Fix text field character count and line navigation 2025-12-03 07:19:05 -05:00
texture_button.cpp Hide `Control` focus when given via mouse input 2025-09-19 13:43:29 -03:00
texture_button.h Remove empty constructors and destructors from scene/ 2025-05-06 14:46:54 +02:00
texture_progress_bar.cpp Add `SVGTexture`support to `NinePatchRect`, `TextureProgressBar` and `StyleBoxTexture`. 2025-08-04 08:57:30 +03:00
texture_progress_bar.h
texture_rect.cpp
texture_rect.h
tree.compat.inc Base accessibility API. 2025-04-08 20:14:28 +03:00
tree.cpp Merge pull request #112830 from BrotherShort/fix-tree-edge 2025-12-15 08:01:06 -06:00
tree.h Add scroll hints to `ScrollContainer` and `Tree` 2025-11-26 11:04:49 -03:00
video_stream_player.cpp Merge pull request #107273 from DexterFstone/add-game-speed-controls 2025-10-06 09:06:24 -05:00
video_stream_player.h Remove unused private variables in `godot/scene` 2025-12-07 03:46:26 -08:00
view_panner.cpp Add drag zoom feature with CTRL+MiddleMouseButton 2025-05-01 15:15:44 +03:30
view_panner.h Add drag zoom feature with CTRL+MiddleMouseButton 2025-05-01 15:15:44 +03:30