Yuri Sizov de416c5cbd Merge pull request #74623 from MewPurPur/edit-text-with-style 2 年之前
..
SCsub cd4e46ee65 SCons: Format buildsystem files with psf/black 5 年之前
aspect_ratio_container.cpp a12921ca2c Fix crash with AspectRatioContainer and TextureRect 2 年之前
aspect_ratio_container.h d95794ec8a One Copyright Update to rule them all 2 年之前
base_button.cpp 7d14c44025 Add more sections to Button and BaseButton 2 年之前
base_button.h dd3a1b08a9 Button shortcuts no longer "press" the Button. 2 年之前
box_container.cpp 47592927b3 Use BitField<> hint for ArrayFormat 2 年之前
box_container.h d95794ec8a One Copyright Update to rule them all 2 年之前
button.cpp 1522762dc9 Make icons of scripted and custom classes fit the editor UI 2 年之前
button.h 1522762dc9 Make icons of scripted and custom classes fit the editor UI 2 年之前
center_container.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
center_container.h d95794ec8a One Copyright Update to rule them all 2 年之前
check_box.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
check_box.h d95794ec8a One Copyright Update to rule them all 2 年之前
check_button.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
check_button.h d95794ec8a One Copyright Update to rule them all 2 年之前
code_edit.cpp de416c5cbd Merge pull request #74623 from MewPurPur/edit-text-with-style 2 年之前
code_edit.h db2f99cdc0 Implement theme item cache in TextEdit and CodeEdit 2 年之前
color_mode.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
color_mode.h d95794ec8a One Copyright Update to rule them all 2 年之前
color_picker.cpp 87b8eea9f6 Merge pull request #75904 from Calinou/colorpicker-constructor-round-values 2 年之前
color_picker.h e401540264 Implement theme item cache in ColorPicker and friends 2 年之前
color_rect.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
color_rect.h d95794ec8a One Copyright Update to rule them all 2 年之前
container.cpp 47592927b3 Use BitField<> hint for ArrayFormat 2 年之前
container.h d95794ec8a One Copyright Update to rule them all 2 年之前
control.cpp 4fed87320c Use Point2 consistently in Control methods 2 年之前
control.h 91ff34b5b5 Add a warning when trying to access theme items too early 2 年之前
dialogs.cpp c73844f117 Use min_size/max_size to limit the window size and the position while popup center 2 年之前
dialogs.h d95794ec8a One Copyright Update to rule them all 2 年之前
file_dialog.cpp fc3d9d9d46 Defer invalidation on FileDialog nodes 2 年之前
file_dialog.h fc3d9d9d46 Defer invalidation on FileDialog nodes 2 年之前
flow_container.cpp 47592927b3 Use BitField<> hint for ArrayFormat 2 年之前
flow_container.h d95794ec8a One Copyright Update to rule them all 2 年之前
graph_edit.cpp 49587fd6d9 Fix several GraphEdit operations at zoom levels other than 100% 2 年之前
graph_edit.h a3b431b09d Add gesture to ViewPanner and simplify a bit its API 2 年之前
graph_node.cpp 9a60c4affb GraphNode ignore non-visible children for minimum size. 2 年之前
graph_node.h d95794ec8a One Copyright Update to rule them all 2 年之前
grid_container.cpp 47592927b3 Use BitField<> hint for ArrayFormat 2 年之前
grid_container.h d95794ec8a One Copyright Update to rule them all 2 年之前
item_list.cpp a2a524df71 Prevent crash in ItemList when checking for visible items 2 年之前
item_list.h a2a524df71 Prevent crash in ItemList when checking for visible items 2 年之前
label.cpp 76d4d09bfa Revert Label text reshaping fix #71553 and subsequent regression fixes 2 年之前
label.h 76d4d09bfa Revert Label text reshaping fix #71553 and subsequent regression fixes 2 年之前
line_edit.cpp de416c5cbd Merge pull request #74623 from MewPurPur/edit-text-with-style 2 年之前
line_edit.h 1856ceeb76 Implement LineEdit.get_selected_text() 2 年之前
link_button.cpp d81e6ee024 FBX: Disable importer when canceling FBX2glTF setup 2 年之前
link_button.h d95794ec8a One Copyright Update to rule them all 2 年之前
margin_container.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
margin_container.h d95794ec8a One Copyright Update to rule them all 2 年之前
menu_bar.cpp 8f8178bda6 Fix auto-translations in editor 2 年之前
menu_bar.h 0e0a6bb39b Removed unused property hints and `Object::get_translatable_strings()` 2 年之前
menu_button.cpp 150f89352b Auto translate popup menus of MenuButton and OptionButton 2 年之前
menu_button.h d95794ec8a One Copyright Update to rule them all 2 年之前
nine_patch_rect.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
nine_patch_rect.h d95794ec8a One Copyright Update to rule them all 2 年之前
option_button.cpp 57e3651763 Merge pull request #72028 from kilojool/option_button_reselection 2 年之前
option_button.h 8b008757db OptionButton: allow reselection of selected item 2 年之前
panel.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
panel.h d95794ec8a One Copyright Update to rule them all 2 年之前
panel_container.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
panel_container.h d95794ec8a One Copyright Update to rule them all 2 年之前
popup.cpp 39b69e6f76 [Editor] Fix editor progress dialog auto closing on ESC press, and on application focus loss. 2 年之前
popup.h d95794ec8a One Copyright Update to rule them all 2 年之前
popup_menu.cpp 1522762dc9 Make icons of scripted and custom classes fit the editor UI 2 年之前
popup_menu.h 1522762dc9 Make icons of scripted and custom classes fit the editor UI 2 年之前
progress_bar.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
progress_bar.h d95794ec8a One Copyright Update to rule them all 2 年之前
range.cpp 486988f717 Merge pull request #70834 from pattlebass/spinbox-doesnt-spin 2 年之前
range.h 486988f717 Merge pull request #70834 from pattlebass/spinbox-doesnt-spin 2 年之前
reference_rect.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
reference_rect.h d95794ec8a One Copyright Update to rule them all 2 年之前
rich_text_effect.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
rich_text_effect.h d95794ec8a One Copyright Update to rule them all 2 年之前
rich_text_label.cpp fb3e4e7967 Merge pull request #75975 from bruvzg/bidi_and_log_errors 2 年之前
rich_text_label.h 282e4231c2 Improve line BiDi handling, prevent crash on recursive log updates. 2 年之前
scroll_bar.cpp 677cba3d58 Merge pull request #67910 from pkowal1982/scroll_bar 2 年之前
scroll_bar.h d95794ec8a One Copyright Update to rule them all 2 年之前
scroll_container.cpp 47592927b3 Use BitField<> hint for ArrayFormat 2 年之前
scroll_container.h d95794ec8a One Copyright Update to rule them all 2 年之前
separator.cpp 752402cf35 Clean-up, harmonize, and improve StyleBox API 2 年之前
separator.h d95794ec8a One Copyright Update to rule them all 2 年之前
slider.cpp 752402cf35 Clean-up, harmonize, and improve StyleBox API 2 年之前
slider.h d95794ec8a One Copyright Update to rule them all 2 年之前
spin_box.cpp de416c5cbd Merge pull request #74623 from MewPurPur/edit-text-with-style 2 年之前
spin_box.h 486988f717 Merge pull request #70834 from pattlebass/spinbox-doesnt-spin 2 年之前
split_container.cpp 386f62df96 Fix SplitContainer rendering and theming 2 年之前
split_container.h d95794ec8a One Copyright Update to rule them all 2 年之前
subviewport_container.cpp 34a7fc7447 Fix some ways to create inconsistent Viewport sizes 2 年之前
subviewport_container.h 34a7fc7447 Fix some ways to create inconsistent Viewport sizes 2 年之前
tab_bar.cpp 1522762dc9 Make icons of scripted and custom classes fit the editor UI 2 年之前
tab_bar.h 1522762dc9 Make icons of scripted and custom classes fit the editor UI 2 年之前
tab_container.cpp 1522762dc9 Make icons of scripted and custom classes fit the editor UI 2 年之前
tab_container.h 1522762dc9 Make icons of scripted and custom classes fit the editor UI 2 年之前
text_edit.cpp de416c5cbd Merge pull request #74623 from MewPurPur/edit-text-with-style 2 年之前
text_edit.h 97c2133548 Add an option to show a TextEdit caret when editable is disabled 2 年之前
texture_button.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
texture_button.h d95794ec8a One Copyright Update to rule them all 2 年之前
texture_progress_bar.cpp cdc63214fe TextureProgressBar Update upon texture changes 2 年之前
texture_progress_bar.h cdc63214fe TextureProgressBar Update upon texture changes 2 年之前
texture_rect.cpp 54abd5b560 Add expand mode compat to TextureRect 2 年之前
texture_rect.h 54abd5b560 Add expand mode compat to TextureRect 2 年之前
tree.cpp a083c85521 Tree: Fix offset calculation when there are hidden items 2 年之前
tree.h 498d538578 Add scrollbar offset theme constants to Tree 2 年之前
video_stream_player.cpp 42a9c33fad Updates VideoDecoder plugin API to GDExtension. 2 年之前
video_stream_player.h 42a9c33fad Updates VideoDecoder plugin API to GDExtension. 2 年之前
view_panner.cpp 2c7633dce5 Fix the issue preventing dragging in the 2D and visual shader editor 2 年之前
view_panner.h a3b431b09d Add gesture to ViewPanner and simplify a bit its API 2 年之前