summaryrefslogtreecommitdiff
path: root/editor/project_manager.cpp
AgeCommit message (Expand)Author
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-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-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
2020-11-23Implement new shortcuts system.Eric M
2020-11-18Allow to open multiple projects when some are not imported or without main sc...Rafał Mikrut
2020-11-16Merge pull request #43479 from Calinou/use-low-editor-scale-autoRémi Verschelde
2020-11-16Use 75% editor scale on small displays automaticallyHugo Locurcio
2020-11-10Allow creating projects in non-empty folders with a confirmation popupAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-19Allow Godot to import .ZIP files with non-regular structureEv1lbl0w
2020-09-28Rename the ".import" folder to ".godot/imported"Aaron Franke
2020-09-08i18n: Sync translations with WeblateRémi Verschelde
2020-09-03Merge pull request #41589 from sburris0/masterRémi Verschelde
2020-08-31Change the "remove missing" button to disabled rather than hiddenAaron Franke
2020-08-29Fix not saving new filter orderStijn Hinlopen
2020-08-28Make blank project name create an error, not a warningSpencer Burris
2020-08-27Refactor project filter in Project ManagerStijn Hinlopen