godot/editor
2022-09-10 21:40:45 +02:00
..
debugger Merge pull request #63640 from mbe9/fix_noneditable_remote_objects 2022-09-09 09:09:02 +02:00
export [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
fileserver
icons Merge pull request #65207 from RedMser/annotation-search 2022-09-06 12:33:37 +02:00
import Allow images to be imported "for editor use" and respect editor settings 2022-09-07 23:31:31 +03:00
plugins Fix Ctrl/Cmd+F always processed by the asset library, instead of script editor / help. 2022-09-10 21:40:45 +02:00
translations i18n: Sync editor translations with Weblate (3.5 branch) 2022-09-09 14:52:16 +02:00
action_map_editor.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
action_map_editor.h Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
animation_bezier_editor.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
animation_bezier_editor.h
animation_track_editor_plugins.cpp
animation_track_editor_plugins.h
animation_track_editor.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
animation_track_editor.h
array_property_edit.cpp
array_property_edit.h
audio_stream_preview.cpp
audio_stream_preview.h
code_editor.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
code_editor.h
connections_dialog.cpp Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT 2022-09-06 19:00:33 +02:00
connections_dialog.h Rename AnimatedTexture oneshot to one_shot 2022-09-01 15:38:06 +02:00
create_dialog.cpp simplify title of create/change node dialog 2022-09-07 21:44:33 -05:00
create_dialog.h simplify title of create/change node dialog 2022-09-07 21:44:33 -05:00
dependency_editor.cpp
dependency_editor.h
dictionary_property_edit.cpp
dictionary_property_edit.h
doc_tools.cpp
doc_tools.h
editor_about.cpp
editor_about.h
editor_asset_installer.cpp
editor_asset_installer.h
editor_atlas_packer.cpp Refactor BitMap and add tests 2022-09-01 18:39:17 +02:00
editor_atlas_packer.h
editor_audio_buses.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
editor_audio_buses.h
editor_autoload_settings.cpp
editor_autoload_settings.h
editor_build_profile.cpp
editor_build_profile.h
editor_builders.py
editor_command_palette.cpp
editor_command_palette.h
editor_data.cpp Merge pull request #58617 from KoBeWi/custom_something 2022-09-07 17:54:17 +02:00
editor_data.h Improve handling of custom types 2022-09-05 23:08:28 +02:00
editor_dir_dialog.cpp Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
editor_dir_dialog.h
editor_feature_profile.cpp
editor_feature_profile.h
editor_file_dialog.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
editor_file_dialog.h Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
editor_file_system.cpp
editor_file_system.h
editor_folding.cpp
editor_folding.h
editor_fonts.cpp
editor_fonts.h
editor_help_search.cpp Allow searching for annotations in help 2022-09-05 17:53:28 +02:00
editor_help_search.h Allow searching for annotations in help 2022-09-05 17:53:28 +02:00
editor_help.cpp Fix theming error in EditorHelp due to order of operations issue 2022-09-06 16:08:40 +03:00
editor_help.h
editor_inspector.cpp Make Vector2i values paired with EDSCALE be just Vector2 2022-09-08 14:46:32 -03:00
editor_inspector.h Improve the editor's Add Metadata dialog 2022-09-01 19:03:40 +02:00
editor_layouts_dialog.cpp
editor_layouts_dialog.h
editor_locale_dialog.cpp
editor_locale_dialog.h
editor_log.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
editor_log.h
editor_native_shader_source_visualizer.cpp
editor_native_shader_source_visualizer.h
editor_node.cpp Merge pull request #64465 from TokageItLab/bind-after-gui-input 2022-09-10 20:01:48 +02:00
editor_node.h Rename EditorInterface.get_editor_main_control to get_editor_main_screen 2022-09-07 03:01:58 +03:00
editor_path.cpp Improvements to multi-node editing 2022-09-05 18:36:03 -05:00
editor_path.h
editor_paths.cpp
editor_paths.h
editor_plugin_settings.cpp
editor_plugin_settings.h
editor_plugin.cpp Merge pull request #64465 from TokageItLab/bind-after-gui-input 2022-09-10 20:01:48 +02:00
editor_plugin.h Merge pull request #64465 from TokageItLab/bind-after-gui-input 2022-09-10 20:01:48 +02:00
editor_properties_array_dict.cpp
editor_properties_array_dict.h Fix various uninitialized member pointers 2022-09-06 11:20:27 +02:00
editor_properties.cpp Rename or_lesser range property hint to or_less 2022-09-02 19:08:20 +02:00
editor_properties.h
editor_property_name_processor.cpp
editor_property_name_processor.h
editor_quick_open.cpp
editor_quick_open.h
editor_resource_picker.cpp Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
editor_resource_picker.h
editor_resource_preview.cpp
editor_resource_preview.h
editor_run_native.cpp
editor_run_native.h
editor_run_script.cpp
editor_run_script.h
editor_run.cpp Allow to change the Stop shortcut used at runtime 2022-08-30 14:14:15 +02:00
editor_run.h
editor_scale.cpp
editor_scale.h
editor_sectioned_inspector.cpp Fix property revert logic in the sectioned inspector 2022-09-02 21:15:04 +03:00
editor_sectioned_inspector.h
editor_settings_dialog.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
editor_settings_dialog.h
editor_settings.cpp Merge pull request #65241 from bruvzg/no_keymap_ambiguity 2022-09-08 09:24:24 +02:00
editor_settings.h Change Array arguments to TypedArray 2022-09-01 13:13:19 +02:00
editor_spin_slider.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
editor_spin_slider.h
editor_themes.cpp Allow images to be imported "for editor use" and respect editor settings 2022-09-07 23:31:31 +03:00
editor_themes.h
editor_title_bar.cpp
editor_title_bar.h
editor_toaster.cpp Add set_default_margin_all/individual to StyleBox 2022-09-07 16:37:36 +03:00
editor_toaster.h
editor_translation_parser.cpp Change Array arguments to TypedArray 2022-09-01 13:13:19 +02:00
editor_translation_parser.h Change Array arguments to TypedArray 2022-09-01 13:13:19 +02:00
editor_translation.cpp
editor_translation.h
editor_undo_redo_manager.cpp
editor_undo_redo_manager.h
editor_vcs_interface.cpp Change Array arguments to TypedArray 2022-09-01 13:13:19 +02:00
editor_vcs_interface.h Change Array arguments to TypedArray 2022-09-01 13:13:19 +02:00
editor_zoom_widget.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
editor_zoom_widget.h
filesystem_dock.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
filesystem_dock.h
find_in_files.cpp
find_in_files.h
groups_editor.cpp
groups_editor.h
import_defaults_editor.cpp
import_defaults_editor.h
import_dock.cpp
import_dock.h
inspector_dock.cpp Improvements to multi-node editing 2022-09-05 18:36:03 -05:00
inspector_dock.h
localization_editor.cpp
localization_editor.h
multi_node_edit.cpp Improvements to multi-node editing 2022-09-05 18:36:03 -05:00
multi_node_edit.h Improvements to multi-node editing 2022-09-05 18:36:03 -05:00
node_dock.cpp
node_dock.h
plugin_config_dialog.cpp
plugin_config_dialog.h
pot_generator.cpp
pot_generator.h
progress_dialog.cpp Merge pull request #60108 from KoBeWi/arise_to_top 2022-09-08 09:23:31 +02:00
progress_dialog.h
project_converter_3_to_4.cpp Merge pull request #65499 from Mickeon/project-converter-english-exam 2022-09-08 13:31:18 +02:00
project_converter_3_to_4.h Fix several oddities in Project Converter 2022-09-08 12:32:59 +02:00
project_manager.cpp Make Vector2i values paired with EDSCALE be just Vector2 2022-09-08 14:46:32 -03:00
project_manager.h
project_settings_editor.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
project_settings_editor.h
property_selector.cpp
property_selector.h
register_exporters.h
rename_dialog.cpp
rename_dialog.h
reparent_dialog.cpp
reparent_dialog.h
scene_create_dialog.cpp Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
scene_create_dialog.h
scene_tree_dock.cpp Fix undo actions in SceneTreeDock 2022-09-08 22:57:54 +02:00
scene_tree_dock.h Remove pathed get_node() use from scene tree dock 2022-09-03 23:10:07 +02:00
scene_tree_editor.cpp Merge pull request #65352 from Mickeon/try-scene-tree-filter-multi-word 2022-09-09 16:11:45 +02:00
scene_tree_editor.h Improve Scene Tree Dock's Node filter (Allow multiple terms & more) 2022-09-09 13:40:29 +02:00
script_create_dialog.cpp Merge pull request #58617 from KoBeWi/custom_something 2022-09-07 17:54:17 +02:00
script_create_dialog.h
SCsub
shader_create_dialog.cpp Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
shader_create_dialog.h
shader_globals_editor.cpp Rename uniform to parameter across the engine 2022-09-01 11:42:57 +03:00
shader_globals_editor.h
template_builders.py