summaryrefslogtreecommitdiffstats
path: root/editor/project_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Improve selection handling in the project managerYuri Sizov2023-04-041-8/+11
* Improve drawing and layout logic of the project list in the Project ManagerYuri Sizov2023-03-161-5/+26
* Improve theming support in the Project ManagerYuri Sizov2023-03-161-1/+3
* Reorganize ProjectManager code to be more idiomaticYuri Sizov2023-03-161-8/+241
* Disallow creating a project in the Home or Documents folderclayjohn2023-03-151-1/+3
* Add a custom icon for the `project.godot` file in the EditorFileDialogYuri Sizov2023-02-171-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Project Manager: Clarify text in project conversion dialogsRémi Verschelde2022-09-151-0/+1
* Add option to convert project from Project Managerkobewi2022-09-121-0/+3
* Migrate project list to separate config file.Ryan Roden-Corrent2022-08-071-1/+1
* Add icons to the Project Manager side buttonsFireForge2022-06-161-1/+4
* Tweaks to improve the Project Manager display at small sizesAaron Franke2022-05-191-0/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Merge pull request #54740 from LightningAA/project-manager-sort-by-most-recen...Rémi Verschelde2022-04-121-1/+1
|\
| * Make "Last Modified" the default sorting order for the Project ManagerAaron Record2021-11-071-1/+1
* | Improvements to files_dropped signalkobewi2022-04-111-1/+1
* | [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-1/+1
* | Fix lack of ProjectManager nullptr initializationsMarios Staikopoulos2022-03-291-30/+30
* | Fix Project Manager crash on exit.bruvzg2022-02-121-2/+6
* | Use EditorFileDialog instead of FileDialog in the project managerHendrik Brucker2022-02-121-1/+6
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* Make it possible to copy the Godot version identifier by clicking itHugo Locurcio2021-04-281-0/+2
* Add the About dialog to the project managerHugo Locurcio2021-04-161-0/+4
* Merge pull request #47200 from LightningAA/delete-from-project-manager-4.0Rémi Verschelde2021-04-061-0/+4
|\
| * Add the ability to remove project contents from the remove project dialogLightning_A2021-03-201-0/+4
* | Automatically focus the Search field when displaying asset libraryHugo Locurcio2021-04-051-0/+1
|/
* Display loading text while the project manager is loadingHugo Locurcio2021-02-071-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-1/+1
|\
| * Implement new shortcuts system.Eric M2020-11-231-1/+1
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+2
|/
* Allow creating projects in non-empty folders with a confirmation popupAaron Franke2020-11-101-0/+1
* Fix not saving new filter orderStijn Hinlopen2020-08-291-4/+3
* Refactor project filter in Project ManagerStijn Hinlopen2020-08-271-57/+22
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-1/+0
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Add macOS DisplayServer implementation.bruvzg2020-03-261-1/+0
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Rename the "Last Modified" project list sorting option to "Last Edited"Hugo Locurcio2020-02-121-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* [macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg2019-08-261-0/+2
* Improve the project manager UIHugo Locurcio2019-08-171-0/+1
* Project manager improvementsMarc Gilleron2019-07-211-8/+5
* Properly sort projects by nameTomasz Chabora2019-06-181-5/+7
* Dim the project manager window while it's quittingHugo Locurcio2019-06-091-0/+1
* Fix Segmentation fault and reduce memory consumptionNils ANDRÉ-CHANG2019-05-261-1/+1
* Merge pull request #25713 from qarmin/remove_all_missing_projectsRémi Verschelde2019-04-301-0/+4
|\
| * Add button in Project Manager to remove all missing projectsqarmin2019-02-111-0/+4