| .. |
|
SCsub
|
…
|
|
|
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
|
Make `BaseButton`s' shortcut feedback timers internal
|
2025-06-03 09:52:28 -04: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
|
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
|
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
|
Merge pull request #96925 from SaNeOr/fix-#96908
|
2025-05-26 11:24:30 -05:00 |
|
code_edit.h
|
Fix highlighting warning and error issues related to Godot editor.
|
2025-05-20 10:03:39 +02:00 |
|
color_mode.cpp
|
ColorPicker: Add intensity slider
|
2025-05-23 12:45:29 +08:00 |
|
color_mode.h
|
ColorPicker: Add intensity slider
|
2025-05-23 12:45:29 +08:00 |
|
color_picker.cpp
|
Merge pull request #107249 from beicause/color-picker-ok-hs-hl-rectangles
|
2025-06-09 00:45:18 +02: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
|
ColorPicker: Add okhsl HS and HL rectangular picker shapes
|
2025-06-07 22:30:40 +08: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.cpp
|
Move some accessibility properties from Node to Control
|
2025-06-08 16:25:28 +03:00 |
|
control.h
|
Move some accessibility properties from Node to Control
|
2025-06-08 16:25:28 +03: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
|
Ensure hiding AcceptDialog OK button keeps other buttons centered
|
2025-06-08 12:40:19 +02:00 |
|
dialogs.h
|
Ensure hiding AcceptDialog OK button keeps other buttons centered
|
2025-06-08 12:40:19 +02:00 |
|
file_dialog.cpp
|
Merge pull request #103719 from YeldhamDev/build_detection_improvements
|
2025-06-03 15:30:14 -05:00 |
|
file_dialog.h
|
Add thumbnail mode to FIleDialog
|
2025-06-03 02:06:14 +02: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
|
Rename FoldableContainer's text to title
|
2025-04-28 00:12:32 +02: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
|
Change editor button focus mode to `FOCUS_ACCESSIBILITY`.
|
2025-06-08 15:53:27 +03:00 |
|
graph_edit.h
|
Fix `FOCUS_ACCESSIBILITY` grabbing focus when it is not supposed to, forward `GraphNode` key input to `GraphEdit`.
|
2025-04-27 00:45:11 +03:00 |
|
graph_edit_arranger.cpp
|
…
|
|
|
graph_edit_arranger.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
graph_element.cpp
|
Remove unnecessary `_validate_property()` calling
|
2025-06-03 21:57:36 +08:00 |
|
graph_element.h
|
Remove empty constructors and destructors from scene/
|
2025-05-06 14:46:54 +02:00 |
|
graph_frame.cpp
|
…
|
|
|
graph_frame.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
graph_node.cpp
|
Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default.
|
2025-04-23 12:47:31 +03:00 |
|
graph_node.h
|
Base accessibility API.
|
2025-04-08 20:14:28 +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
|
Move bisect to Span and deduplicate code.
|
2025-05-14 18:19:09 +08: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
|
Fix visible ratio when displaying all characters in Label
|
2025-06-09 23:38:38 +02:00 |
|
label.h
|
Merge pull request #104731 from Delsin-Yu/stackable-text-effect
|
2025-04-29 11:24:13 -05:00 |
|
line_edit.cpp
|
Fix LineEdit's caret desyncing issue when toggling secret mode
|
2025-06-05 10:01:11 +02:00 |
|
line_edit.h
|
Add a `LineEdit` / `TextEdit` property to control whether the virtual keyboard should show on focus
|
2025-05-05 22:01:34 -04: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
|
Make build profile project detection also set build options
|
2025-06-03 11:11:33 -03:00 |
|
menu_bar.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
menu_button.cpp
|
Merge pull request #106813 from bruvzg/tr_noti
|
2025-06-10 12:30:01 +02:00 |
|
menu_button.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
nine_patch_rect.cpp
|
…
|
|
|
nine_patch_rect.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
option_button.cpp
|
Make build profile project detection also set build options
|
2025-06-03 11:11:33 -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
|
Add missing `TRANSLATION_CHANGED` notifications.
|
2025-05-26 07:52:07 +03:00 |
|
popup.h
|
Base accessibility API.
|
2025-04-08 20:14:28 +03:00 |
|
popup_menu.compat.inc
|
…
|
|
|
popup_menu.cpp
|
Add `GLOBAL_GET` cached macros.
|
2025-04-30 15:08:50 +01:00 |
|
popup_menu.h
|
Core: Add dedicated `BitField` template
|
2025-04-11 11:53:26 -05:00 |
|
progress_bar.cpp
|
Fix a typo in a variable name
|
2025-05-09 00:09:26 +02:00 |
|
progress_bar.h
|
Fix a typo in a variable name
|
2025-05-09 00:09:26 +02:00 |
|
range.cpp
|
Editor: Allow non-finite values in `Range`
|
2025-04-29 11:08:46 -05:00 |
|
range.h
|
Remove useless p_what argument
|
2025-04-12 10:42:13 +02: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] Add options to override underline color and default alpha.
|
2025-06-05 12:39:25 +03:00 |
|
rich_text_label.cpp
|
[RTL] Add paragraph separation theme property.
|
2025-06-10 12:13:48 +03:00 |
|
rich_text_label.h
|
[RTL] Add paragraph separation theme property.
|
2025-06-10 12:13:48 +03:00 |
|
scroll_bar.cpp
|
Merge pull request #104386 from Repiteo/core/cpp-math
|
2025-04-27 19:21:22 -05:00 |
|
scroll_bar.h
|
Unify ScrollBar/ScrollContainer scroll delta
|
2025-04-23 21:15:44 +02:00 |
|
scroll_container.cpp
|
Fix SCROLL_MODE_RESERVE with RTL layout
|
2025-05-28 23:24:27 +02: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
|
Fix and rename mouse filter recursive behavior
|
2025-04-09 23:45:03 -04:00 |
|
slider.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
spin_box.cpp
|
Make build profile project detection also set build options
|
2025-06-03 11:11:33 -03:00 |
|
spin_box.h
|
Remove empty constructors and destructors from scene/
|
2025-05-06 14:46:54 +02:00 |
|
split_container.cpp
|
Add option for a touch-friendly drag handle in `SplitContainer`
|
2025-06-03 19:49:56 +05:30 |
|
split_container.h
|
Add option for a touch-friendly drag handle in `SplitContainer`
|
2025-06-03 19:49:56 +05:30 |
|
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 dock dragging area and highlight
|
2025-06-05 16:02:33 -07:00 |
|
tab_bar.h
|
Add dock dragging area and highlight
|
2025-06-05 16:02:33 -07:00 |
|
tab_container.cpp
|
Make build profile project detection also set build options
|
2025-06-03 11:11:33 -03:00 |
|
tab_container.h
|
Fix TabContainer respecting tabbar_background margins
|
2025-05-31 13:49:38 -07: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
|
Make build profile project detection also set build options
|
2025-06-03 11:11:33 -03:00 |
|
text_edit.h
|
Merge pull request #105724 from dugramen/recovery/split-commit
|
2025-05-14 09:44:16 -05:00 |
|
texture_button.cpp
|
Remove empty constructors and destructors from scene/
|
2025-05-06 14:46:54 +02:00 |
|
texture_button.h
|
Remove empty constructors and destructors from scene/
|
2025-05-06 14:46:54 +02:00 |
|
texture_progress_bar.cpp
|
Core: Use `Math` namespace for constants
|
2025-04-10 16:29:30 -05: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 #106286 from BrotherShort/FileSystemTree-rename-offset
|
2025-06-04 10:34:31 -05:00 |
|
tree.h
|
Merge pull request #105376 from KoBeWi/quequeque
|
2025-05-26 11:24:32 -05:00 |
|
video_stream_player.cpp
|
Add speed scale feature for VideoStreamPlayer node
|
2025-05-28 08:58:32 +08: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 |