summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2022-12-22Merge pull request #70413 from Koyper/rtl_rename_remove_lineRémi Verschelde
[RTL] Rename remove_line() to remove_paragraph() for naming consistancy.
2022-12-21Do not add child twice and set initial focusMarius Hanl
2022-12-21Renamed RTL remove_line() to remove_paragraph().Koyper
2022-12-21Merge pull request #70410 from Maran23/4-x-search-result-theme-updateRémi Verschelde
Rebuild search result tree when the theme is changed
2022-12-21Merge pull request #70360 from dustinsth/fix_import_dialog_textRémi Verschelde
Fix overlapping text in Advanced Import Settings action dialogs.
2022-12-21Merge pull request #70261 from Maran23/4-x-editor-inspector-section-clickRémi Verschelde
EditorInspectorSection is not (un)folded when clicking under the font
2022-12-21Merge pull request #70398 from Sauermann/fix-esc-input-focusRémi Verschelde
Fix closing project setting window with ESC while listening for input
2022-12-21Merge pull request #70353 from twaritwaikar/remove-vsc-project-pathRémi Verschelde
VCS: Remove `project_path` VCS property, let plugins decide
2022-12-21Merge pull request #68894 from souplamp/editor-layout-saveRémi Verschelde
Improve editor layout dialog with input context, window sizing based on editor scale
2022-12-21Rebuild search result tree when the theme is changedMarius Hanl
2022-12-21Fix closing project setting window with ESC while listening for inputMarkus Sauermann
This is done by disallowing ESC to be used for closing the window while the filter-LineEdit is focused.
2022-12-21Merge pull request #70350 from Chaosus/stringname_operatorRémi Verschelde
Add missing != operator to `StringName`
2022-12-21Merge pull request #70374 from twaritwaikar/add-confirm-dialog-discard-changesRémi Verschelde
VCS: Add a stern confirmation dialog before discarding all changes
2022-12-21Merge pull request #67922 from MrBlockers/asr-addstream-fixesRémi Verschelde
Add optional stream argument to AudioStreamRandomizer.add_stream
2022-12-21Merge pull request #70381 from Maran23/4-x-theme-inspector-updateRémi Verschelde
Queue inspector tree update when changing the theme
2022-12-21Merge pull request #70317 from HolonProduction/svg_assetsRémi Verschelde
Add support for svg images in the asset lib.
2022-12-21VCS: Remove method binds that are not being used in VersionControlEditorPluginTwarit Waikar
2022-12-21Queue inspector tree update when changing the theme.Marius Hanl
2022-12-20Add optional arguments to AudioStreamRandomizerMrBlockers
Adds stream and weight parameters to add_stream. By default, weight is 1.0f.
2022-12-21VCS: Add a stern confirmation dialog before discarding all changesTwarit Waikar
2022-12-20Fix overlapping text in Advanced Import Settings action dialogs.dustinsth
2022-12-20Disable properties that don't have an effect in the advanced audio importerMarcus Elg
2022-12-20VCS: Remove `project_path` VCS property, let plugins decideTwarit Waikar
2022-12-20Add support for svg images in the asset lib.HolonProduction
Pixel based image formats are identified by magic numbers. This is not possible with svg therefore svg parsing is tried and if it succeeded the result is used. WebP and bmp support is added as well. But I could not test it as I am not able to run a local instance of the asset lib and there is no asset using those formats.
2022-12-20Add missing != operator to `StringName`Yuri Rubinsky
2022-12-20Merge pull request #70342 from twaritwaikar/fix-vcs-bindingsRémi Verschelde
VCS: Fix GDExtension return types for VCS after Array type hardening
2022-12-20VCS: Fix GDExtension return types for VCS after Array type hardeningTwarit Waikar
2022-12-20Merge pull request #70304 from MarcusElg/audioimportnamingRémi Verschelde
Fix inconsistent audio import menu naming
2022-12-20Merge pull request #70170 from TokageItLab/fix-anim-keying-crashRémi Verschelde
Make keys deselected when keying property for animation to avoid crash
2022-12-19Fix inconsistent audio import menu namingMarcus Elg
2022-12-19Merge pull request #70100 from Chaosus/fix_missing_editor_plugin_gdclassesRémi Verschelde
Fix missing GDCLASS headers in the editor preview plugins
2022-12-19Merge pull request #70238 from kleonc/tile-set-simplify-isometric-tile-polygonRémi Verschelde
`TileSet` Simplify isometric tile shape polygon to 4 vertices
2022-12-19Merge pull request #70264 from KoBeWi/layedulateRémi Verschelde
Use layer's modulate for tile previews
2022-12-19TileSet Simplify tile shape polygonskleonc
2022-12-18Merge pull request #70250 from Chaosus/fix_audio_stream_editorYuri Rubinsky
2022-12-18Use layer's modulate for tile previewskobewi
2022-12-18EditorInspectorSection is not folded when clicking under the fontMarius Hanl
2022-12-18Prevent showing AudioStream preview for non-WAV typesYuri Rubinsky
2022-12-18Add a dialog for customizing FBX importreduz
* If FBX files are found, a dialog will pop up asking to configure FBX2glTF. * Dialog can also be accessed by going Editor -> Configure FBX Import. * The dialog also shows a link to click to download the converter, which should contain instructions.
2022-12-18Merge pull request #70223 from KoBeWi/condition_of_arguable_usefulnessRémi Verschelde
Remove unnecessary condition
2022-12-17Remove unnecessary conditionkobewi
2022-12-17Fix Navigation API abbreviations inconsistencysmix8
Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav".
2022-12-17Merge pull request #30675 from zaksnet/link-button-link-propRémi Verschelde
Add a `uri` property to `LinkButton`
2022-12-17Merge pull request #70074 from Chaosus/restore_audio_stream_editorRémi Verschelde
Restore `AudioStreamEditor` class to fix playable sound previews
2022-12-17Merge pull request #70202 from ↵Rémi Verschelde
Calinou/viewport-transparent-background-rename-project-setting Move transparent background project setting to a subsection
2022-12-17Move transparent background project setting to a subsectionHugo Locurcio
This prevents the project setting from being located directly within a root category, which is confusing from an UX perspective in the project settings editor.
2022-12-17Add `uri` property for LinkButtonZak
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2022-12-17Defer `EditorInspector::update_tree` to the process stage to improve performanceRindbee
`EditorInspector::update_tree` is expensive, so defer the call to the process phase to prevent multiple calls in a single frame (when switching scene tabs).
2022-12-17Make keys deselected when keying property for animation to avoid crashSilc 'Tokage' Renew
2022-12-16Fix String::word_wrap() for long wordsHaoyu Qiu
- Changes `TextServer.string_get_word_breaks()` - Returns pairs of boundary start and end offsets - Accepts `chars_per_line` to return line breaks - Removes `String::word_wrap()` Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>