summaryrefslogtreecommitdiffstats
path: root/editor/project_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-8/+8
* Cleanup Android input on render thread settingsFredia Huya-Kouadio2024-07-091-0/+8
* Make project naming setting available in project managerkobewi2024-06-211-1/+1
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-5/+5
* Merge pull request #91953 from AThousandShips/use_normal_snameRémi Verschelde2024-05-311-1/+1
|\
| * Use `CoreStringNames::normal` in more placesA Thousand Ships2024-05-301-1/+1
* | [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-4/+4
|/
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-25/+25
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+1
* Allow loading custom ProjectSettings instancekobewi2024-04-261-6/+8
* Fix folder scan replacing project listkobewi2024-04-181-7/+4
* Add automatic checking for engine updateskobewi2024-04-151-1/+9
* [macOS] Use "expand_to_title" for the project manager.bruvzg2024-03-241-1/+65
* Automatically create folder in project manager create/import/installNathan Franke2024-03-081-3/+4
* Display the build date in the editor and when starting the engineHugo Locurcio2024-02-271-1/+8
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* Correctly handle failures to open a projectYuri Sizov2024-01-301-4/+8
* Replace empty list dialog with an integrated panelYuri Sizov2024-01-301-145/+186
* Implement a quick settings dialog for the project managerYuri Sizov2024-01-301-136/+137
* Add a network mode setting to bring the editor offlineYuri Sizov2024-01-301-23/+53
* Improve the project manager UIYuri Sizov2024-01-301-116/+184
* Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-1/+1
* Reorganize project manager codeYuri Sizov2024-01-161-2454/+492
* Reorganize code related to editor themingYuri Sizov2024-01-161-7/+6
* Update deferred calls to use Callableskobewi2024-01-091-7/+7
* Fix incorrect check on importing projectA Thousand Ships2024-01-071-26/+45
* Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\
| * Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-2/+2
* | Merge pull request #86271 from YuriSizov/pm-optimize-multiple-ways-of-scanningYuri Sizov2023-12-201-104/+89
|\ \
| * | Optimize scanning routines in the project managerYuri Sizov2023-12-201-104/+89
* | | Correctly enforce minimum window size in editorYuri Sizov2023-12-201-23/+32
|/ /
* | Merge pull request #85000 from bruvzg/ed_ui_directionYuri Sizov2023-12-191-0/+4
|\ \ | |/ |/|
| * [Editor] Add option to override editor UI layout direction.bruvzg2023-11-171-0/+4
* | Make sure `Window`'s title is respected before we compute the sizeYuri Sizov2023-11-241-6/+1
* | Fix project name being overwrite everytime `show_dialog` is calledjsjtxietian2023-11-211-3/+6
|/
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-0/+3
* Fix StringName leaks in GDExtension, core, and editor themesYuri Sizov2023-10-181-0/+4
* Handle "Enter" when the search box is focusedAlfred Reinold Baudisch2023-10-131-0/+9
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-2/+2
* Add EditorStringNames singletonkobewi2023-09-031-37/+38
* Streamline the project import workflowIgor2023-08-291-3/+17
* Project manager button rearrangementIgor2023-07-251-41/+43
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Improve text in popup warning, remove "upgrade or downgrade" textAaron Franke2023-07-101-1/+1