summaryrefslogtreecommitdiff
path: root/editor/project_manager.cpp
AgeCommit message (Expand)Author
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-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
2020-08-10Create default_env.tres with the same format used to save itRaul Santos
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-07-10Add override keywords.Marcel Admiraal
2020-07-09Keep debug & verbose options after loading project from project managerPouleyKetchoupp
2020-07-04[macOS] Implement seamless display scaling.bruvzg
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-13Fixed "Favourite Project" button in Project Managerhilfazer
2020-05-30Grabbing focus on ProjectList after clicking an item.Dominik 'dreamsComeTrue' Jasiński
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-04-25Improve path search behavior discoverability in the project managerHugo Locurcio
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-26Multiple changes to DisplayServerX11Mateo Kuruk Miccino
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-21Working sky shader implementationclayjohn
2020-03-07Signals: filter_changed from ProjectListFilter now is emitted when it's on sc...Mateo Miccino
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde