summaryrefslogtreecommitdiffstats
path: root/editor/project_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add the About dialog to the project managerHugo Locurcio2021-04-161-6/+18
* Strip leading/trailing whitespace for project name in the project managerHugo Locurcio2021-04-141-9/+10
* Merge pull request #47200 from LightningAA/delete-from-project-manager-4.0Rémi Verschelde2021-04-061-6/+21
|\
| * Add the ability to remove project contents from the remove project dialogLightning_A2021-03-201-6/+21
* | Merge pull request #47636 from qarmin/inputRémi Verschelde2021-04-051-0/+2
|\ \
| * | Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* | | Automatically focus the Search field when displaying asset libraryHugo Locurcio2021-04-051-2/+14
|/ /
* | Merge pull request #42890 from Ev1lbl0w/bugfix-import-zipRémi Verschelde2021-04-011-17/+10
|\ \
| * | Allow Godot to import .ZIP files with non-regular structureEv1lbl0w2020-10-191-17/+10
* | | Fixes project manager window size scalingKyle2021-03-261-2/+4
* | | Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-1/+1
* | | Fix project icon size in Project ManagerHaoyu Qiu2021-03-201-1/+1
| |/ |/|
* | Reorganize Project Settingsreduz2021-02-181-5/+5
* | Merge pull request #45910 from Ansraer/default-scale-highres-monitorRémi Verschelde2021-02-141-0/+4
|\ \
| * | Adjust auto scale on high res displaysAnsraer2021-02-121-0/+4
* | | Display loading text while the project manager is loadingHugo Locurcio2021-02-071-7/+10
|/ /
* | Import zip via drag and drop in project manager.Fabio Alessandrelli2021-02-031-0/+5
* | Merge pull request #45648 from Kanabenki/check-project-manager-dirsRémi Verschelde2021-02-021-5/+23
|\ \
| * | Check default project and autoscan directories exist on project manager startupKanabenki2021-02-021-5/+23
* | | Make the Open Project Folder button more visible in the project managerHugo Locurcio2021-02-011-3/+2
|/ /
* | Tweak the "Auto" editor setting hints to be more indicativeHugo Locurcio2021-01-181-0/+2
* | Split OS::execute into two methodsMarcel Admiraal2021-01-091-14/+5
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-4/+4
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* | Rename Control margin to offsetMarcel Admiraal2020-12-231-7/+7
* | Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-38/+38
* | Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-7/+7
* | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-3/+3
|\ \
| * | Implement new shortcuts system.Eric M2020-11-231-3/+3
* | | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-8/+24
|/ /
* | Allow to open multiple projects when some are not imported or without main sc...Rafał Mikrut2020-11-181-2/+2
* | Merge pull request #43479 from Calinou/use-low-editor-scale-autoRémi Verschelde2020-11-161-4/+16
|\ \
| * | Use 75% editor scale on small displays automaticallyHugo Locurcio2020-11-161-4/+16
* | | Allow creating projects in non-empty folders with a confirmation popupAaron Franke2020-11-101-9/+27
|/ /
* / Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
|/
* Rename the ".import" folder to ".godot/imported"Aaron Franke2020-09-281-1/+2
* i18n: Sync translations with WeblateRémi Verschelde2020-09-081-0/+1
* Merge pull request #41589 from sburris0/masterRémi Verschelde2020-09-031-1/+1
|\
| * Make blank project name create an error, not a warningSpencer Burris2020-08-281-1/+1
* | Change the "remove missing" button to disabled rather than hiddenAaron Franke2020-08-311-1/+2
* | Fix not saving new filter orderStijn Hinlopen2020-08-291-23/+16
|/
* Refactor project filter in Project ManagerStijn Hinlopen2020-08-271-311/+239
* Create default_env.tres with the same format used to save itRaul Santos2020-08-101-1/+3
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-3/+3
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Keep debug & verbose options after loading project from project managerPouleyKetchoupp2020-07-091-0/+8
* [macOS] Implement seamless display scaling.bruvzg2020-07-041-5/+2
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-1/+0
* Fixed "Favourite Project" button in Project Managerhilfazer2020-06-131-4/+0