godot/editor
Rémi Verschelde b1d135ccb9
Merge pull request #84396 from quirkylemon/hide-private-enums
Hide private enums from documentation
2024-02-09 12:13:34 +01:00
..
debugger
export Remove unnecessary this-> expressions 2024-01-29 09:59:18 +01:00
gui Allow configuration warnings to refer to a property 2024-02-08 23:05:20 +01:00
icons Improve the project manager UI 2024-01-30 17:52:01 +01:00
import Fix crash when previewing a scene with a mesh as the root node 2024-01-31 06:26:24 -06:00
plugins Merge pull request #86564 from Giwayume/feature/canvas-item-shader-custom-data 2024-02-08 10:53:24 +01:00
project_manager Implement a quick settings dialog for the project manager 2024-01-30 17:52:19 +01:00
themes Replace empty list dialog with an integrated panel 2024-01-30 17:52:25 +01:00
translations i18n: Sync translations with Weblate 2024-02-02 11:38:01 +01:00
action_map_editor.cpp
action_map_editor.h
animation_bezier_editor.cpp
animation_bezier_editor.h
animation_track_editor_plugins.cpp
animation_track_editor_plugins.h
animation_track_editor.cpp
animation_track_editor.h
audio_stream_preview.cpp
audio_stream_preview.h
code_editor.cpp
code_editor.h
connections_dialog.cpp Add support for search shortcut to all docks 2024-01-22 22:37:59 +04:00
connections_dialog.h
create_dialog.cpp
create_dialog.h
dependency_editor.cpp
dependency_editor.h
directory_create_dialog.cpp
directory_create_dialog.h
doc_tools.cpp Merge pull request #84760 from KoBeWi/ultimate_get_property_list_reloaded 2024-01-29 21:32:10 +01:00
doc_tools.h GDExtension: add an interface for loading extra documentation 2024-01-26 13:53:33 +01:00
editor_about.cpp
editor_about.h
editor_asset_installer.cpp
editor_asset_installer.h
editor_atlas_packer.cpp
editor_atlas_packer.h
editor_audio_buses.cpp Remove unnecessary this-> expressions 2024-01-29 09:59:18 +01: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 Check if history exists before discarding 2024-02-05 17:42:37 +01:00
editor_data.h [Editor] Add EditorPlugin::scene_saved signal 2024-01-22 17:51:12 +01:00
editor_dock_manager.cpp Some editor code cleanup 2024-01-30 21:33:31 +01:00
editor_dock_manager.h Ability to move FileSystem dock to bottom 2024-01-29 15:15:38 +01:00
editor_feature_profile.cpp
editor_feature_profile.h
editor_file_system.cpp
editor_file_system.h
editor_folding.cpp
editor_folding.h
editor_help_search.cpp Fix selection regression in EditorHelpSearch 2024-01-22 17:06:42 +01:00
editor_help_search.h
editor_help.cpp Merge pull request #84396 from quirkylemon/hide-private-enums 2024-02-09 12:13:34 +01:00
editor_help.h GDExtension: add an interface for loading extra documentation 2024-01-26 13:53:33 +01:00
editor_inspector.cpp Allow configuration warnings to refer to a property 2024-02-08 23:05:20 +01:00
editor_inspector.h Allow configuration warnings to refer to a property 2024-02-08 23:05:20 +01:00
editor_interface.cpp Merge pull request #81655 from nlupugla/editor-interface-can-popup-dialogs 2024-02-08 10:53:13 +01:00
editor_interface.h Merge pull request #81655 from nlupugla/editor-interface-can-popup-dialogs 2024-02-08 10:53:13 +01:00
editor_layouts_dialog.cpp
editor_layouts_dialog.h
editor_locale_dialog.cpp
editor_locale_dialog.h
editor_log.cpp
editor_log.h
editor_native_shader_source_visualizer.cpp
editor_native_shader_source_visualizer.h
editor_node.cpp Merge pull request #48364 from Calinou/add-vsync-editor-setting 2024-02-08 10:52:59 +01:00
editor_node.h Add a V-Sync editor setting 2024-02-05 22:14:20 +01:00
editor_paths.cpp
editor_paths.h
editor_plugin_settings.cpp
editor_plugin_settings.h
editor_plugin.cpp [Editor] Add EditorPlugin::scene_saved signal 2024-01-22 17:51:12 +01:00
editor_plugin.h [Editor] Add EditorPlugin::scene_saved signal 2024-01-22 17:51:12 +01:00
editor_properties_array_dict.cpp
editor_properties_array_dict.h
editor_properties_vector.cpp
editor_properties_vector.h
editor_properties.cpp
editor_properties.h
editor_property_name_processor.cpp i18n: Sync translations with Weblate 2024-02-02 11:38:01 +01:00
editor_property_name_processor.h
editor_quick_open.cpp
editor_quick_open.h
editor_resource_picker.cpp
editor_resource_picker.h
editor_resource_preview.cpp
editor_resource_preview.h
editor_run_native.cpp
editor_run_native.h
editor_run.cpp Add a dialog to customize run instances 2024-02-05 19:07:31 +01:00
editor_run.h Add a dialog to customize run instances 2024-02-05 19:07:31 +01:00
editor_script.cpp
editor_script.h
editor_sectioned_inspector.cpp
editor_sectioned_inspector.h
editor_settings_dialog.cpp Merge pull request #86654 from ryevdokimov/fix-listening-for-input-escape 2024-02-02 12:01:52 +01:00
editor_settings_dialog.h
editor_settings.cpp Merge pull request #88026 from Calinou/editor-default-enable-add-type-hints 2024-02-08 10:53:58 +01:00
editor_settings.h Add a network mode setting to bring the editor offline 2024-01-30 17:52:08 +01:00
editor_string_names.cpp
editor_string_names.h
editor_translation_parser.cpp
editor_translation_parser.h
editor_translation.cpp
editor_translation.h
editor_undo_redo_manager.cpp Check if history exists before discarding 2024-02-05 17:42:37 +01:00
editor_undo_redo_manager.h Check if history exists before discarding 2024-02-05 17:42:37 +01:00
editor_vcs_interface.cpp
editor_vcs_interface.h
event_listener_line_edit.cpp Add InputEventKey.location to tell left from right 2024-01-26 14:42:28 +01:00
event_listener_line_edit.h
fbx_importer_manager.cpp
fbx_importer_manager.h
filesystem_dock.cpp Some editor code cleanup 2024-01-30 21:33:31 +01:00
filesystem_dock.h Some editor code cleanup 2024-01-30 21:33:31 +01:00
find_in_files.cpp Use callable for TreeItem custom draw 2024-01-23 12:07:43 +01:00
find_in_files.h
group_settings_editor.cpp
group_settings_editor.h
groups_editor.cpp Add support for search shortcut to all docks 2024-01-22 22:37:59 +04:00
groups_editor.h
history_dock.cpp
history_dock.h
import_defaults_editor.cpp
import_defaults_editor.h
import_dock.cpp
import_dock.h
input_event_configuration_dialog.cpp Add InputEventKey.location to tell left from right 2024-01-26 14:42:28 +01:00
input_event_configuration_dialog.h Add InputEventKey.location to tell left from right 2024-01-26 14:42:28 +01:00
inspector_dock.cpp Add support for search shortcut to all docks 2024-01-22 22:37:59 +04:00
inspector_dock.h Add support for search shortcut to all docks 2024-01-22 22:37:59 +04:00
localization_editor.cpp
localization_editor.h
multi_node_edit.cpp
multi_node_edit.h
node_dock.cpp
node_dock.h
plugin_config_dialog.cpp
plugin_config_dialog.h
pot_generator.cpp
pot_generator.h
progress_dialog.cpp
progress_dialog.h
project_converter_3_to_4.cpp
project_converter_3_to_4.h
project_manager.cpp Correctly handle failures to open a project 2024-01-30 17:52:31 +01:00
project_manager.h Replace empty list dialog with an integrated panel 2024-01-30 17:52:25 +01:00
project_settings_editor.cpp
project_settings_editor.h
property_selector.cpp
property_selector.h
register_editor_types.cpp GDExtension: add an interface for loading extra documentation 2024-01-26 13:53:33 +01:00
register_editor_types.h
register_exporters.h
rename_dialog.cpp
rename_dialog.h
renames_map_3_to_4.cpp Remove incorrect C# rename from the project converter 2024-01-24 16:36:11 +01:00
renames_map_3_to_4.h
reparent_dialog.cpp
reparent_dialog.h
run_instances_dialog.cpp Add a dialog to customize run instances 2024-02-05 19:07:31 +01:00
run_instances_dialog.h Add a dialog to customize run instances 2024-02-05 19:07:31 +01:00
scene_create_dialog.cpp
scene_create_dialog.h
scene_tree_dock.cpp Merge pull request #87834 from TokageItLab/remove-dupecall-scene-tree-dock 2024-02-05 14:50:09 +01:00
scene_tree_dock.h Add support for search shortcut to all docks 2024-01-22 22:37:59 +04:00
script_create_dialog.cpp
script_create_dialog.h
SCsub
shader_create_dialog.cpp
shader_create_dialog.h
shader_globals_editor.cpp
shader_globals_editor.h
surface_upgrade_tool.cpp
surface_upgrade_tool.h
template_builders.py
window_wrapper.cpp Disable multi-window buttons instead of hiding them when support is unavailable 2024-01-27 19:38:39 +01:00
window_wrapper.h