summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Expand)Author
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-05-17Fix crash after disabling plugin using set_force_draw_over_forwarding_enabled()kleonc
2021-05-16Merge pull request #48605 from sent44/scripteditor_get_codeeditRémi Verschelde
2021-05-15Add get_base_editor to ScriptEditorBasesent44
2021-05-15Merge pull request #48724 from Calinou/editor-help-add-support-buttonRémi Verschelde
2021-05-15Merge pull request #48707 from foxydevloper/filesystem_search_shortcutRémi Verschelde
2021-05-15Add "Support Godot Development" option to the editor's Help menuHugo Locurcio
2021-05-14i18n: Sync translations with WeblateRémi Verschelde
2021-05-14Merge pull request #45716 from dalexeev/proposal-1545Rémi Verschelde
2021-05-14Improve Project Settings EditorDanil Alexeev
2021-05-14Merge pull request #48667 from pycbouh/editor-respect-custom-themesRémi Verschelde
2021-05-14Merge pull request #48584 from Zami77/remove-plugin-from-enabled-if-errorRémi Verschelde
2021-05-13Make shortcut for focusing searchbar in filesystem dockfox
2021-05-13Merge pull request #48666 from LLschuster/masterRémi Verschelde
2021-05-13text-editor: fix Clicking warning doesn't center around linellschuster
2021-05-12Keep custom editor theme when changing editor settingsYuri Sizov
2021-05-12Fix EditorPropertyEasing capturing drag events originated outside of itYuri Sizov
2021-05-12Add outlines and contrasting backgrounds to the editor UI elementsYuri Sizov
2021-05-10Fix small issues with capitalization in the new TileMap editorMichael Alexsander
2021-05-09Remove plugin from enabled if there's an errorDaniel Lungaro
2021-05-09Merge pull request #48534 from Calinou/editor-theme-allow-negative-contrastRémi Verschelde
2021-05-09Merge pull request #46808 from pycbouh/theme-editor-better-create-uiRémi Verschelde
2021-05-09Merge pull request #48582 from Calinou/editor-resource-preview-fix-focus-outlineRémi Verschelde
2021-05-09Merge pull request #48574 from Calinou/editor-add-new-scene-shortcutsRémi Verschelde
2021-05-09Fix EditorPropertyResource focus outline being drawn behind the previewHugo Locurcio
2021-05-09Save the current script when pressing Ctrl + S if no scene is openHugo Locurcio
2021-05-09Add shortcuts for New Scene and New Inherited Scene actionsHugo Locurcio
2021-05-09Refactor Create Theme menu in Theme EditorYuri Sizov
2021-05-07Merge pull request #48535 from groud/tiles_squashedRémi Verschelde
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière
2021-05-07Tweak the setting hint for the custom editor theme settingHugo Locurcio
2021-05-07Allow negative contrast values in the editor theme settingsHugo Locurcio
2021-05-07Merge pull request #47530 from likeich/add_instance_child_shortcutRémi Verschelde
2021-05-07Merge pull request #48521 from likeich/remove_extra_separatorRémi Verschelde
2021-05-07Merge pull request #33577 from Calinou/highlight-control-flow-keywordsRémi Verschelde
2021-05-07Merge pull request #48491 from dalexeev/action-map-editorRémi Verschelde
2021-05-07Merge pull request #48466 from EricEzaM/output-log-save-stateRémi Verschelde
2021-05-07Implement the `%command%` placeholder in the Main Run Args settingHugo Locurcio
2021-05-06Remove extra separatorKyle
2021-05-06Fixed cut/copy/paste visibilityKyle
2021-05-06Merge pull request #45607 from Calinou/improve-editor-themeRémi Verschelde
2021-05-06Merge pull request #44831 from gongpha/dont-update-tree-if-selectedRémi Verschelde
2021-05-06Merge pull request #42416 from Calinou/editor-make-function-save-scriptRémi Verschelde
2021-05-06Merge pull request #37700 from Calinou/rename-ip-unix-tcp-serverRémi Verschelde
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-05-06Fix blank line at start of Editor Log (reinstate #44909)Eric M
2021-05-05Save the current script when adding a new method via signal connectionHugo Locurcio
2021-05-05Highlight control flow keywords with a different colorHugo Locurcio
2021-05-05Improve ActionMapEditorDanil Alexeev
2021-05-06Made Editor Log buttons save their state, per project.Eric M