summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2022-01-27Merge pull request #57290 from ↵Rémi Verschelde
IgorKordiukiewicz/fix-tile-map-editor-not-disappearing
2022-01-27Merge pull request #57281 from Rubonnek/rename-subsequenceRémi Verschelde
2022-01-27Merge pull request #57295 from TokageItLab/fix-blendspace2d-discreteRémi Verschelde
2022-01-27More time parameters change type float to doubleSilc 'Tokage' Renew
2022-01-27Improve 2D editor's right-click menukobewi
2022-01-27Fixes TileMap editor not disappearingIgor Kordiukiewicz
2022-01-26Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez
2022-01-26Rename VoxelGI editor bake actions from "GI Probe" to "VoxelGI"Hugo Locurcio
2022-01-26Merge pull request #54822 from KoBeWi/sortucesRémi Verschelde
2022-01-26Allow sorting tileset sourceskobewi
2022-01-26Fix lightmap size hint option not displaying for 3D scenesHugo Locurcio
This also renames the Static Lightmaps option hint to be more explicit about which GI techniques are supported (as VoxelGI/SDFGI can still be used with Static Lightmaps).
2022-01-25SpriteFramesEditor Incorrect texture type fixkleonc
2022-01-25Fix crash after renaming an animation nodeHaoyu Qiu
2022-01-24Fix 2D Pan Toolkobewi
2022-01-24Fix translation with multiple sources for the same language.bruvzg
Remove unnecessary locale length checks. Add "C" -> "en" locale remap.
2022-01-24[Editor] Do not update editor help theme, if calculated margin hasn't changed.bruvzg
2022-01-23Merge pull request #57029 from timothyqiu/disable-script-editor-menuRémi Verschelde
2022-01-23Minor tweaks and fixes to panningkobewi
2022-01-23Merge pull request #57012 from Calinou/editor-add-new-script-textfile-shortcutsRémi Verschelde
2022-01-23[Editor] Disable contextual alternates (coding ligatures) outside of code ↵bruvzg
editor.
2022-01-23Merge pull request #57000 from KoBeWi/UNLIMITED_PANNINGRémi Verschelde
2022-01-23Merge pull request #56474 from brennengreen/keying-boundsRémi Verschelde
2022-01-23Merge pull request #35508 from Calinou/editor-help-references-use-code-fontRémi Verschelde
2022-01-23Merge pull request #57056 from Chaosus/vs_fix_defaultsRémi Verschelde
2022-01-23Merge pull request #57060 from KoBeWi/you_have_1_completion_requestRémi Verschelde
2022-01-22Add usage of indeterminate checkboxes to editorkobewi
2022-01-22SpriteFramesEditor Show AtlasTexture's source texture path in the frame's ↵kleonc
tooltip
2022-01-22Remove transform input from fog mode in visual shadersYuri Roubinsky
2022-01-22Rename request_code_completion signalkobewi
2022-01-22Fix default input port hints for some modes in visual shaderYuri Roubinsky
2022-01-22Fix missing VoxelGI 3D editor gizmo iconHugo Locurcio
2022-01-21Use a fixed-width font for internal references in the editor helpHugo Locurcio
Since internal references are often written in scripts, it makes sense to use a fixed-width font for them.
2022-01-21Add ViewPanner to 2D editorkobewi
2022-01-21Fix icon in drag preview of scripts/docsMichael Alexsander
2022-01-21Merge pull request #57036 from timothyqiu/groups-editorRémi Verschelde
2022-01-21Improve Groups dock panel and the Group EditorHaoyu Qiu
2022-01-21Merge pull request #57032 from timothyqiu/assetlib-network-settingsRémi Verschelde
2022-01-21Update AssetLib network settings when Editor Settings changeHaoyu Qiu
2022-01-21Fixed target which connected animation player, follow up #55066Silc 'Tokage' Renew
2022-01-21Disable ScriptEditor's menu items when they do nothingHaoyu Qiu
2022-01-20Add shortcuts for New Script and New Text File in the script editorHugo Locurcio
These default to Ctrl + N and Ctrl + Shift + N respectively, and will only work while the script editor is focused. When the script editor is not focused, a new scene (or inherited scene) will be created instead.
2022-01-20Merge pull request #51452 from omar-polo/fix-macrosRémi Verschelde
2022-01-20Merge pull request #55066 from trollodel/less_singletons_in_editornodeRémi Verschelde
2022-01-20Merge pull request #52134 from RandomShaper/fix_namingRémi Verschelde
2022-01-20Merge pull request #36198 from Calinou/code-font-jetbrains-monoRémi Verschelde
2022-01-20Merge pull request #52690 from nsrCodes/batch-rename-preview-wrapRémi Verschelde
2022-01-20Rename or refactor macros to avoid leading underscoresOmar Polo
These are not used consistently and some can conflict with system-specific defines. While here, also delete some unused macros.
2022-01-20Merge pull request #56980 from KoBeWi/handled_key_inputRémi Verschelde
2022-01-20Store panels and docks singletons in their own classestrollodel
2022-01-20Rename Variant::is_ref() to is_ref_counted()Pedro J. Estébanez