summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Expand)Author
2021-06-03Merge pull request #38430 from aaronfranke/transform3dRémi Verschelde
2021-06-03Improve the UI/UX of the Export Template Manager dialogYuri Sizov
2021-06-03Replace get_settings_dir with get_config_dir when fetching configuration pathsYuri Sizov
2021-06-03Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio
2021-06-03Rename Variant TRANSFORM to TRANSFORM3DAaron Franke
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-06-03Merge pull request #49271 from Chaosus/vs_fix_error_label_themeRémi Verschelde
2021-06-03Fix changing theme coloring for error label in VisualShader editorYuri Roubinsky
2021-06-03Merge pull request #44259 from gongpha/new-gradient-iconRémi Verschelde
2021-06-03Merge pull request #49263 from Calinou/add-occluder3d-editor-iconsRémi Verschelde
2021-06-03Add editor icons for Occluder3D and OccluderInstance3DHugo Locurcio
2021-06-03Improve radio checkboxes in the default editor themeHugo Locurcio
2021-06-02Improve axis awareness and visibility for Position2D and Position3DHugo Locurcio
2021-06-02Use bold fonts in editorreduz
2021-06-02i18n: Sync translations with WeblateRémi Verschelde
2021-06-01Merge pull request #45393 from Paulb23/code_edit_autocompleteRémi Verschelde
2021-06-01Move and expose Code Hint in CodeEditPaulb23
2021-06-01Move and expose AutoComplete in CodeEditPaulb23
2021-06-01Add comment and string tracking to CodeEditPaulb23
2021-06-01TextureRegionEditor Fix not updating on editing region with autoslice cachedkleonc
2021-06-01Merge pull request #48770 from LightningAA/scrollcontainer-ensure-item-visibl...Rémi Verschelde
2021-05-31ScrollContainer: Expose `_ensure_focused_visible` to the APILightning_A
2021-05-31Improve the layout and texts of the Editor Feature Profiles dialogYuri Sizov
2021-05-31Merge pull request #49223 from timothyqiu/plugin-config-desc-wrapRémi Verschelde
2021-05-31Merge pull request #49132 from Calinou/editor-syntax-themes-rename-defaultRémi Verschelde
2021-05-31Rename the bundled text editor themes for consistency with themesHugo Locurcio
2021-05-31Wrap description TextEdit of plugin config dialogHaoyu Qiu
2021-05-31Merge pull request #49178 from YeldhamDev/remove_dim_optionRémi Verschelde
2021-05-31Merge pull request #49157 from Chaosus/vs_billboardRémi Verschelde
2021-05-31Merge pull request #49175 from nobuyukinyuu/bind-zoom-on-positionRémi Verschelde
2021-05-31Merge pull request #49144 from aemreaydin/editor-features-collapse-resetRémi Verschelde
2021-05-31Merge pull request #49121 from KoBeWi/dropreloadRémi Verschelde
2021-05-31Merge pull request #49162 from Paulb23/fix_find_text_change_signalRémi Verschelde
2021-05-31Merge pull request #49130 from Calinou/editor-improve-audio-bus-themingRémi Verschelde
2021-05-31Merge pull request #49050 from reduz/implement-spirv-cacheRémi Verschelde
2021-05-31Implement shader cachingreduz
2021-05-28Remove `dim_editor_on_dialog_popup` from editor settingsMichael Alexsander
2021-05-28Bind CanvasItemEditor::_zoom_on_position and CanvasItemEditor::get_state to C...nobuyuki_nyuu
2021-05-28Fix FindReplaceBar text_change signal binding after replace allPaulb23
2021-05-28Added Billboard Node to Visual ShadersYuri Roubinsky
2021-05-27Fixed changing enabled classes resetting folding in manage editor features.Emre Aydin
2021-05-27Add preload() to resource path when holding Ctrlkobewi
2021-05-27Use a negative contrast setting for light editor themesHugo Locurcio
2021-05-27Improve the audio bus editor appearanceHugo Locurcio
2021-05-26Fixed console error spam (about invalid edited scene index)Yuri Roubinsky
2021-05-26Merge pull request #49060 from EricEzaM/fix-rich-text-label-and-editor-logRémi Verschelde
2021-05-26Merge pull request #49094 from madmiraal/fix-docs-3977Rémi Verschelde
2021-05-26Merge pull request #49056 from Chaosus/vs_colorYuri Roubinsky
2021-05-26Implements expandable color ports in visual shadersYuri Roubinsky
2021-05-26Update EditorResourcePreview queue_*() documentationMarcel Admiraal