behaviour-tree-test/editor/settings
Rémi Verschelde ad4b910a10
Minimize include dependencies of display_server.h
- Removes `native_menu.h` dependency from `display_server.h`.
  It's now forward-declared in all DisplayServer implementations and should
  be included in the .cpp's.
- Removes some unused `rb_set.h` and `rb_map.h` dependencies, which leads to
  having to include them explicitly in half the scene and editor codebase...
  which shows how much we depend on `display_server.h`.
- Forward-declare `input_event.h`, so now we need only `keyboard.h`.
2026-02-17 19:45:31 +01:00
..
action_map_editor.cpp Improve spacing in trees showing table data in modern theme 2026-01-12 00:01:49 +04:00
action_map_editor.h Modern style: Use stylebox setter for Action Map TreeItems 2025-11-05 16:30:57 -03:00
editor_autoload_settings.cpp Improve spacing in trees showing table data in modern theme 2026-01-12 00:01:49 +04:00
editor_autoload_settings.h
editor_build_profile.cpp Merge pull request #115093 from Ivorforce/hashmap-explicit-copy 2026-01-31 22:50:51 +01:00
editor_build_profile.h Add more toggleable options in Engine Compilation Configuration Editor 2026-01-23 01:26:47 +01:00
editor_command_palette.cpp Add FilterLineEdit to unify editor filter field navigation 2026-02-03 15:37:20 +01:00
editor_command_palette.h Add FilterLineEdit to unify editor filter field navigation 2026-02-03 15:37:20 +01:00
editor_event_search_bar.cpp
editor_event_search_bar.h
editor_feature_profile.cpp Add leftover scroll hints, and panels for scrollables without hints 2025-12-12 10:59:03 -03:00
editor_feature_profile.h Separate Node editor dock 2025-11-22 10:17:03 +08:00
editor_folding.cpp
editor_folding.h
editor_layouts_dialog.cpp Add leftover scroll hints, and panels for scrollables without hints 2025-12-12 10:59:03 -03:00
editor_layouts_dialog.h
editor_settings.cpp Minimize include dependencies of display_server.h 2026-02-17 19:45:31 +01:00
editor_settings.h Fix favorite files handling 2026-01-19 14:48:48 +01:00
editor_settings_dialog.cpp Merge pull request #114045 from Meorge/bugfix/note-for-file-extension 2026-02-16 15:02:37 -06:00
editor_settings_dialog.h Add note to extension-change error message about how to make editor recognize an extension 2026-02-13 17:34:30 -08:00
event_listener_line_edit.cpp Use actual class names in resource type hints 2026-01-29 21:07:56 +01:00
event_listener_line_edit.h Remove unused private variables in godot/editor 2025-12-07 02:55:08 -08:00
input_event_configuration_dialog.cpp Add leftover scroll hints, and panels for scrollables without hints 2025-12-12 10:59:03 -03:00
input_event_configuration_dialog.h
project_settings_editor.cpp [Input] Handle invalid input/ settings correctly 2026-02-03 15:38:09 +01:00
project_settings_editor.h
SCsub