Rémi Verschelde cfef79415b Merge pull request #99449 from Sauermann/fix-revert-device-id-clash 1 day ago
..
debugger 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
export 8a8fd299f8 Add persistent states for export with debug, as patch on editor restarts 3 days ago
gui e4dbba94d9 Merge pull request #99324 from TokageItLab/fix-fpe-spinner 1 day ago
icons 9995c3eedd Merge pull request #98446 from TokageItLab/look-at-modifier 1 week ago
import 3d6e712177 Merge pull request #93714 from Calinou/normal-map-invert-y-preserve-alpha-channel 3 days ago
plugins 918faec239 Merge pull request #98297 from Calinou/editor-tweak-lightmapgi-no-meshes-to-bake-error-dialog 1 day ago
project_manager 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
themes 6454ea4606 Add quad mesh to material preview 2 weeks ago
translations 48486eae30 i18n: Sync translations with Weblate 2 months ago
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files 1 month ago
action_map_editor.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
action_map_editor.h 55459dd74e Disable Clear All button when not filtering in Editor Settings 6 months ago
add_metadata_dialog.cpp e321faa59b Fix Add Metadata dialog not focusing name field by default 4 weeks ago
add_metadata_dialog.h 0468bea899 Add per-bone meta to Skeleton3D 2 months ago
animation_bezier_editor.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
animation_bezier_editor.h 4e38ce294d Merge pull request #93860 from CookieBadger/animation-bezier-undo-on-different-animation-fix 4 months ago
animation_track_editor.cpp b11bb1aa97 Merge pull request #99319 from TokageItLab/fix-fps-inspector 1 day ago
animation_track_editor.h e283fdfb59 Fix spinner in AnimationTrackEdit in FPS mode 5 days ago
animation_track_editor_plugins.cpp 065dd099dd Remove empty bind_methods() 3 months ago
animation_track_editor_plugins.h 065dd099dd Remove empty bind_methods() 3 months ago
audio_stream_preview.cpp d8b29efe66 Fix member names of `AudioFrame` to match extension 9 months ago
audio_stream_preview.h d95794ec8a One Copyright Update to rule them all 1 year ago
code_editor.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
code_editor.h 86762f0a03 Code Editor: Add button to toggle between search and search+replace modes 2 months ago
connections_dialog.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
connections_dialog.h a714cb9f65 Editor: Display deprecated/experimental messages in tooltips 7 months ago
create_dialog.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
create_dialog.h 74f64aaf98 Use InputMap actions consistently across all LineEdit's that filter an underlying Tree or ItemList. 2 months ago
dependency_editor.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
dependency_editor.h 065dd099dd Remove empty bind_methods() 3 months ago
directory_create_dialog.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
directory_create_dialog.h e2a96dde48 Unify make dir and duplicate dialogs 1 month ago
doc_tools.cpp 0b4ae20156 Merge pull request #78656 from Repiteo/typed-dictionary 2 months ago
doc_tools.h 2c5c3ae579 Generate docs from GDExtensions using `--gdextension-docs` with `--doctool` 6 months ago
editor_about.cpp 38579a1e84 Unify editor version buttons 1 month ago
editor_about.h 38579a1e84 Unify editor version buttons 1 month ago
editor_asset_installer.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
editor_asset_installer.h 065dd099dd Remove empty bind_methods() 3 months ago
editor_atlas_packer.cpp 79ba22a73f Use `Vector*` component-wise `min/max/clamp` functions where applicable 8 months ago
editor_atlas_packer.h d95794ec8a One Copyright Update to rule them all 1 year ago
editor_audio_buses.cpp a6bcff9cfd Add missing audio bus button styles 2 weeks ago
editor_audio_buses.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
editor_autoload_settings.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
editor_autoload_settings.h 39369db029 Fix synchronization of global class name 4 months ago
editor_build_profile.cpp 154049ce17 StringName Dictionary keys 2 months ago
editor_build_profile.h f9258ff928 Fix typos 4 months ago
editor_builders.py d9f8ef68df Update pre-commit hooks configuration to use `ruff` instead of `black` 6 months ago
editor_command_palette.cpp 74f64aaf98 Use InputMap actions consistently across all LineEdit's that filter an underlying Tree or ItemList. 2 months ago
editor_command_palette.h 74f64aaf98 Use InputMap actions consistently across all LineEdit's that filter an underlying Tree or ItemList. 2 months ago
editor_data.cpp 06998a3927 Enforce that custom nodes keep their original type 1 month ago
editor_data.h ecc0ab8061 Add EditorContextMenuPluginManager and refactor menu plugins 2 months ago
editor_dock_manager.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
editor_dock_manager.h 139288ca1e Fix first time of Toggle Last Opened Bottom Panel opens Output panel 4 months ago
editor_feature_profile.cpp 2d8eb290f1 [Editor] Fix order of editor features 1 week ago
editor_feature_profile.h 16524a8a01 Add "Game" editor for better runtime debugging 3 weeks ago
editor_file_system.cpp 0875523f6b Remove corresponding .uid file when removing file 1 week ago
editor_file_system.h 01d1f10845 Emit filesystem_changed only once per frame 3 weeks ago
editor_folding.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
editor_folding.h d95794ec8a One Copyright Update to rule them all 1 year ago
editor_help.cpp 91bd80de51 Merge pull request #98160 from Rindbee/change-the-parent-node-of-EditorHelpBitTooltip 3 days ago
editor_help.h ec2f9355f5 Editor: Fix `EditorHelpBitTooltip` for Signals dock 4 months ago
editor_help_search.cpp f3344b71b1 Fix incorrect order: `TTR(vformat` instead of `vformat(TTR` 1 week ago
editor_help_search.h aa4f7bc2e3 Fix wrong displayed category name in EditorHelpSearch 2 months ago
editor_inspector.compat.inc 85eac45513 Display custom data name instead of indices in TileData inspector 6 months ago
editor_inspector.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
editor_inspector.h d678b095f9 Make possible to favorite properties in the inspector 3 weeks ago
editor_interface.compat.inc 9122be6474 Pass current value to `EditorInterface` node/property popups 2 months ago
editor_interface.cpp 646cef2ca2 Merge pull request #98680 from jaydensipe/expose-toast-notification-methods 1 week ago
editor_interface.h 646cef2ca2 Merge pull request #98680 from jaydensipe/expose-toast-notification-methods 1 week ago
editor_layouts_dialog.cpp fbb879debd [Scene] Add `SceneStringNames::text/value_changed` 5 months ago
editor_layouts_dialog.h 4b436d64aa Improve editor layout dialog 1 year ago
editor_locale_dialog.cpp 52889ab7ee [Scene] Add SceneStringName::toggled 2 months ago
editor_locale_dialog.h 7343dc3a5d Split TranslationServer into its own file 3 months ago
editor_log.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
editor_log.h 52889ab7ee [Scene] Add SceneStringName::toggled 2 months ago
editor_main_screen.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
editor_main_screen.h 16524a8a01 Add "Game" editor for better runtime debugging 3 weeks ago
editor_native_shader_source_visualizer.cpp dd6443193c [Editor] Expose more editor settings to documentation 2 months ago
editor_native_shader_source_visualizer.h 44de95e18f Improve the editor native shader source visualizer 8 months ago
editor_node.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
editor_node.h 28e5b213ae Create .uid file when creating new Resource 1 week ago
editor_paths.cpp 8086894a8e Create `.editorconfig` file only on project creation 1 month ago
editor_paths.h a8c9b59f3f Automatically generate the Android debug keystore 7 months ago
editor_properties.cpp 7fa39c0dbe Fix global paths in EditorPropertyPath 3 days ago
editor_properties.h ec6a1c0e79 Merge pull request #97912 from reduz/property-path-store-uid 1 week ago
editor_properties_array_dict.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
editor_properties_array_dict.h 9853a69144 Implement typed dictionaries 2 months ago
editor_properties_vector.cpp ad0edb8bb6 Merge pull request #96196 from SaracenOne/bone_editor_revert 2 months ago
editor_properties_vector.h e45927b2f2 Replace `radians` range hint with `radians_as_degrees` 1 year ago
editor_property_name_processor.cpp d352bbcb46 Add "OpenGL 3", "GLES" and "Linux/*BSD" to editor property capitalization 3 weeks ago
editor_property_name_processor.h b314a9105a Remove references to deleted capitalize_properties setting 3 months ago
editor_resource_picker.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
editor_resource_picker.h 06998a3927 Enforce that custom nodes keep their original type 1 month ago
editor_resource_preview.cpp e2c6daf7ef Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile. 1 month ago
editor_resource_preview.h 06791e1acd New Quick Open Dialog 1 month ago
editor_run.cpp 7cd850b909 [Debugger] Move quit shortcut configuration to the SceneDebugger 2 weeks ago
editor_run.h 5ab9e50461 Add a dialog to customize run instances 9 months ago
editor_run_native.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
editor_run_native.h 293c34a2d2 Display a warning if device CPU architecture is not active in the export preset. 9 months ago
editor_script.cpp c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` 2 months ago
editor_script.h c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` 2 months ago
editor_sectioned_inspector.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
editor_sectioned_inspector.h 267bb98231 Keep advanced toggle on when searching for settings 2 months ago
editor_settings.cpp 04f33894f5 Merge pull request #97041 from aXu-AP/script-highlight-scene 1 week ago
editor_settings.h d678b095f9 Make possible to favorite properties in the inspector 3 weeks ago
editor_settings_dialog.cpp 9309b37228 Merge pull request #97955 from RobProductions/fix-godot-nav-preset 1 week ago
editor_settings_dialog.h 4023ace08d Add Advanced Settings switch to Editor Settings 2 months ago
editor_string_names.cpp 6de34fde27 Add EditorStringNames singleton 1 year ago
editor_string_names.h 6de34fde27 Add EditorStringNames singleton 1 year ago
editor_translation.cpp 818acb4290 Make editor use translation domains 2 months ago
editor_translation.h 7bdae7559d Improve string extraction of ETR POT file 6 months ago
editor_translation_parser.cpp cab80cb97d POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments 1 month ago
editor_translation_parser.h cab80cb97d POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments 1 month ago
editor_undo_redo_manager.cpp 7aef30c2a8 Discard additional redo on commiting actions 1 month ago
editor_undo_redo_manager.h ad7a2d19a6 Expose EditorUndoRedoManager's clear_history() 2 months ago
editor_vcs_interface.cpp c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` 2 months ago
editor_vcs_interface.h c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` 2 months ago
engine_update_label.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
engine_update_label.h 44593eecc7 Rework and simplify update checking logic 5 months ago
event_listener_line_edit.cpp bc5e2f9b96 Revert "Fix InputEvent device id clash" and add a compatibility function 1 day ago
event_listener_line_edit.h 3bf06e955e Propagate allowed input types to `event_listener` when setting them on `InputEventConfigurationDialog` 1 year ago
fbx_importer_manager.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks 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 1 month ago
file_info.h 163753949e Add filter & sort to editor file dialog 1 month ago
filesystem_dock.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
filesystem_dock.h 8e6e59eed8 Merge pull request #95107 from KoBeWi/stealth_file_system 1 week ago
find_in_files.cpp fbb879debd [Scene] Add `SceneStringNames::text/value_changed` 5 months ago
find_in_files.h 5cf6f3c779 Hide Search Results by default. Show it on first search and push it at the end. Add a close button to hide it back. Also switch to Script Editor if a searched line is clicked. 8 months ago
group_settings_editor.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
group_settings_editor.h 4f8d7cae26 Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialog 8 months ago
groups_editor.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
groups_editor.h 39ae82623d Use ObjectID to track cached scene groups. 10 months ago
history_dock.cpp 52889ab7ee [Scene] Add SceneStringName::toggled 2 months ago
history_dock.h 0f26ae93f2 Save scene and global checkbox options of History window, fixes #88432 8 months ago
import_defaults_editor.cpp 267bb98231 Keep advanced toggle on when searching for settings 2 months ago
import_defaults_editor.h fca3ab5564 Deprecate project_settings_changed signal 1 year ago
import_dock.cpp 567db2ecb2 Don't swap Advanced Import Settings button position based on Swap OK Cancel 1 month ago
import_dock.h f44bce2ee0 Add support for resource conversion plugins in filesystem dock. 2 months ago
input_event_configuration_dialog.cpp bc5e2f9b96 Revert "Fix InputEvent device id clash" and add a compatibility function 1 day ago
input_event_configuration_dialog.h a5916deb13 (Un)Fold event categories by double click 6 months ago
inspector_dock.cpp 696ca9db3c Merge pull request #98039 from aaronfranke/button-icon 3 weeks ago
inspector_dock.h 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` 3 weeks ago
localization_editor.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
localization_editor.h d70c45b5c8 Add option to add built-in strings in the POT generation 8 months ago
multi_node_edit.cpp b9d25580ce Fix implementation of property_can_revert() in various classes 1 month ago
multi_node_edit.h 86de59d60a [Core] Add `LocalVector::has` for convenience 6 months ago
node_dock.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
node_dock.h 065dd099dd Remove empty bind_methods() 3 months ago
pot_generator.cpp cab80cb97d POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments 1 month ago
pot_generator.h cab80cb97d POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments 1 month ago
progress_dialog.cpp ce42d9dcfe Fix slow importation when window is unfocused 2 months ago
progress_dialog.h ce42d9dcfe Fix slow importation when window is unfocused 2 months ago
project_converter_3_to_4.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
project_converter_3_to_4.h 1638c1b28f Add const lvalue ref to editor/* container parameters 8 months ago
project_manager.cpp 84e6330e85 Remove unnecessary array construction when initializing the project manager 1 week ago
project_manager.h 38579a1e84 Unify editor version buttons 1 month ago
project_settings_editor.cpp 829dade53b Replace default deadzone magic number with named constant 1 week ago
project_settings_editor.h 39369db029 Fix synchronization of global class name 4 months ago
property_selector.cpp 4d35402c1c Merge pull request #96400 from Maran23/inputmap-usage-for-filter-and-corresponding-refactor 2 months ago
property_selector.h 74f64aaf98 Use InputMap actions consistently across all LineEdit's that filter an underlying Tree or ItemList. 2 months ago
register_editor_types.cpp 722d932466 Expose toast notification methods 1 week ago
register_editor_types.h d95794ec8a One Copyright Update to rule them all 1 year ago
register_exporters.h 0088981c40 [Export] Add readable descriptions and validation warnings to the export options. 1 year ago
rename_dialog.cpp 52889ab7ee [Scene] Add SceneStringName::toggled 2 months ago
rename_dialog.h 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` 3 weeks ago
renames_map_3_to_4.cpp 0a9ad8f9de Implement vertex shading 1 month ago
renames_map_3_to_4.h a40f559fe2 Add conversion for common Theme Overrides 1 year ago
reparent_dialog.cpp ca18a06ecb [Scene] Add `SceneStringNames::confirmed` 5 months ago
reparent_dialog.h 4154039832 Improve includes of EditorNode (and everything else) 1 year ago
run_instances_dialog.cpp 52889ab7ee [Scene] Add SceneStringName::toggled 2 months ago
run_instances_dialog.h 1b2c7bfe77 Allow to set custom feature tags for testing 9 months ago
scene_create_dialog.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
scene_create_dialog.h 7f41403a6f Standardize dialog input validation as a new class 1 year ago
scene_tree_dock.cpp 68c35f498a Merge pull request #98232 from dbnicholson/editor-dock-select-root 1 week ago
scene_tree_dock.h 06998a3927 Enforce that custom nodes keep their original type 1 month ago
script_create_dialog.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
script_create_dialog.h 2bd714e34e Allow configuring the script filename casing rule 8 months ago
shader_create_dialog.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 4 days ago
shader_create_dialog.h 01888ae7ab Fix theme application in various editor dialogs 11 months ago
shader_globals_editor.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
shader_globals_editor.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
surface_upgrade_tool.cpp ca18a06ecb [Scene] Add `SceneStringNames::confirmed` 5 months ago
surface_upgrade_tool.h 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` 3 weeks ago
template_builders.py 0c6dbbd050 Fix not using `encoding="utf-8"` when writing to files or reading from them 5 months ago
window_wrapper.cpp 562c666e3d Rename internal Button icon to button_icon to match exposed methods 3 weeks ago
window_wrapper.h 549bffdcbc Fix PopupPanel menu style 1 month ago