summaryrefslogtreecommitdiffstats
path: root/editor/project_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hide non-functional "Show in File Manager" buttons in Android/web editorHugo Locurcio2023-02-011-0/+5
* Merge pull request #71289 from RandomShaper/avoid_color_flashClay John2023-01-121-2/+3
|\
| * Add framework for avoidance of color flash in new windowsPedro J. Estébanez2023-01-121-2/+3
* | Merge pull request #68450 from KoBeWi/bracket_escapistRémi Verschelde2023-01-121-1/+1
|\ \
| * | Allow to escape closing brackets in CFG tagskobewi2022-11-091-1/+1
* | | Add expand modes to TextureRectkobewi2023-01-121-1/+1
| |/ |/|
* | Merge pull request #70863 from bruvzg/win_init_minRémi Verschelde2023-01-091-1/+4
|\ \
| * | Set main window min. size via Window object instead of DisplayServer to prese...bruvzg2023-01-031-1/+4
* | | Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-071-5/+4
* | | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/ /
* | Mention that the Compatibility rendering backend is work-in-progressHugo Locurcio2022-12-221-1/+1
* | Remove comma in gl_compatibility message in new project creation menuclayjohn2022-12-141-1/+1
* | Added gl_compatibility as an option to the project creation screenclayjohn2022-12-131-23/+71
* | print each migrated project path instead of always printing "migrating" when ...Nathan Franke2022-11-291-1/+2
* | Project Manager: Fix hacky code for project renameRémi Verschelde2022-11-291-17/+18
* | Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* | Rename TextureButton set_*_texture methods to set_texture_*Aaron Franke2022-11-191-1/+1
|/
* Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20Rémi Verschelde2022-11-041-2/+0
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-10/+10
* Resize project dialog only when necessaryNikola Bunjevac2022-10-111-1/+5
* Merge pull request #59382 from akien-mga/editor-acceptdialog-swap-cancel-okRémi Verschelde2022-10-111-0/+6
|\
| * Add editor setting for AcceptDialog OK/Cancel buttons positioningRémi Verschelde2022-10-051-0/+6
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-7/+7
|/
* Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-191-29/+32
* Project Manager: Clarify text in project conversion dialogsRémi Verschelde2022-09-151-23/+31
* Merge pull request #64927 from KoBeWi/three2fourRémi Verschelde2022-09-131-1/+58
|\
| * Add option to convert project from Project Managerkobewi2022-09-121-1/+58
* | project manager language OptionButton fit to longest itemNathan Franke2022-09-121-1/+2
|/
* Make `Vector2i` values paired with `EDSCALE` be just `Vector2`Michael Alexsander2022-09-081-2/+2
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-7/+7
* Merge pull request #65447 from Faless/net/4.x_ssl_to_tlsRémi Verschelde2022-09-071-1/+1
|\
| * [Net] Rename StreamPeerSSL to StreamPeerTLS.Fabio Alessandrelli2022-09-071-1/+1
* | Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-1/+1
|/
* Disable logic that triggers automatic focus gain as the Godot Editor is loadedFredia Huya-Kouadio2022-09-051-0/+4
* [macOS] Handle accelerator and click events of the global menu items separately.bruvzg2022-09-011-1/+1
* Merge pull request #64377 from Mickeon/rename-canvas-redrawRémi Verschelde2022-08-301-5/+5
|\
| * Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-5/+5
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-13/+13
|/
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-5/+5
* Merge pull request #64637 from Calinou/default-project-icon-use-svgYuri Sizov2022-08-231-2/+10
|\
| * Create a SVG default project icon in new projectsHugo Locurcio2022-08-201-2/+10
* | Merge pull request #64374 from RandomShaper/inheritable_cl_argsRémi Verschelde2022-08-221-20/+9
|\ \ | |/ |/|
| * Overhaul CLI argument forwarding to processes started by the editorPedro J. Estébanez2022-08-191-20/+9
* | Merge pull request #58059 from Calinou/tweak-default-project-icon-2Yuri Sizov2022-08-181-0/+6
|\ \ | |/ |/|
| * Tweak the default project iconHugo Locurcio2022-02-151-0/+6
* | Migrate project list to separate config file.Ryan Roden-Corrent2022-08-071-139/+114
* | Remove unused bindings in ProjectManagerKyle2022-07-301-8/+0
* | Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* | Remove Signal connect bindsJuan Linietsky2022-07-291-5/+5