summaryrefslogtreecommitdiff
path: root/editor/dependency_editor.cpp
AgeCommit message (Expand)Author
2023-01-23Add handling of script creation/deletion for custom visual shader nodesYuri Rubinsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-25Add ability to open multiple scenes in the Dependency EditorVolTer
2022-08-03Show dependency warning when removing remaps and fallback if translationPucklaMotzer09
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-23dependency editor: set current directory to closest existing directoryNathan Franke
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-06-22Remake resource thread safety and APIreduz
2022-06-03Improve title of DependencyEditorOwnerskobewi
2022-05-21Add the button pressed to some signals in Treetrollodel
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-06Changed signals of ItemListVitika9
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-04String: Add contains().Anilforextra
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-06Fix bad popups offset in editor with single window offjmb462
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-09-30Use range iterators for `Map`Lightning_A
2021-08-02Dependency editor: Edit message about move to trashRémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-24Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde
2021-07-24Implement Resource UIDsreduz
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-07-13Add header theme type variations to labelskobewi
2021-07-04Clean up Treereduz
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-03-21Rename Array.invert() to Array.reverse()Marcel Admiraal
2021-02-18Reorganize Project Settingsreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-16Merge pull request #41263 from Calinou/filesystem-dock-rename-delete-optionRémi Verschelde
2020-11-06Refactored Variant Operators.reduz
2020-08-14Rename the "Delete" option in the FileSystem dock to "Move to Trash"Hugo Locurcio
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky