summaryrefslogtreecommitdiffstats
path: root/editor/dependency_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Rescan files and folders deleting themqarmin2019-02-091-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add signals for files move/delete/rename to FileSystemDockgroud2018-12-061-0/+9
* Clear application/run/main_scene if that file is deletedThomas Winderweedle2018-12-061-0/+6
* Let user fix dependencies in resourcesPedro J. Estébanez2018-11-021-3/+11
* Merge pull request #21426 from groud/add_files_to_tree_viewRémi Verschelde2018-09-201-12/+16
|\
| * Fixes favorites not updating and rename favorite_dirs to favoritesgroud2018-09-181-12/+16
* | Refactor editor icon retrievalwillnationsdev2018-09-141-26/+5
|/
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-6/+2
* fix for removing filesMarcin Zawiejski2018-05-111-13/+13