summaryrefslogtreecommitdiff
path: root/editor/project_manager.cpp
AgeCommit message (Expand)Author
2023-01-12Merge pull request #71289 from RandomShaper/avoid_color_flashClay John
2023-01-12Merge pull request #68450 from KoBeWi/bracket_escapistRémi Verschelde
2023-01-12Add framework for avoidance of color flash in new windowsPedro J. Estébanez
2023-01-12Add expand modes to TextureRectkobewi
2023-01-09Merge pull request #70863 from bruvzg/win_init_minRémi Verschelde
2023-01-07Add support for the custom initial screen for the main window, fix primary sc...bruvzg
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-03Set main window min. size via Window object instead of DisplayServer to prese...bruvzg
2022-12-22Mention that the Compatibility rendering backend is work-in-progressHugo Locurcio
2022-12-14Remove comma in gl_compatibility message in new project creation menuclayjohn
2022-12-13Added gl_compatibility as an option to the project creation screenclayjohn
2022-11-29print each migrated project path instead of always printing "migrating" when ...Nathan Franke
2022-11-29Project Manager: Fix hacky code for project renameRémi Verschelde
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-19Rename TextureButton set_*_texture methods to set_texture_*Aaron Franke
2022-11-09Allow to escape closing brackets in CFG tagskobewi
2022-11-04Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20Rémi Verschelde
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-11Resize project dialog only when necessaryNikola Bunjevac
2022-10-11Merge pull request #59382 from akien-mga/editor-acceptdialog-swap-cancel-okRémi Verschelde
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-05Add editor setting for AcceptDialog OK/Cancel buttons positioningRémi Verschelde
2022-09-19Split rendering driver project setting into renderer_name and rendering_drive...clayjohn
2022-09-15Project Manager: Clarify text in project conversion dialogsRémi Verschelde
2022-09-13Merge pull request #64927 from KoBeWi/three2fourRémi Verschelde
2022-09-12project manager language OptionButton fit to longest itemNathan Franke
2022-09-12Add option to convert project from Project Managerkobewi
2022-09-08Make `Vector2i` values paired with `EDSCALE` be just `Vector2`Michael Alexsander
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-07Merge pull request #65447 from Faless/net/4.x_ssl_to_tlsRémi Verschelde
2022-09-07[Net] Rename StreamPeerSSL to StreamPeerTLS.Fabio Alessandrelli
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov
2022-09-05Disable logic that triggers automatic focus gain as the Godot Editor is loadedFredia Huya-Kouadio
2022-09-01[macOS] Handle accelerator and click events of the global menu items separately.bruvzg
2022-08-30Merge pull request #64377 from Mickeon/rename-canvas-redrawRémi Verschelde
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-23Merge pull request #64637 from Calinou/default-project-icon-use-svgYuri Sizov
2022-08-22Merge pull request #64374 from RandomShaper/inheritable_cl_argsRémi Verschelde
2022-08-20Create a SVG default project icon in new projectsHugo Locurcio
2022-08-19Overhaul CLI argument forwarding to processes started by the editorPedro J. Estébanez
2022-08-18Merge pull request #58059 from Calinou/tweak-default-project-icon-2Yuri Sizov
2022-08-07Migrate project list to separate config file.Ryan Roden-Corrent
2022-07-30Remove unused bindings in ProjectManagerKyle
2022-07-29Swap arguments of ResourceSaver.save()kobewi
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge