summaryrefslogtreecommitdiffstats
path: root/editor/project_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-051-2/+2
|\
| * Provide a getter for the project data directory.ne0fhyk2021-09-151-2/+2
* | --single-window is passed through project manager.Jacob Edie2021-09-151-0/+4
|/
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+1
* Expose Vulkan's clustered and mobile backends in the project managerHugo Locurcio2021-07-301-22/+15
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-5/+5
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-11/+10
* Implement textual ext/subresource IDs.reduz2021-07-221-3/+3
* Optimize StringName usagereduz2021-07-181-33/+33
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Merge pull request #47894 from Calinou/project-manager-add-keyboard-shortcutsRémi Verschelde2021-06-171-3/+7
|\
| * Add keyboard shortcuts to the project managerHugo Locurcio2021-04-141-3/+7
* | EditorSettings: Factor code to compute auto display scaleRémi Verschelde2021-06-161-29/+3
* | Merge pull request #48597 from Calinou/editor-scale-auto-portraitRémi Verschelde2021-06-151-3/+5
|\ \
| * | Handle portrait mode monitors in the automatic editor scale detectionHugo Locurcio2021-05-091-3/+5
* | | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
* | | Separate version hash from version number in editor and project managerAndrii Doroshenko (Xrayez)2021-06-081-1/+1
* | | Rename tabs in the project managerAaron Franke2021-06-031-2/+2
* | | Merge pull request #48770 from LightningAA/scrollcontainer-ensure-item-visibl...Rémi Verschelde2021-06-011-10/+1
|\ \ \
| * | | ScrollContainer: Expose `_ensure_focused_visible` to the APILightning_A2021-05-311-10/+1
| |/ /
* | | Change behavior of String.rightTomasz Chabora2021-05-201-2/+2
* | | Fix zip_root not being defined when importing by drag&dropEv1lbl0w2021-05-191-4/+18
* | | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-6/+6
|/ /
* | Merge pull request #47855 from aaronfranke/doubleclickRémi Verschelde2021-05-041-1/+1
|\ \
| * | Rename `doubleclick` to `double_click`Aaron Franke2021-05-041-1/+1
* | | Make it possible to copy the Godot version identifier by clicking itHugo Locurcio2021-04-281-5/+25
|/ /
* | 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