godot/editor
Rémi Verschelde 0ae65472e7
clang-format: Enable BreakBeforeTernaryOperators
clang-format keeps breaking the way it handles break *after* ternary operators,
so I give up and go with the only style they seem to actually test.
2021-10-28 15:57:41 +02:00
..
debugger Improve appearance of the editor Debugger bottom panel menu 2021-10-27 16:56:15 +02:00
fileserver
icons Fixed animation insertion in SkeletonEditor 2021-10-23 16:50:00 +09:00
import clang-format: Enable BreakBeforeTernaryOperators 2021-10-28 15:57:41 +02:00
plugins clang-format: Enable BreakBeforeTernaryOperators 2021-10-28 15:57:41 +02:00
translations i18n: Sync editor translations with Weblate 2021-10-23 12:38:15 +02:00
action_map_editor.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
action_map_editor.h
animation_bezier_editor.cpp
animation_bezier_editor.h
animation_track_editor_plugins.cpp Fixed animation insertion in SkeletonEditor 2021-10-23 16:50:00 +09:00
animation_track_editor_plugins.h
animation_track_editor.cpp Merge pull request #54050 from reduz/animation-compression 2021-10-25 14:27:58 +02:00
animation_track_editor.h Fixed animation insertion in SkeletonEditor 2021-10-23 16:50:00 +09:00
array_property_edit.cpp
array_property_edit.h
audio_stream_preview.cpp
audio_stream_preview.h
code_editor.cpp Add option to make selection unique 2021-10-27 19:45:52 +02:00
code_editor.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
connections_dialog.cpp
connections_dialog.h
create_dialog.cpp
create_dialog.h
dependency_editor.cpp
dependency_editor.h
dictionary_property_edit.cpp
dictionary_property_edit.h
doc_tools.cpp
doc_tools.h
editor_about.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
editor_about.h
editor_asset_installer.cpp
editor_asset_installer.h
editor_atlas_packer.cpp
editor_atlas_packer.h
editor_audio_buses.cpp
editor_audio_buses.h
editor_autoload_settings.cpp
editor_autoload_settings.h
editor_builders.py
editor_command_palette.cpp
editor_command_palette.h
editor_data.cpp
editor_data.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
editor_dir_dialog.cpp
editor_dir_dialog.h
editor_export.cpp
editor_export.h
editor_feature_profile.cpp
editor_feature_profile.h
editor_file_dialog.cpp
editor_file_dialog.h
editor_file_system.cpp
editor_file_system.h
editor_folding.cpp
editor_folding.h
editor_fonts.cpp Ignore empty Font resources as theme override. 2021-10-25 14:05:37 +03:00
editor_fonts.h
editor_help_search.cpp
editor_help_search.h
editor_help.cpp
editor_help.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
editor_inspector.cpp
editor_inspector.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
editor_layouts_dialog.cpp
editor_layouts_dialog.h
editor_log.cpp
editor_log.h
editor_native_shader_source_visualizer.cpp
editor_native_shader_source_visualizer.h
editor_node.cpp clang-format: Enable BreakBeforeTernaryOperators 2021-10-28 15:57:41 +02:00
editor_node.h Save all 64 bits of get_ticks_msec() in more cases 2021-10-26 13:58:58 +02:00
editor_path.cpp
editor_path.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
editor_paths.cpp
editor_paths.h
editor_plugin_settings.cpp
editor_plugin_settings.h
editor_plugin.cpp
editor_plugin.h
editor_properties_array_dict.cpp
editor_properties_array_dict.h
editor_properties.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
editor_properties.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_script.cpp
editor_run_script.h
editor_run.cpp
editor_run.h
editor_scale.cpp
editor_scale.h
editor_sectioned_inspector.cpp
editor_sectioned_inspector.h
editor_settings.cpp
editor_settings.h
editor_spin_slider.cpp
editor_spin_slider.h
editor_themes.cpp Add focus font color to Button and derivatives 2021-10-26 17:42:40 +03:00
editor_themes.h
editor_toaster.cpp
editor_toaster.h
editor_translation_parser.cpp
editor_translation_parser.h
editor_vcs_interface.cpp
editor_vcs_interface.h
editor_zoom_widget.cpp
editor_zoom_widget.h
export_template_manager.cpp
export_template_manager.h
filesystem_dock.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
filesystem_dock.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
find_in_files.cpp Small formatting fixes in Find in Files 2021-10-27 16:13:49 +02:00
find_in_files.h
groups_editor.cpp Added ability to copy group name 2021-10-21 03:56:08 -04:00
groups_editor.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
import_defaults_editor.cpp
import_defaults_editor.h
import_dock.cpp
import_dock.h
inspector_dock.cpp Fixed animation insertion in SkeletonEditor 2021-10-23 16:50:00 +09:00
inspector_dock.h
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_export.cpp
project_export.h
project_manager.cpp
project_manager.h
project_settings_editor.cpp
project_settings_editor.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
property_editor.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
property_editor.h
property_selector.cpp
property_selector.h
quick_open.cpp Fix support for multiple base types in the quick load dialog 2021-10-22 23:27:46 +02:00
quick_open.h
register_exporters.h
rename_dialog.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
rename_dialog.h
reparent_dialog.cpp
reparent_dialog.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
scene_tree_dock.cpp
scene_tree_dock.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
scene_tree_editor.cpp
scene_tree_editor.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
script_create_dialog.cpp
script_create_dialog.h
SCsub i18n: Only include editor translations above a threshold 2021-10-20 15:10:13 +02:00
settings_config_dialog.cpp
settings_config_dialog.h
shader_create_dialog.cpp
shader_create_dialog.h
shader_globals_editor.cpp
shader_globals_editor.h