summaryrefslogtreecommitdiff
path: root/editor/project_manager.cpp
AgeCommit message (Expand)Author
2021-07-30Expose Vulkan's clustered and mobile backends in the project managerHugo Locurcio
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-22Implement textual ext/subresource IDs.reduz
2021-07-18Optimize StringName usagereduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-17Merge pull request #47894 from Calinou/project-manager-add-keyboard-shortcutsRémi Verschelde
2021-06-16EditorSettings: Factor code to compute auto display scaleRémi Verschelde
2021-06-15Merge pull request #48597 from Calinou/editor-scale-auto-portraitRémi Verschelde
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-08Separate version hash from version number in editor and project managerAndrii Doroshenko (Xrayez)
2021-06-03Rename tabs in the project managerAaron Franke
2021-06-01Merge pull request #48770 from LightningAA/scrollcontainer-ensure-item-visibl...Rémi Verschelde
2021-05-31ScrollContainer: Expose `_ensure_focused_visible` to the APILightning_A
2021-05-20Change behavior of String.rightTomasz Chabora
2021-05-19Fix zip_root not being defined when importing by drag&dropEv1lbl0w
2021-05-09Handle portrait mode monitors in the automatic editor scale detectionHugo Locurcio
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-04Merge pull request #47855 from aaronfranke/doubleclickRémi Verschelde
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
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-14Strip leading/trailing whitespace for project name in the project managerHugo Locurcio
2021-04-14Add keyboard shortcuts to the project managerHugo Locurcio
2021-04-06Merge pull request #47200 from LightningAA/delete-from-project-manager-4.0Rémi Verschelde
2021-04-05Merge pull request #47636 from qarmin/inputRémi Verschelde
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-04-05Automatically focus the Search field when displaying asset libraryHugo Locurcio
2021-04-01Merge pull request #42890 from Ev1lbl0w/bugfix-import-zipRémi Verschelde
2021-03-26Fixes project manager window size scalingKyle
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-20Add the ability to remove project contents from the remove project dialogLightning_A
2021-03-20Fix project icon size in Project ManagerHaoyu Qiu
2021-02-18Reorganize Project Settingsreduz
2021-02-14Merge pull request #45910 from Ansraer/default-scale-highres-monitorRémi Verschelde
2021-02-12Adjust auto scale on high res displaysAnsraer
2021-02-07Display loading text while the project manager is loadingHugo Locurcio
2021-02-03Import zip via drag and drop in project manager.Fabio Alessandrelli
2021-02-02Merge pull request #45648 from Kanabenki/check-project-manager-dirsRémi Verschelde
2021-02-02Check default project and autoscan directories exist on project manager startupKanabenki
2021-02-01Make the Open Project Folder button more visible in the project managerHugo Locurcio
2021-01-18Tweak the "Auto" editor setting hints to be more indicativeHugo Locurcio
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
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