summaryrefslogtreecommitdiff
path: root/editor/project_manager.cpp
AgeCommit message (Expand)Author
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
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-13fix Vulkan project descriptionMarcin Zawiejski
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-13Merge pull request #36152 from Calinou/project-manager-rename-last-modifiedRémi Verschelde
2020-02-13Disable the GLES2 renderer option in the Project ManagerHugo Locurcio
2020-02-12Rename the "Last Modified" project list sorting option to "Last Edited"Hugo Locurcio
2020-02-12Changed in-text driver name to "Vulkan"Teashrock
2020-02-11Texture refactorJuan Linietsky
2020-02-10Merge pull request #34027 from Calinou/tweak-project-manager-renderer-selectionRémi Verschelde
2020-02-10Merge pull request #35260 from Calinou/project-manager-enter-open-firstRémi Verschelde
2020-02-06Merge pull request #35892 from Calinou/project-manager-allow-hidden-filesRémi Verschelde
2020-02-06Centers icon vertically in project listHaoyu Qiu
2020-02-03Allow existing hidden files/directories when creating a new projectHugo Locurcio
2020-01-21Use a loading placeholder for project icons in the project managerHugo Locurcio
2020-01-19Only create the editor theme onceHugo Locurcio
2020-01-18Select the first project when searching in the project managerHugo Locurcio
2020-01-13Fixes the New Window option in macOS dock menuHaoyu Qiu
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-30Fix wrong project opening in some situations, hidden nodes were not reorderedMarc Gilleron
2019-12-17i18n: Sync translation template with current sourceRémi Verschelde
2019-12-16Makes more strings in editor translatableHaoyu Qiu
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-07Improve the renderer selection display in the project managerHugo Locurcio
2019-12-04Fixes translation for project sort optionsHaoyu Qiu
2019-10-24Update dock menu on project list changes, add favourites separator.bruvzg
2019-10-01Project Manager: Update template dialog position after window resizelupoDharkael
2019-09-23Don't open a project in the list if Ctrl is held while double-clickingHugo Locurcio
2019-09-23Focus the project manager's search box automatically on startupHugo Locurcio
2019-09-13Add an "hover" style to items in the project managerHugo Locurcio
2019-08-29Tweak the editor window dimming intensity, remove dim fade animationHugo Locurcio
2019-08-28Add a project description settingHugo Locurcio
2019-08-27Fixes Keyup Navigation in Project ManagerEmmanuel Barroga
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg
2019-08-22Improve the display of missing projects in the Project ManagerHugo Locurcio
2019-08-21Tweak a few strings displayed in the editor for consistencyHugo Locurcio
2019-08-20Merge pull request #31356 from Calinou/improve-project-manager-uiRémi Verschelde