Age | Commit message (Expand) | Author |
2023-02-17 | Add a custom icon for the `project.godot` file in the EditorFileDialog | Yuri Sizov |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-11-29 | Use forward-declarations in big editor classes | trollodel |
2022-09-15 | Project Manager: Clarify text in project conversion dialogs | Rémi Verschelde |
2022-09-12 | Add option to convert project from Project Manager | kobewi |
2022-08-07 | Migrate project list to separate config file. | Ryan Roden-Corrent |
2022-06-16 | Add icons to the Project Manager side buttons | FireForge |
2022-05-19 | Tweaks to improve the Project Manager display at small sizes | Aaron Franke |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-04-12 | Merge pull request #54740 from LightningAA/project-manager-sort-by-most-recen... | Rémi Verschelde |
2022-04-11 | Improvements to files_dropped signal | kobewi |
2022-04-05 | [Input] Add extra `shortcut_input` input processing step to process Unicode c... | bruvzg |
2022-03-29 | Fix lack of ProjectManager nullptr initializations | Marios Staikopoulos |
2022-02-12 | Fix Project Manager crash on exit. | bruvzg |
2022-02-12 | Use EditorFileDialog instead of FileDialog in the project manager | Hendrik Brucker |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-07 | Make "Last Modified" the default sorting order for the Project Manager | Aaron Record |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-04-28 | Make it possible to copy the Godot version identifier by clicking it | Hugo Locurcio |
2021-04-16 | Add the About dialog to the project manager | Hugo Locurcio |
2021-04-06 | Merge pull request #47200 from LightningAA/delete-from-project-manager-4.0 | Rémi Verschelde |
2021-04-05 | Automatically focus the Search field when displaying asset library | Hugo Locurcio |
2021-03-20 | Add the ability to remove project contents from the remove project dialog | Lightning_A |
2021-02-07 | Display loading text while the project manager is loading | Hugo Locurcio |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-28 | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework | Rémi Verschelde |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-11-23 | Implement new shortcuts system. | Eric M |
2020-11-10 | Allow creating projects in non-empty folders with a confirmation popup | Aaron Franke |
2020-08-29 | Fix not saving new filter order | Stijn Hinlopen |
2020-08-27 | Refactor project filter in Project Manager | Stijn Hinlopen |
2020-06-19 | Remove ToolButton in favor of Button | Hugo Locurcio |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-03-26 | Add macOS DisplayServer implementation. | bruvzg |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-12 | Rename the "Last Modified" project list sorting option to "Last Edited" | Hugo Locurcio |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-08-26 | [macOS] Add methods to modify global and dock menus. Add ability to open mult... | bruvzg |
2019-08-17 | Improve the project manager UI | Hugo Locurcio |
2019-07-21 | Project manager improvements | Marc Gilleron |
2019-06-18 | Properly sort projects by name | Tomasz Chabora |
2019-06-09 | Dim the project manager window while it's quitting | Hugo Locurcio |
2019-05-26 | Fix Segmentation fault and reduce memory consumption | Nils ANDRÉ-CHANG |
2019-04-30 | Merge pull request #25713 from qarmin/remove_all_missing_projects | Rémi Verschelde |
2019-02-19 | Fix project opening while filter is applied. | Kārlis Seņko |
2019-02-11 | Add button in Project Manager to remove all missing projects | qarmin |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-21 | ProjectManager: Warn when projects have different config_version | Rémi Verschelde |
2018-12-15 | 24303: remember sorting order in the project manager | Gleb Mineev |
2018-11-23 | Add sorting to project manager. Fixes #8794. | helenaMontenegro |