summaryrefslogtreecommitdiffstats
path: root/editor/dependency_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-8/+8
* Texture refactorJuan Linietsky2020-02-111-6/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-1/+0
* Fix the dependency error dialog being too small on hiDPI displaysHugo Locurcio2019-10-121-1/+1
* Improve localizationSayan Nandan2019-07-061-1/+1
* Minor enhancements to the dependency editorMichael Alexsander Silva Dias2019-06-151-20/+20
* Add tooltip for the dependencies buttons in the orphan explorer dialogMichael Alexsander Silva Dias2019-06-061-1/+1
* Merge pull request #27707 from Calinou/tweak-message-wordingRémi Verschelde2019-04-301-2/+2
|\
| * Improve wording of various messages and make casing more consistentHugo Locurcio2019-04-211-2/+2
* | Allow default audio bus layout modificationlupoDharkael2019-04-051-1/+5
|/
* Fix deleting properties after deleting filesqarmin2019-03-161-2/+16
* Fix error when deleting default environmentqarmin2019-02-201-1/+5