summaryrefslogtreecommitdiffstats
path: root/editor/dependency_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-9/+9
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Add ability to open multiple scenes in the Dependency EditorVolTer2022-09-251-6/+13
* Show dependency warning when removing remaps and fallback if translationPucklaMotzer092022-08-031-0/+40
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* dependency editor: set current directory to closest existing directoryNathan Franke2022-07-231-0/+3
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-4/+4
* Remake resource thread safety and APIreduz2022-06-221-1/+1
* Improve title of DependencyEditorOwnerskobewi2022-06-031-1/+1
* Add the button pressed to some signals in Treetrollodel2022-05-211-4/+10
* Replace most uses of Map by HashMapreduz2022-05-161-7/+7
* Changed signals of ItemListVitika92022-05-061-2/+6
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-2/+1
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-4/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+5
* String: Add contains().Anilforextra2022-02-041-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Fix bad popups offset in editor with single window offjmb4622021-12-061-1/+2
* Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-2/+2
* Use range iterators for `Map`Lightning_A2021-09-301-10/+10
* Dependency editor: Edit message about move to trashRémi Verschelde2021-08-021-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-4/+4
* Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde2021-07-241-0/+9
|\
| * Implement Resource UIDsreduz2021-07-241-0/+9
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-11/+9
|/
* Optimize StringName usagereduz2021-07-181-9/+9
* Add header theme type variations to labelskobewi2021-07-131-0/+2
* Clean up Treereduz2021-07-041-1/+7
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Improve TreeItem API and allow to move nodestrollodel2021-05-171-2/+2
* Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-211-3/+3
* Reorganize Project Settingsreduz2021-02-181-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-4/+4
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-0/+2
* Merge pull request #41263 from Calinou/filesystem-dock-rename-delete-optionRémi Verschelde2020-11-161-2/+2
|\
| * Rename the "Delete" option in the FileSystem dock to "Move to Trash"Hugo Locurcio2020-08-141-2/+2
* | Refactored Variant Operators.reduz2020-11-061-8/+8
|/
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-4/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-14/+28
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-45/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-6/+6
* Working multiple window support, including editorJuan Linietsky2020-03-261-12/+12
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-3/+3
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-19/+8