1
0
Fork 0
godot/editor
Hugo Locurcio dfdcea22c5
Decrease font placeholder opacity in the editor theme
This makes placeholder text easier to distinguish from actual text
in the editor. Previously, placeholder text's contrast against the
background was only slightly lower than actual text.
2025-05-26 23:16:29 +02:00
..
debugger Merge pull request #89746 from KoBeWi/NOTification 2025-05-07 12:48:21 -05:00
export Fix ios and android plugin always invalid due to null ConfigFile 2025-05-23 11:41:13 -04:00
gui Do not grab focus on filename LineEdit in EditorFileDialog when outside the tree 2025-05-18 13:06:02 -04:00
icons Add several new physics-related icons 2025-05-12 18:10:41 -07:00
import Merge pull request #106562 from zeux/lod-metrics 2025-05-22 12:15:03 -05:00
plugins Merge pull request #106339 from Ryan-000/Run-EditorScript-from-FileSystemDock 2025-05-26 11:24:41 -05:00
project_manager Merge pull request #103833 from nobbele/projectmanager-local-time 2025-05-26 11:24:27 -05:00
themes Decrease font placeholder opacity in the editor theme 2025-05-26 23:16:29 +02:00
translations i18n: Sync translations with Weblate 2025-03-19 14:51:42 +01:00
SCsub SCons: Begin decoupling generation & build code 2025-04-25 08:23:01 -05:00
action_map_editor.cpp Remove NOTIFICATION_ENTER_TREE when NOTIFICATION_THEME_CHANGED is used 2025-05-06 15:28:03 +02:00
action_map_editor.h
add_metadata_dialog.cpp Initial editor accessibility. 2025-04-08 20:25:48 +03:00
add_metadata_dialog.h
animation_bezier_editor.cpp Add correct cursors when scaling bezier keys with box scaling 2025-05-23 11:55:20 +02:00
animation_bezier_editor.h Add correct cursors when scaling bezier keys with box scaling 2025-05-23 11:55:20 +02:00
animation_track_editor.cpp Implement method lookup for method tracks 2025-05-20 21:22:39 +09:00
animation_track_editor.h Implement method lookup for method tracks 2025-05-20 21:22:39 +09:00
animation_track_editor_plugins.cpp Remove ABS in favor of Math::abs 2025-03-19 13:52:40 +01:00
animation_track_editor_plugins.h Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
audio_stream_preview.cpp [Editor] Move thread name assignment in audio preview 2025-04-19 13:59:29 +02:00
audio_stream_preview.h
code_editor.cpp Merge pull request #106117 from jaydensipe/zoom-performance-smoooooth 2025-05-09 11:29:12 -05:00
code_editor.h Merge pull request #103806 from arkology/find-replace-bar-ui 2025-04-30 09:18:46 -05:00
connections_dialog.cpp Remove NOTIFICATION_ENTER_TREE when NOTIFICATION_THEME_CHANGED is used 2025-05-06 15:28:03 +02:00
connections_dialog.h Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
create_dialog.cpp Add a keyword for abstract classes in GDScript 2025-05-02 00:03:04 -07:00
create_dialog.h Consider search keywords in CreateDialog 2025-04-23 15:59:44 +02:00
credits_roll.cpp Improve EditorAbout dialog auto-translation 2025-04-28 14:01:58 +08:00
credits_roll.h Add credits roll 2025-04-11 17:08:12 +02:00
dependency_editor.cpp Cleanup header includes in Tree 2025-05-15 14:28:00 +08:00
dependency_editor.h Rename editor "File" MenuOption enums for clarity 2025-04-30 16:32:11 +02:00
directory_create_dialog.cpp Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default. 2025-04-23 12:47:31 +03:00
directory_create_dialog.h
doc_tools.cpp Use Grisu2 algorithm in String::num_scientific to fix serializing 2025-05-22 09:13:16 -07:00
doc_tools.h Scripting: Add script documentation cache to project 2025-03-12 13:44:41 -04:00
editor_about.cpp Improve EditorAbout dialog auto-translation 2025-04-28 14:01:58 +08:00
editor_about.h Improve EditorAbout dialog auto-translation 2025-04-28 14:01:58 +08:00
editor_asset_installer.cpp Improve AssetLib auto-translation 2025-05-08 14:37:15 +02:00
editor_asset_installer.h
editor_atlas_packer.cpp
editor_atlas_packer.h
editor_audio_buses.cpp Remove NOTIFICATION_ENTER_TREE when NOTIFICATION_THEME_CHANGED is used 2025-05-06 15:28:03 +02:00
editor_audio_buses.h Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
editor_autoload_settings.cpp Improve ScriptLanguage get keyword API. 2025-05-17 18:43:19 +08:00
editor_autoload_settings.h
editor_build_profile.cpp Cleanup header includes in Tree 2025-05-15 14:28:00 +08:00
editor_build_profile.h
editor_builders.py SCons: Begin decoupling generation & build code 2025-04-25 08:23:01 -05:00
editor_command_palette.cpp Cleanup header includes in Tree 2025-05-15 14:28:00 +08:00
editor_command_palette.h
editor_data.cpp Make script_class_get_icon_path() return any value when r_valid is passed. 2025-04-30 15:42:29 +03:00
editor_data.h Clarify API for top selected nodes in EditorSelection and make public 2025-03-27 16:09:08 -07:00
editor_dock_manager.cpp Initial editor accessibility. 2025-04-08 20:25:48 +03:00
editor_dock_manager.h Merge pull request #103751 from bruvzg/glob_menu_icons_theme 2025-03-19 12:26:57 +01:00
editor_feature_profile.cpp Cleanup header includes in Tree 2025-05-15 14:28:00 +08:00
editor_feature_profile.h
editor_file_system.cpp Implement `get_filesystem_type` on macOS and Linux. 2025-05-23 23:05:06 +03:00
editor_file_system.h Merge pull request #100086 from erodozer/multipart-ext-import 2025-04-10 10:18:18 -05:00
editor_folding.cpp Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
editor_folding.h Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
editor_help.cpp Merge pull request #106432 from arkology/editor-help-search-index 2025-05-20 11:37:20 -05:00
editor_help.h Some QOL and cleanup to EditorHelp's `FindBar` 2025-04-30 21:43:05 -04:00
editor_help_search.cpp Cleanup header includes in Tree 2025-05-15 14:28:00 +08:00
editor_help_search.h
editor_inspector.compat.inc
editor_inspector.cpp Add feature hint string and "On" text for checkable groups 2025-05-21 14:56:55 -07:00
editor_inspector.h Add feature hint string and "On" text for checkable groups 2025-05-21 14:56:55 -07:00
editor_interface.compat.inc
editor_interface.cpp Core: Use `Math` namespace for constants 2025-04-10 16:29:30 -05:00
editor_interface.h Remove TOOLS_ENABLED checks from editor/ 2025-03-14 18:13:16 +01:00
editor_layouts_dialog.cpp Improve ConfigFile get_sections and get_section_keys by returning Vector<String> 2025-04-24 20:10:31 -04:00
editor_layouts_dialog.h
editor_locale_dialog.cpp Add `GLOBAL_GET` cached macros. 2025-04-30 15:08:50 +01:00
editor_locale_dialog.h
editor_log.cpp Initial editor accessibility. 2025-04-08 20:25:48 +03:00
editor_log.h Initial editor accessibility. 2025-04-08 20:25:48 +03:00
editor_main_screen.cpp Improve 2D/3D main screen auto-switching logic 2025-04-09 09:34:44 -07:00
editor_main_screen.h Improve 2D/3D main screen auto-switching logic 2025-04-09 09:34:44 -07:00
editor_native_shader_source_visualizer.cpp Remove redundant line_spacing editor setting 2025-05-07 16:53:05 +02:00
editor_native_shader_source_visualizer.h
editor_node.cpp Merge pull request #106339 from Ryan-000/Run-EditorScript-from-FileSystemDock 2025-05-26 11:24:41 -05:00
editor_node.h Merge pull request #106339 from Ryan-000/Run-EditorScript-from-FileSystemDock 2025-05-26 11:24:41 -05:00
editor_paths.cpp
editor_paths.h
editor_properties.cpp Improve default OK text in AcceptDialog 2025-05-14 23:08:22 +02:00
editor_properties.h Merge pull request #89324 from KoBeWi/pandora's_can_of_worms 2025-04-28 10:01:33 -05:00
editor_properties_array_dict.cpp Fix for debugging typed dictionaries 2025-05-08 21:11:23 +10:00
editor_properties_array_dict.h Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
editor_properties_vector.cpp Initial editor accessibility. 2025-04-08 20:25:48 +03:00
editor_properties_vector.h
editor_property_name_processor.cpp Add SMAA 1x 2025-05-21 15:02:09 -04:00
editor_property_name_processor.h
editor_resource_picker.cpp Merge pull request #104490 from arkology/The-Return-of-the-QuickOpen-Button 2025-05-23 09:46:12 -05:00
editor_resource_picker.h `EditorResourcePicker`: Add `Quick Load` button 2025-03-25 20:20:29 +03:00
editor_resource_preview.cpp Add `String::replace_char(s)` methods for performance and convenience 2025-04-10 13:08:45 +02:00
editor_resource_preview.h Remove inline from constexpr variables 2025-04-28 21:09:43 +02:00
editor_run.cpp Add --scene command line argument 2025-04-12 09:15:10 +02:00
editor_run.h
editor_run_native.cpp Initial editor accessibility. 2025-04-08 20:25:48 +03:00
editor_run_native.h
editor_script.cpp
editor_script.h Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
editor_sectioned_inspector.cpp Reset `ProjectSettings` scroll when changing category 2025-04-07 17:57:00 -04:00
editor_sectioned_inspector.h
editor_settings.cpp Merge pull request #105724 from dugramen/recovery/split-commit 2025-05-14 09:44:16 -05:00
editor_settings.h [DisplayServer] Decouple `show_window(MAIN_WINDOW_ID)` from `DisplayServer` constructor, update project manager size/position after DS init. 2025-03-19 11:23:04 +02:00
editor_settings_dialog.cpp Allow undoredo actions to not make history unsaved 2025-05-13 02:40:31 +02:00
editor_settings_dialog.h Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
editor_string_names.h Always use `String` as `StringName` backing internally. 2025-04-23 14:57:03 +02:00
editor_translation.cpp SCons: Make builders prettier, utilize `constexpr` 2025-03-11 18:31:20 -05:00
editor_translation.h
editor_translation_parser.cpp Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
editor_translation_parser.h Style: Begin integrating simple `.clangd` fixes 2025-03-22 13:24:35 -05:00
editor_undo_redo_manager.compat.inc Allow undoredo actions to not make history unsaved 2025-05-13 02:40:31 +02:00
editor_undo_redo_manager.cpp Fix crash when checking unsaved history 2025-05-15 22:37:57 +02:00
editor_undo_redo_manager.h Allow undoredo actions to not make history unsaved 2025-05-13 02:40:31 +02:00
editor_vcs_interface.cpp
editor_vcs_interface.h
engine_update_label.cpp Rename editor setting to `Check for Updates` 2025-04-16 18:04:30 -04:00
engine_update_label.h
event_listener_line_edit.cpp Initial editor accessibility. 2025-04-08 20:25:48 +03:00
event_listener_line_edit.h Initial editor accessibility. 2025-04-08 20:25:48 +03:00
fbx_importer_manager.cpp Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default. 2025-04-23 12:47:31 +03:00
fbx_importer_manager.h
file_info.cpp
file_info.h
filesystem_dock.cpp Merge pull request #106339 from Ryan-000/Run-EditorScript-from-FileSystemDock 2025-05-26 11:24:41 -05:00
filesystem_dock.h Merge pull request #106339 from Ryan-000/Run-EditorScript-from-FileSystemDock 2025-05-26 11:24:41 -05:00
find_in_files.cpp Add include/exclude to `FindInFiles` for filtering files. 2025-05-03 23:31:52 +08:00
find_in_files.h Add include/exclude to `FindInFiles` for filtering files. 2025-05-03 23:31:52 +08:00
group_settings_editor.cpp Cleanup header includes in Tree 2025-05-15 14:28:00 +08:00
group_settings_editor.h
groups_editor.cpp Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default. 2025-04-23 12:47:31 +03:00
groups_editor.h Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
history_dock.cpp Improve auto-translation for static strings in docks 2025-03-26 14:09:38 +01:00
history_dock.h
import_defaults_editor.cpp
import_defaults_editor.h
import_dock.cpp Relax the requirements for making EditorImportPlugin 2025-05-21 22:13:09 +08:00
import_dock.h
input_event_configuration_dialog.cpp Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default. 2025-04-23 12:47:31 +03:00
input_event_configuration_dialog.h
inspector_dock.cpp Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default. 2025-04-23 12:47:31 +03:00
inspector_dock.h Update Inspector when rename a file via File System Dock 2025-03-28 08:26:17 -03:00
localization_editor.cpp Do not use Dictionary::keys() for Dictionary iteration. 2025-04-05 18:42:13 +08:00
localization_editor.h
multi_node_edit.cpp Merge pull request #103764 from kleonc/multi_node_edit_update_on_property_list_changed 2025-03-31 12:03:45 -05:00
multi_node_edit.h Merge pull request #103764 from kleonc/multi_node_edit_update_on_property_list_changed 2025-03-31 12:03:45 -05:00
node_dock.cpp Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default. 2025-04-23 12:47:31 +03:00
node_dock.h
pot_generator.cpp Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
pot_generator.h Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
progress_dialog.cpp
progress_dialog.h Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
project_converter_3_to_4.cpp Replace size() == 0 with is_empty(). 2025-04-02 19:18:43 +08:00
project_converter_3_to_4.h
project_manager.cpp Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default. 2025-04-23 12:47:31 +03:00
project_manager.h Project manager: Add option to backup project when it will be changed 2025-04-16 09:27:06 -05:00
project_settings_editor.cpp Allow undoredo actions to not make history unsaved 2025-05-13 02:40:31 +02:00
project_settings_editor.h Support custom features in project settings dialog 2025-04-12 11:50:12 +02:00
project_upgrade_tool.cpp Rename editor "File" MenuOption enums for clarity 2025-04-30 16:32:11 +02:00
project_upgrade_tool.h
property_selector.cpp Add `String::replace_char(s)` methods for performance and convenience 2025-04-10 13:08:45 +02:00
property_selector.h
register_editor_types.cpp Introduce 'drivers/apple_embedded' abstract platform for code reuse 2025-05-19 15:37:13 -07:00
register_editor_types.h
register_exporters.h
rename_dialog.cpp Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default. 2025-04-23 12:47:31 +03:00
rename_dialog.h
renames_map_3_to_4.cpp
renames_map_3_to_4.h
reparent_dialog.cpp Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
reparent_dialog.h Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
run_instances_dialog.cpp Initial editor accessibility. 2025-04-08 20:25:48 +03:00
run_instances_dialog.h
scene_create_dialog.cpp Initial editor accessibility. 2025-04-08 20:25:48 +03:00
scene_create_dialog.h
scene_tree_dock.cpp Merge pull request #105806 from Grublady/scene_dock_open_doc 2025-05-07 12:48:27 -05:00
scene_tree_dock.h Set current directory when using Save Branch As Scene 2025-05-05 14:00:44 -07:00
script_create_dialog.cpp Improve ScriptLanguage get keyword API. 2025-05-17 18:43:19 +08:00
script_create_dialog.h Merge pull request #103397 from KoBeWi/good_luck_finding_where_'is_path_valid'_is_now_assigned 2025-03-14 00:08:37 +01:00
shader_create_dialog.cpp Initial editor accessibility. 2025-04-08 20:25:48 +03:00
shader_create_dialog.h
shader_globals_editor.cpp
shader_globals_editor.h
template_builders.py SCons: Make builders prettier, utilize `constexpr` 2025-03-11 18:31:20 -05:00
window_wrapper.cpp
window_wrapper.h