summaryrefslogtreecommitdiff
path: root/editor/project_manager.h
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-29Use forward-declarations in big editor classestrollodel
2022-09-15Project Manager: Clarify text in project conversion dialogsRémi Verschelde
2022-09-12Add option to convert project from Project Managerkobewi
2022-08-07Migrate project list to separate config file.Ryan Roden-Corrent
2022-06-16Add icons to the Project Manager side buttonsFireForge
2022-05-19Tweaks to improve the Project Manager display at small sizesAaron Franke
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-12Merge pull request #54740 from LightningAA/project-manager-sort-by-most-recen...Rémi Verschelde
2022-04-11Improvements to files_dropped signalkobewi
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-03-29Fix lack of ProjectManager nullptr initializationsMarios Staikopoulos
2022-02-12Fix Project Manager crash on exit.bruvzg
2022-02-12Use EditorFileDialog instead of FileDialog in the project managerHendrik Brucker
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-07Make "Last Modified" the default sorting order for the Project ManagerAaron Record
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-04-28Make it possible to copy the Godot version identifier by clicking itHugo Locurcio
2021-04-16Add the About dialog to the project managerHugo Locurcio
2021-04-06Merge pull request #47200 from LightningAA/delete-from-project-manager-4.0Rémi Verschelde
2021-04-05Automatically focus the Search field when displaying asset libraryHugo Locurcio
2021-03-20Add the ability to remove project contents from the remove project dialogLightning_A
2021-02-07Display loading text while the project manager is loadingHugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-28Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-23Implement new shortcuts system.Eric M
2020-11-10Allow creating projects in non-empty folders with a confirmation popupAaron Franke
2020-08-29Fix not saving new filter orderStijn Hinlopen
2020-08-27Refactor project filter in Project ManagerStijn Hinlopen
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-12Rename the "Last Modified" project list sorting option to "Last Edited"Hugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg
2019-08-17Improve the project manager UIHugo Locurcio
2019-07-21Project manager improvementsMarc Gilleron
2019-06-18Properly sort projects by nameTomasz Chabora
2019-06-09Dim the project manager window while it's quittingHugo Locurcio
2019-05-26Fix Segmentation fault and reduce memory consumptionNils ANDRÉ-CHANG
2019-04-30Merge pull request #25713 from qarmin/remove_all_missing_projectsRémi Verschelde
2019-02-19Fix project opening while filter is applied.Kārlis Seņko
2019-02-11Add button in Project Manager to remove all missing projectsqarmin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-21ProjectManager: Warn when projects have different config_versionRémi Verschelde
2018-12-1524303: remember sorting order in the project managerGleb Mineev
2018-11-23Add sorting to project manager. Fixes #8794.helenaMontenegro
2018-08-11Add clear text button to LineEditŁukasz Rutkowski