| .. |
|
SCsub
|
…
|
|
|
aspect_ratio_container.cpp
|
…
|
|
|
aspect_ratio_container.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
base_button.cpp
|
Fix button down signal not emitting on first press after being disabled
|
2025-07-30 16:23:42 +02:00 |
|
base_button.h
|
Base accessibility API.
|
2025-04-08 20:14:28 +03:00 |
|
box_container.cpp
|
Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default.
|
2025-04-23 12:47:31 +03:00 |
|
box_container.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
button.cpp
|
Merge pull request #93389 from KoBeWi/MASSIVE_copy_paste
|
2025-09-22 13:28:47 -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
|
Merge pull request #95736 from nongvantinh/checkbox-states-colors
|
2025-03-10 10:01:18 -05:00 |
|
code_edit.compat.inc
|
…
|
|
|
code_edit.cpp
|
Fix editor theme margins and TextEdit normal/read_only styles draw.
|
2025-09-24 20:42:22 +03:00 |
|
code_edit.h
|
Fix editor theme margins and TextEdit normal/read_only styles draw.
|
2025-09-24 20:42:22 +03: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
|
Merge pull request #110278 from KoBeWi/controledraw
|
2025-10-01 13:12:33 -05:00 |
|
color_picker.h
|
ColorPicker: Add okhsl HS and HL rectangular picker shapes
|
2025-06-07 22:30:40 +08:00 |
|
color_picker_shape.cpp
|
Hide `Control` focus when given via mouse input
|
2025-09-19 13:43:29 -03:00 |
|
color_picker_shape.h
|
ColorPicker: Add okhsl HS and HL rectangular picker shapes
|
2025-06-07 22:30:40 +08: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
|
Remove NOTIFICATION_ENTER_TREE when NOTIFICATION_THEME_CHANGED is used
|
2025-05-06 15:28:03 +02:00 |
|
container.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
control.compat.inc
|
Hide `Control` focus when given via mouse input
|
2025-09-19 13:43:29 -03:00 |
|
control.cpp
|
Move server files into their subfolders
|
2025-09-30 19:39:39 -07:00 |
|
control.h
|
Merge pull request #110763 from Ivorforce/object-derives-from
|
2025-09-22 13:28:45 -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
|
Compile out editor-only logic within `validate_property` in games
|
2025-06-12 12:54:19 +08:00 |
|
dialogs.h
|
Ensure hiding AcceptDialog OK button keeps other buttons centered
|
2025-06-08 12:40:19 +02:00 |
|
file_dialog.cpp
|
Remaining FileDialog changes before unification
|
2025-10-02 19:13:04 +02:00 |
|
file_dialog.h
|
Remaining FileDialog changes before unification
|
2025-10-02 19:13:04 +02:00 |
|
flow_container.cpp
|
…
|
|
|
flow_container.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
foldable_container.cpp
|
Hide `Control` focus when given via mouse input
|
2025-09-19 13:43:29 -03:00 |
|
foldable_container.h
|
Rename FoldableContainer's text to title
|
2025-04-28 00:12:32 +02:00 |
|
graph_edit.compat.inc
|
…
|
|
|
graph_edit.cpp
|
Merge pull request #107469 from Ivorforce/vector-localvector-explicit-span-conversions
|
2025-09-30 11:19:17 -05:00 |
|
graph_edit.h
|
Update GraphNode selection logic if not visible
|
2025-07-31 18:38:03 +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
|
Compile out editor-only logic within `validate_property` in games
|
2025-06-12 12:54:19 +08:00 |
|
graph_element.h
|
Remove empty constructors and destructors from scene/
|
2025-05-06 14:46:54 +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
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
graph_node.cpp
|
[GraphNode] Fix slot focus rect draw, make slot focus mode configurable.
|
2025-06-22 15:07:11 +03:00 |
|
graph_node.h
|
[GraphNode] Fix slot focus rect draw, make slot focus mode configurable.
|
2025-06-22 15:07:11 +03: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
|
Expose FileDialog callbacks for getting custom icons
|
2025-10-01 12:08:34 +02:00 |
|
item_list.h
|
Make the position and the size of FileSystem controls more precise
|
2025-05-11 00:31:49 +08:00 |
|
label.cpp
|
Move server files into their subfolders
|
2025-09-30 19:39:39 -07:00 |
|
label.h
|
Use const Array ref in `set_structured_text_bidi_override_options`
|
2025-09-26 14:31:38 -07:00 |
|
line_edit.cpp
|
Move server files into their subfolders
|
2025-09-30 19:39:39 -07:00 |
|
line_edit.h
|
Use const Array ref in `set_structured_text_bidi_override_options`
|
2025-09-26 14:31:38 -07:00 |
|
link_button.cpp
|
Use const Array ref in `set_structured_text_bidi_override_options`
|
2025-09-26 14:31:38 -07:00 |
|
link_button.h
|
Use const Array ref in `set_structured_text_bidi_override_options`
|
2025-09-26 14:31:38 -07:00 |
|
margin_container.cpp
|
…
|
|
|
margin_container.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
menu_bar.cpp
|
Hide `Control` focus when given via mouse input
|
2025-09-19 13:43:29 -03:00 |
|
menu_bar.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
menu_button.cpp
|
Clamp menus at the bottom of the screen.
|
2025-08-27 15:29:50 +03:00 |
|
menu_button.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
nine_patch_rect.cpp
|
Move server files into their subfolders
|
2025-09-30 19:39:39 -07:00 |
|
nine_patch_rect.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
option_button.cpp
|
Hide `Control` focus when given via mouse input
|
2025-09-19 13:43:29 -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
|
…
|
|
|
panel_container.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
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 #109981 from bruvzg/clamp_menui_h
|
2025-09-19 20:54:33 -05:00 |
|
popup_menu.h
|
Fix menu keyboard and controller navigation.
|
2025-07-21 10:03:07 +03:00 |
|
progress_bar.cpp
|
Compile out editor-only logic within `validate_property` in games
|
2025-06-12 12:54:19 +08: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
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
rich_text_effect.cpp
|
…
|
|
|
rich_text_effect.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
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
|
Merge pull request #104715 from Andrewyuan34/add-auto-scroll
|
2025-10-03 12:01:05 -05:00 |
|
rich_text_label.h
|
Merge pull request #104715 from Andrewyuan34/add-auto-scroll
|
2025-10-03 12:01:05 -05:00 |
|
scroll_bar.cpp
|
Hide `Control` focus when given via mouse input
|
2025-09-19 13:43:29 -03:00 |
|
scroll_bar.h
|
Unify ScrollBar/ScrollContainer scroll delta
|
2025-04-23 21:15:44 +02:00 |
|
scroll_container.cpp
|
Hide `Control` focus when given via mouse input
|
2025-09-19 13:43:29 -03:00 |
|
scroll_container.h
|
Fix `ScrollContainer` focus border issue
|
2025-04-14 17:51:43 -03:00 |
|
separator.cpp
|
…
|
|
|
separator.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
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
|
Merge pull request #110212 from Giganzo/spin-box-held-down
|
2025-10-01 13:12:31 -05:00 |
|
spin_box.h
|
Deprecate updown icon
|
2025-07-19 23:23:55 +02:00 |
|
split_container.cpp
|
Add theme colors to touch dragger and fix touch dragger icon theme
|
2025-07-17 13:05:47 -05:00 |
|
split_container.h
|
Add theme colors to touch dragger and fix touch dragger icon theme
|
2025-07-17 13:05:47 -05:00 |
|
subviewport_container.cpp
|
…
|
|
|
subviewport_container.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
tab_bar.cpp
|
Add icon color theme items for `TabBar` and `TabContainer`
|
2025-10-03 10:41:28 -03:00 |
|
tab_bar.h
|
Add icon color theme items for `TabBar` and `TabContainer`
|
2025-10-03 10:41:28 -03:00 |
|
tab_container.cpp
|
Add icon color theme items for `TabBar` and `TabContainer`
|
2025-10-03 10:41:28 -03:00 |
|
tab_container.h
|
Add icon color theme items for `TabBar` and `TabContainer`
|
2025-10-03 10:41:28 -03:00 |
|
text_edit.compat.inc
|
…
|
|
|
text_edit.cpp
|
Merge pull request #110527 from WhalesState/text-edit-styles
|
2025-10-01 13:12:47 -05:00 |
|
text_edit.h
|
Merge pull request #110527 from WhalesState/text-edit-styles
|
2025-10-01 13:12:47 -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
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
texture_rect.cpp
|
…
|
|
|
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 #110055 from dagarsar/tree-rtl
|
2025-10-01 13:12:34 -05:00 |
|
tree.h
|
Merge pull request #110055 from dagarsar/tree-rtl
|
2025-10-01 13:12:34 -05:00 |
|
video_stream_player.cpp
|
Move server files into their subfolders
|
2025-09-30 19:39:39 -07:00 |
|
video_stream_player.h
|
Add speed scale feature for VideoStreamPlayer node
|
2025-05-28 08:58:32 +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 |