Thaddeus Crews 24dccd40c1 Merge pull request #99479 from Sauermann/fix-remove-project-conversion 8 hours ago
..
debugger 109e2b3b5f Change output format for milliseconds in timestamps to 3 zeroes 1 week ago
export 0e266b0099 [iOS] Sync the boot splash and the launch screen image scale modes 6 days ago
gui 750640cede Merge pull request #102828 from bruvzg/fd_fmap 5 days ago
icons 622344b47d Merge pull request #99810 from hakro/toggle_skeleton 6 days ago
import 622344b47d Merge pull request #99810 from hakro/toggle_skeleton 6 days ago
plugins cb918cc817 Add custom minimum size for shader tabs 4 days ago
project_manager 266b569641 Silence missing icon error if UID cache is missing 1 week ago
themes ab1bde8947 Merge pull request #101978 from havi05/editortheme-fix-itemlist-font-color 1 week ago
translations 3f56b3b239 i18n: Sync translations with Weblate 1 week ago
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files 4 months ago
action_map_editor.cpp 5c9569cd35 Fix focus being lost after adding a new input map entry in the editor 1 week ago
action_map_editor.h 55459dd74e Disable Clear All button when not filtering in Editor Settings 9 months ago
add_metadata_dialog.cpp f241c1fda0 Remove unused header in editor. 1 month ago
add_metadata_dialog.h f241c1fda0 Remove unused header in editor. 1 month ago
animation_bezier_editor.cpp a1846b27ea Improve use of `Ref.is_null/valid` 1 month ago
animation_bezier_editor.h 4e38ce294d Merge pull request #93860 from CookieBadger/animation-bezier-undo-on-different-animation-fix 7 months ago
animation_track_editor.cpp b0ae6f7f01 Fix gui overflow in Android editor 1 month ago
animation_track_editor.h 88e81ee730 Fix various typos and code style issues 2 months ago
animation_track_editor_plugins.cpp f134769506 Fix various typos 1 month ago
animation_track_editor_plugins.h 065dd099dd Remove empty bind_methods() 6 months ago
audio_stream_preview.cpp d8b29efe66 Fix member names of `AudioFrame` to match extension 1 year ago
audio_stream_preview.h d95794ec8a One Copyright Update to rule them all 2 years ago
code_editor.cpp 4d488e8cc9 Fix Escape does not work the first time when pressed at the Find(Replace)Bar 2 weeks ago
code_editor.h 4d488e8cc9 Fix Escape does not work the first time when pressed at the Find(Replace)Bar 2 weeks ago
connections_dialog.cpp a20934c8e4 Optimize enumeration of global classes in create dialog and autocomplete 2 weeks ago
connections_dialog.h a714cb9f65 Editor: Display deprecated/experimental messages in tooltips 10 months ago
create_dialog.cpp a20934c8e4 Optimize enumeration of global classes in create dialog and autocomplete 2 weeks ago
create_dialog.h a550eef9f3 Improve script class display in Create dialog 1 month ago
dependency_editor.cpp 7321c187f2 Fix DependencyRemoveDialog not handling UIDs 2 months ago
dependency_editor.h f241c1fda0 Remove unused header in editor. 1 month ago
directory_create_dialog.cpp f241c1fda0 Remove unused header in editor. 1 month ago
directory_create_dialog.h e2a96dde48 Unify make dir and duplicate dialogs 4 months ago
doc_tools.cpp f134769506 Fix various typos 1 month ago
doc_tools.h 2c5c3ae579 Generate docs from GDExtensions using `--gdextension-docs` with `--doctool` 9 months ago
editor_about.cpp f241c1fda0 Remove unused header in editor. 1 month ago
editor_about.h f241c1fda0 Remove unused header in editor. 1 month ago
editor_asset_installer.cpp 0ff5d5fd04 Add theme type variations for secondary Trees and ItemLists 3 months ago
editor_asset_installer.h 065dd099dd Remove empty bind_methods() 6 months ago
editor_atlas_packer.cpp f241c1fda0 Remove unused header in editor. 1 month ago
editor_atlas_packer.h f241c1fda0 Remove unused header in editor. 1 month ago
editor_audio_buses.cpp 8fd71e6b17 Fix default `AudioBusLayout` not loading correctly 1 month ago
editor_audio_buses.h 0ab3dc273e Rename internal EditorPlugin icon/name to match exposed methods 2 months ago
editor_autoload_settings.cpp 4cadfd3eb9 Don't create an UndoRedo action if Autoload order doesn't change after Drag & Drop 1 month ago
editor_autoload_settings.h 39369db029 Fix synchronization of global class name 7 months ago
editor_build_profile.cpp f241c1fda0 Remove unused header in editor. 1 month ago
editor_build_profile.h f241c1fda0 Remove unused header in editor. 1 month ago
editor_builders.py d9f8ef68df Update pre-commit hooks configuration to use `ruff` instead of `black` 9 months ago
editor_command_palette.cpp 0c446e0620 Fix empty Command Palette 1 week ago
editor_command_palette.h f241c1fda0 Remove unused header in editor. 1 month ago
editor_data.cpp 2ba64a57c5 Fix Global Class names cache not saved with upgrade to 4.4. 6 days ago
editor_data.h 2ba64a57c5 Fix Global Class names cache not saved with upgrade to 4.4. 6 days ago
editor_dock_manager.cpp 1639174455 Merge pull request #100558 from KoBeWi/docking_in_progress 1 month ago
editor_dock_manager.h 4e1f534c1e Fix loading floating dock in single window mode 2 months ago
editor_feature_profile.cpp f241c1fda0 Remove unused header in editor. 1 month ago
editor_feature_profile.h f241c1fda0 Remove unused header in editor. 1 month ago
editor_file_system.cpp 2ba64a57c5 Fix Global Class names cache not saved with upgrade to 4.4. 6 days ago
editor_file_system.h 2ba64a57c5 Fix Global Class names cache not saved with upgrade to 4.4. 6 days ago
editor_folding.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 3 months ago
editor_folding.h d95794ec8a One Copyright Update to rule them all 2 years ago
editor_help.cpp 7c4f2b6588 EditorHelpBit: Workaround crash renaming named class inheriting `@tool` class 6 days ago
editor_help.h 4d488e8cc9 Fix Escape does not work the first time when pressed at the Find(Replace)Bar 2 weeks ago
editor_help_search.cpp f241c1fda0 Remove unused header in editor. 1 month ago
editor_help_search.h f241c1fda0 Remove unused header in editor. 1 month ago
editor_inspector.compat.inc 85eac45513 Display custom data name instead of indices in TileData inspector 8 months ago
editor_inspector.cpp ba7b500b55 Merge pull request #102874 from YeldhamDev/fix_fav_no_parent 3 days ago
editor_inspector.h 286d3ae415 Fix inspector follow focus when child is focused 6 days ago
editor_interface.compat.inc 7f09804154 Add inherit parameter to `open_scene_from_path` 2 months ago
editor_interface.cpp a550eef9f3 Improve script class display in Create dialog 1 month ago
editor_interface.h a550eef9f3 Improve script class display in Create dialog 1 month ago
editor_layouts_dialog.cpp fbb879debd [Scene] Add `SceneStringNames::text/value_changed` 8 months ago
editor_layouts_dialog.h 4b436d64aa Improve editor layout dialog 2 years ago
editor_locale_dialog.cpp 52889ab7ee [Scene] Add SceneStringName::toggled 5 months ago
editor_locale_dialog.h 7343dc3a5d Split TranslationServer into its own file 6 months ago
editor_log.cpp f241c1fda0 Remove unused header in editor. 1 month ago
editor_log.h f241c1fda0 Remove unused header in editor. 1 month ago
editor_main_screen.cpp 7495a8a02e Add support for embedding game process in the Android Editor 1 week ago
editor_main_screen.h 7495a8a02e Add support for embedding game process in the Android Editor 1 week ago
editor_native_shader_source_visualizer.cpp f241c1fda0 Remove unused header in editor. 1 month ago
editor_native_shader_source_visualizer.h 44de95e18f Improve the editor native shader source visualizer 11 months ago
editor_node.cpp 00d8f5f70c Ask before restarting project from settings 2 days ago
editor_node.h 00d8f5f70c Ask before restarting project from settings 2 days ago
editor_paths.cpp 741f6c71d7 Fix non-creation of editor temporary dir 2 months ago
editor_paths.h 1b3e483899 Add file and dir temporary utilities 2 months ago
editor_properties.cpp 03bc116f6d Show enum property invalid value in inspector 6 days ago
editor_properties.h 3376ba6688 Don't instantiate `ColorPicker` in `EditorPropertyColor` constructor 4 weeks ago
editor_properties_array_dict.cpp bbfbde99e9 Hide slider for array size selector in editor 1 week ago
editor_properties_array_dict.h b8860f1c11 Fix non-typed Dictionary keys displayed as `<null>` in the inspector. 1 month ago
editor_properties_vector.cpp d53dbaf81a Hide EditorSpinSlider slider for VectorNI 1 week ago
editor_properties_vector.h d53dbaf81a Hide EditorSpinSlider slider for VectorNI 1 week ago
editor_property_name_processor.cpp 19b8b10218 Add an editor setting for the GridMap grid color 1 month ago
editor_property_name_processor.h b314a9105a Remove references to deleted capitalize_properties setting 6 months ago
editor_resource_picker.cpp eee39f004b Merge pull request #101817 from Giganzo/resource-drag-open 2 weeks ago
editor_resource_picker.h 89ea6468d2 Revert "EditorResourcePicker: Replace options to load file with button for QuickOpenDialog" 2 weeks ago
editor_resource_preview.cpp 501fc1a6ff Editor: Fix crash when using `--import --verbose` due to use-after-free 1 month ago
editor_resource_preview.h 501fc1a6ff Editor: Fix crash when using `--import --verbose` due to use-after-free 1 month ago
editor_run.cpp ae0b7ff42d Fix Embedded Game Size 3 weeks ago
editor_run.h ae0b7ff42d Fix Embedded Game Size 3 weeks ago
editor_run_native.cpp 416ee5f01c Update export preset options overrides before doing "Remote Debug" 1 month ago
editor_run_native.h 293c34a2d2 Display a warning if device CPU architecture is not active in the export preset. 1 year ago
editor_script.cpp c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` 5 months ago
editor_script.h c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` 5 months ago
editor_sectioned_inspector.cpp b5c31ebb41 Add contains_char() for single-character 'contains' calls. 2 months ago
editor_sectioned_inspector.h 267bb98231 Keep advanced toggle on when searching for settings 5 months ago
editor_settings.cpp 24dccd40c1 Merge pull request #99479 from Sauermann/fix-remove-project-conversion 8 hours ago
editor_settings.h f241c1fda0 Remove unused header in editor. 1 month ago
editor_settings_dialog.cpp 4c4f29a490 Fix several i18n issues in editor 3 weeks ago
editor_settings_dialog.h bf4e5cca3f Make editor's shortcut names translated on-site 2 months ago
editor_string_names.h d3c9bee653 Move singleton StringName definitions to header 2 months ago
editor_translation.cpp 818acb4290 Make editor use translation domains 5 months ago
editor_translation.h f241c1fda0 Remove unused header in editor. 1 month ago
editor_translation_parser.cpp cab80cb97d POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments 4 months ago
editor_translation_parser.h cab80cb97d POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments 4 months ago
editor_undo_redo_manager.cpp f241c1fda0 Remove unused header in editor. 1 month ago
editor_undo_redo_manager.h f241c1fda0 Remove unused header in editor. 1 month ago
editor_vcs_interface.cpp c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` 5 months ago
editor_vcs_interface.h f241c1fda0 Remove unused header in editor. 1 month ago
engine_update_label.cpp f241c1fda0 Remove unused header in editor. 1 month ago
engine_update_label.h 44593eecc7 Rework and simplify update checking logic 8 months ago
event_listener_line_edit.cpp bc5e2f9b96 Revert "Fix InputEvent device id clash" and add a compatibility function 3 months ago
event_listener_line_edit.h 3bf06e955e Propagate allowed input types to `event_listener` when setting them on `InputEventConfigurationDialog` 2 years ago
fbx_importer_manager.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 months ago
fbx_importer_manager.h 4154039832 Improve includes of EditorNode (and everything else) 1 year ago
file_info.cpp 163753949e Add filter & sort to editor file dialog 4 months ago
file_info.h f241c1fda0 Remove unused header in editor. 1 month ago
filesystem_dock.cpp 2ba64a57c5 Fix Global Class names cache not saved with upgrade to 4.4. 6 days ago
filesystem_dock.h f134769506 Fix various typos 1 month ago
find_in_files.cpp 03b60027ee Allow removing files in the file search 1 month ago
find_in_files.h 03b60027ee Allow removing files in the file search 1 month ago
group_settings_editor.cpp af56d6e8e8 Use `SceneStringName` in more places 2 months ago
group_settings_editor.h 4f8d7cae26 Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialog 11 months ago
groups_editor.cpp bf4e5cca3f Make editor's shortcut names translated on-site 2 months ago
groups_editor.h 39ae82623d Use ObjectID to track cached scene groups. 1 year ago
history_dock.cpp 07b300bcb5 Fix History Dock default state 1 week ago
history_dock.h b8f34bb8e9 Rework dock layout management 2 months ago
import_defaults_editor.cpp 267bb98231 Keep advanced toggle on when searching for settings 5 months ago
import_defaults_editor.h fca3ab5564 Deprecate project_settings_changed signal 1 year ago
import_dock.cpp a1846b27ea Improve use of `Ref.is_null/valid` 1 month ago
import_dock.h f44bce2ee0 Add support for resource conversion plugins in filesystem dock. 5 months ago
input_event_configuration_dialog.cpp 93d24db2f7 Change Event Configuration dialog wider and its input list taller 2 months ago
input_event_configuration_dialog.h a5916deb13 (Un)Fold event categories by double click 9 months ago
inspector_dock.cpp cdaeb31764 Fix Make Sub-Resources Unique shortcut focus 3 weeks ago
inspector_dock.h 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` 3 months ago
localization_editor.cpp f241c1fda0 Remove unused header in editor. 1 month ago
localization_editor.h d70c45b5c8 Add option to add built-in strings in the POT generation 11 months ago
multi_node_edit.cpp b9d25580ce Fix implementation of property_can_revert() in various classes 4 months ago
multi_node_edit.h f241c1fda0 Remove unused header in editor. 1 month ago
node_dock.cpp 1639174455 Merge pull request #100558 from KoBeWi/docking_in_progress 1 month ago
node_dock.h b8f34bb8e9 Rework dock layout management 2 months ago
pot_generator.cpp cab80cb97d POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments 4 months ago
pot_generator.h cab80cb97d POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments 4 months ago
progress_dialog.cpp 15d0e56961 Fix crash when ProgressDialog is outside tree 2 weeks ago
progress_dialog.h 77d18d1ad4 Fix progress dialog steals focus 1 month ago
project_converter_3_to_4.cpp 34d8255947 Force build editor with regex module, remove checking code. 1 month ago
project_converter_3_to_4.h 34d8255947 Force build editor with regex module, remove checking code. 1 month ago
project_manager.cpp 7dba09882a Merge pull request #101557 from btgs-0/empty-project-window-flowcontainer-101530 1 month ago
project_manager.h 934668a69a Fix project manager window size when EDSCALE is not 1.0. 1 month ago
project_settings_editor.cpp b5c31ebb41 Add contains_char() for single-character 'contains' calls. 2 months ago
project_settings_editor.h f241c1fda0 Remove unused header in editor. 1 month ago
property_selector.cpp b5c31ebb41 Add contains_char() for single-character 'contains' calls. 2 months ago
property_selector.h 74f64aaf98 Use InputMap actions consistently across all LineEdit's that filter an underlying Tree or ItemList. 5 months ago
register_editor_types.cpp b77aa473a1 Implement a "Recovery Mode" for recovering crashing/hanging projects during initialization 1 month ago
register_editor_types.h d95794ec8a One Copyright Update to rule them all 2 years ago
register_exporters.h 0088981c40 [Export] Add readable descriptions and validation warnings to the export options. 1 year ago
rename_dialog.cpp 34d8255947 Force build editor with regex module, remove checking code. 1 month ago
rename_dialog.h 34d8255947 Force build editor with regex module, remove checking code. 1 month ago
renames_map_3_to_4.cpp 0a9ad8f9de Implement vertex shading 4 months ago
renames_map_3_to_4.h a40f559fe2 Add conversion for common Theme Overrides 1 year ago
reparent_dialog.cpp f241c1fda0 Remove unused header in editor. 1 month ago
reparent_dialog.h 4154039832 Improve includes of EditorNode (and everything else) 1 year ago
run_instances_dialog.cpp f241c1fda0 Remove unused header in editor. 1 month ago
run_instances_dialog.h e35189e869 Improve run instances UX, avoid removing things and add clear popup. 2 months ago
scene_create_dialog.cpp af56d6e8e8 Use `SceneStringName` in more places 2 months ago
scene_create_dialog.h 7f41403a6f Standardize dialog input validation as a new class 1 year ago
scene_tree_dock.cpp 38d0e82a35 Store _custom_type_script meta as String 6 days ago
scene_tree_dock.h 34d8255947 Force build editor with regex module, remove checking code. 1 month ago
script_create_dialog.cpp 8aa3ee6a35 Create .uid files in EditorFileSystem 1 month ago
script_create_dialog.h 2bd714e34e Allow configuring the script filename casing rule 11 months ago
shader_create_dialog.cpp 8aa3ee6a35 Create .uid files in EditorFileSystem 1 month ago
shader_create_dialog.h 01888ae7ab Fix theme application in various editor dialogs 1 year ago
shader_globals_editor.cpp b773fff5a4 Merge pull request #99622 from Chaosus/shader_fix_global_empty_type 2 months ago
shader_globals_editor.h f241c1fda0 Remove unused header in editor. 1 month ago
surface_upgrade_tool.cpp 24eadaa6a4 Reorganize EditorNode menu options 1 month ago
surface_upgrade_tool.h 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` 3 months ago
template_builders.py f134769506 Fix various typos 1 month ago
uid_upgrade_tool.cpp d034d124b2 Add UID upgrade tool 2 weeks ago
uid_upgrade_tool.h d034d124b2 Add UID upgrade tool 2 weeks ago
window_wrapper.cpp e9fef1c833 Fix Game and editor freeze when clicking on the game's title bar 6 days ago
window_wrapper.h e9fef1c833 Fix Game and editor freeze when clicking on the game's title bar 6 days ago