summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2023-05-12Fix another collision shape editor crashkobewi
(cherry picked from commit 01c32dffafddd52e65b8413034b2f5283523da92)
2023-04-28Fix CollisionShape2D editor crashkobewi
(cherry picked from commit e5d0bb1605e93041c7329374cccdf8290e1574e2)
2023-04-27Improve reliability of 2D shape editor redrawingkobewi
(cherry picked from commit d8e39912f8b3e52c4003791b5ea2433cf711ae34)
2023-04-26Fix inconsistent file dialog settings usageHaoyu Qiu
* Project Manager ignores display mode settings. * EditorFileDialog's default display mode and show hidden files settings are not updated when corresponding editor settings change. (cherry picked from commit 2ccc9e14563977ae9707d6511727f5d6a20b0f9b)
2023-04-26Fix `line_spacing` in code editor will not take effect immediately on changeRindbee
Previously, in CodeTextEditor, `line_spacing` was forgotten to update when the editor setting property changed. (cherry picked from commit 23d6225c1e59f33cc6cfe0df3a00961c0c93155f)
2023-04-26Add missing PhysicalBone2D iconVolTer
(cherry picked from commit 048f94f6629d5672fa9ae3b8702c22d3f07c027c)
2023-04-26Fix editor spin slider remaining editable if set read_only during an edit ↵Samuele Panzeri
and fix related animation player crash (cherry picked from commit b6abb347595faa7bad57afff1f10e8c7b8528e5d)
2023-04-26Fix layout list not resizing in editor layout dialogHaoyu Qiu
(cherry picked from commit dfc628bc548a571f1dcf6d1969b7b9c553f738e1)
2023-04-26Make `EditorPropertyLayersGrid` responsive to touch tapsFredia Huya-Kouadio
(cherry picked from commit aa7a4d56f029fb5e3a3f2f4b569047bc546bf134)
2023-04-26Validate renderer selection in project manager and change default renderer ↵clayjohn
editor setting to expose an enum to users (cherry picked from commit 48ebae7812c7dda1bbe39e419e75ba9c0c32eea7)
2023-04-26Remove wrong Ctrl from 2D editor tooltipkobewi
(cherry picked from commit 75f2d7f5c459fba21bde2ae05ffd3bc66540e83d)
2023-04-26[Image Font] Fix fractional ascent for font with odd height.bruvzg
(cherry picked from commit 41f7bb2025d3cdaf89ae4e22a906484a620d4ab2)
2023-04-26TileMap Fix rendering odd-sized tileskleonc
(cherry picked from commit c49a7feae3418d0732369b203d0bc9e28723b9db)
2023-04-24Add missing LineEdit constants in editor themekobewi
(cherry picked from commit f462efd7f11c54c5113273055c788364ef65abb5)
2023-04-24Remove unnecessary zero multiplicationsMichael Alexsander
(cherry picked from commit f057d755abdb0328113ab9472c243b94694a8b04)
2023-04-24Improve line BiDi handling, prevent crash on recursive log updates.bruvzg
(cherry picked from commit 282e4231c26c172b186a5bf22a8ba7f0337ba3d6)
2023-04-24Make EditorToaster's handler thread-safePedro J. Estébanez
(cherry picked from commit 84183f89e6d204068484c86bad3f304c6249fa48)
2023-04-24Fix OBJ mesh importer smoothing handlingkleonc
(cherry picked from commit e8900a2cac901d9b7d596af7be185eec54c7b858)
2023-04-24Change cursor consistently when panning in the 2D EditorHakim
(cherry picked from commit f4edbe634182916fd785b0897b8f309a5b9cc5ae)
2023-04-24Poll LSP/DAP clients for connection status updatesRicardo Subtil
(cherry picked from commit 4be4eeea3ac9d37fa1dc520a5bc8c57554448410)
2023-04-24Set font sizes for various styles in editor output panelHaoyu Qiu
(cherry picked from commit 2c0db8222a2e9f882040e773f3b375510ebcccc5)
2023-04-24Adjust size of some dialogskobewi
(cherry picked from commit 71011e085554c9113e5824f82fd0e505c339b3a8)
2023-04-24Fix method dialog labelkobewi
(cherry picked from commit c399d4f26c6f0836d90455defc7f2cee1d1b9678)
2023-04-24Fix connect signal dialog not allowing Unicode method nameHaoyu Qiu
(cherry picked from commit 936c9e83b4db06215554ae6f6e888324655048d8)
2023-04-24Fix #75790, where creating Ceil(Vector2) node in Visual Shader Editorfuzzy@notepc
crashes engine due to index out of bounds. (cherry picked from commit c6a45f10315d16a3434ef8ba5abb6e86c42b1e56)
2023-04-20i18n: Sync translations with WeblateRémi Verschelde
2023-04-10Initialize editor values on first launchkobewi
(cherry picked from commit b0eadcfbce3182373501ab24e62544032c4aec82)
2023-04-07gltf: Remove obsolete hack to embed gltf textures in advanced importLyuma
(cherry picked from commit bd020b7d92dc99c3713b7d1b99da691b8d1e765e)
2023-04-07Prevent color conversion of the big Godot logoYuri Sizov
Use an off-white color from the palette that we explicitly don't convert. (cherry picked from commit ce741df43dd947e926c5034ac82ce7f3e83589a5)
2023-04-07Fix some theme values affect the editor by setting a default value for the ↵Marius Hanl
theme constant 'h_separation' for MenuBar and Button and a default value for the theme color 'background_color' for TextEdit (cherry picked from commit c0905bc0af66c27f032466821ab1ea074d0e9804)
2023-04-07Improve editor state initializationkobewi
(cherry picked from commit 13c8a9890d925fccd7a7988c63bc4867ed81ddeb)
2023-04-07Properly remember snapping options per-projectkobewi
(cherry picked from commit 45b47d558473623d2ae3d11df1cbfb84fb72a1e5)
2023-04-07Re-enable script editor File menu shortcuts when the menu is hiddenJames Buck
(cherry picked from commit de49bec30e8e2fc5881871a50f9222d90aacc24f)
2023-04-07Fix commenting collapsed function issueJean-Michel Bernard
(cherry picked from commit 68ad3338ef321772903896a3a99878f0b3bd6bf3)
2023-04-07Fix off-by-one issue where Go to Line dialog shows the incorrect lineRon B. Yeh
number (one less than the actual current line). (cherry picked from commit 1e9fd10f68e462a7fc6aac84e7659d0fcb0dc0e3)
2023-04-07Fix descriptions not showing for theme propertiesajreckof
(cherry picked from commit 14140eb2d915d14f70fb34405ddbd93692a7ad33)
2023-04-07Remember directory when installing templates filekobewi
(cherry picked from commit 551b6965ece72605cbe39f26bd8ea4d0d33bba2f)
2023-04-07Use physical shortcuts for freelook navigation in the editorHakim
(cherry picked from commit 52de40310a9d98496aa3de5aaf457a7e60959b77)
2023-04-04i18n: Sync translations with WeblateRémi Verschelde
2023-04-03Add navigation renames to 3to4 convertersmix8
Adds navigation renames to 3to4 converter. (cherry picked from commit 0c1e585a1d54aa2f3356ae40b587ef18b93867e5)
2023-03-30Exposing more project settings for documentationNinni Pipping
(cherry picked from commit bd30847e5916f4ca8a855774cb32a160e690e71d)
2023-03-30Improve POT Generation dialogHaoyu Qiu
* Avoid "property not found" warnings when adding a file for the first time. * When no file is added, disable the Generate POT button instead of printing a warning. (cherry picked from commit 584136271cf92b7731f82dce22c4e99075b9b5d7)
2023-03-30Project converter: Remove Tween properties/signals from renamesRémi Verschelde
The Tween class in Godot 3 is fully incompatible with Godot 4, there's no point doing these renames. It also makes it harder to use Threen, my (currently WIP) forward-port of the Godot 3 Tween to Godot 4. (cherry picked from commit 0171037e0a32b860f60859a0da9d08c6681e690f)
2023-03-30Don't allow selecting nodes without ownerkobewi
(cherry picked from commit 2fcfef15daed68e2bcb83a706223dd8d3107290b)
2023-03-30TileSet editor AtlasMergingDialog crash fixkleonc
(cherry picked from commit c72b09639ad5a8644a1fd3bb61c5e2cca8483808)
2023-03-27Use 8×8 default grid size for TextureRegion and 2D polygon editorsHugo Locurcio
Power-of-two grid sizes are more suited to most game assets. (cherry picked from commit 0f73ef1df9c092a8d2dea2861960e708d90fbd46)
2023-03-27More i18n improvementsHaoyu Qiu
* Make placeholder in editor layout dialog translatable. * Make messages in scene import settings dialog translatable. * Mark theme override property categories for translation. (cherry picked from commit 5a5fd33e42239cb59aa34899675ca4e2a2c99106)
2023-03-27Make Add Scene button the same height as scene tabsHaoyu Qiu
(cherry picked from commit 8ab11127bcece042800ae5afada3d8a81d10e5be)
2023-03-27Fix height of subresource button in InspectorHaoyu Qiu
(cherry picked from commit 66b325b7281fcecaa2393e900ba683f42020cd08)
2023-03-27Remove disabled plugins from active pluginskobewi
(cherry picked from commit 0b8b37c35df7d0341c47d99298b4aa7f18ee60eb)