summaryrefslogtreecommitdiffstats
path: root/editor/dependency_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+1
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #95281 from Lunarisnia/fix/project-settingsRémi Verschelde2024-08-171-14/+19
|\
| * fix: project settings not properly saved after a file removalRio Arswendo Rachmad2024-08-081-14/+19
* | Remove empty bind_methods()kobewi2024-08-151-9/+0
|/
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-2/+2
* Fix wrong extension filter for dependency editorHaoyu Qiu2024-03-261-1/+1
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+4
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Implement automatic translation for ItemListDennisManaa2023-10-231-0/+1
* Add EditorStringNames singletonkobewi2023-09-031-6/+6
* Fix missing UID handling in Dependency Editorkobewi2023-06-131-4/+10
* Fix DependecyEditorOwners not acknowledging non-scene resourcesVolTer2023-06-021-5/+29
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Add handling of script creation/deletion for custom visual shader nodesYuri Rubinsky2023-01-231-3/+9
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* 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