summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-08-12Merge pull request #31315 from fstiewitz/fix-find-in-files-crashRémi Verschelde
Fix crash on right click in "Find in Files" panel
2019-08-12Merge pull request #31179 from KoBeWi/code_editor_magicRémi Verschelde
Add Evaluate Selection option to Script Editor
2019-08-12fix(find_in_files): crash when selecting with RMBFabian Stiewitz
in replace mode, if no search result has been selected and RMB is pressed on a checkbox, the editor crashes in editor/find_in_files.cpp:712 because item is NULL
2019-08-12Merge pull request #31251 from YeldhamDev/text_editor_goto_fullRémi Verschelde
Move "Go to Line..." from "Edit" to "Go To" in text editor
2019-08-12Merge pull request #31249 from Calinou/tweak-multiline-text-popup-sizeRémi Verschelde
Tweak the size of the multiline text edit popup dialog
2019-08-12Merge pull request #31247 from YeldhamDev/theme_editor_fixupRémi Verschelde
Minor fixups to the theme editor
2019-08-10Adds support for undo/redo for in-editor color pickermiwanczuk
2019-08-09Move "Go to Line..." from "Edit" to "Go To" in text editorMichael Alexsander Silva Dias
2019-08-09Tweak the size of the multiline text edit popup dialogHugo Locurcio
This caps its size on large displays. This in turn prevents lines from becoming very long, which could hamper text readability.
2019-08-09Minor fixups to the theme editorMichael Alexsander Silva Dias
2019-08-09Improve node Change Type optionTomasz Chabora
2019-08-09Merge pull request #31225 from YeldhamDev/editor_help_matchesRémi Verschelde
Show matches found when searching the docs
2019-08-09Merge pull request #31223 from creikey/fix-csg-crashRémi Verschelde
Button object used after pressed is called
2019-08-09Merge pull request #31222 from YeldhamDev/editplugins_cosmetic_changesRémi Verschelde
Minor cosmetic changes in some editor plugins
2019-08-09Merge pull request #31220 from YeldhamDev/goto_single_menuRémi Verschelde
Move "Go to Function/Line" to "Go To" menu
2019-08-09Show matches found when searching the docsMichael Alexsander Silva Dias
2019-08-09Merge pull request #31193 from creikey/cpuparticles-gizmoRémi Verschelde
Add particles icon to CPUParticles
2019-08-08Button object used after pressed is calledCameron Reikes
- by queueing for deletion node can call own cleanup methods
2019-08-08Minor cosmetic changes in some editor pluginsMichael Alexsander Silva Dias
2019-08-08Move "Go to Function/Line" to "Go To" menuMichael Alexsander Silva Dias
2019-08-08Add particles icon to CPUParticlesCameron Reikes
2019-08-08Merge pull request #31042 from iwek7/fixColorPickerInEditorRémi Verschelde
Fixes color picker in code editor - it now only changes one color
2019-08-08Merge pull request #31212 from YeldhamDev/script_editor_icon_updateRémi Verschelde
Update icons in script editor when theme changes
2019-08-08Fix incorrect search member in visual shadersYuri Roubinski
2019-08-08Fixes color picker in code editor - now it only changes one coloriwek7
2019-08-08Update icons in script editor when theme changesMichael Alexsander Silva Dias
2019-08-08Merge pull request #31087 from Calinou/editor-improve-light-theme-colorsRémi Verschelde
Improve light theme colors in the editor for better readability
2019-08-08Merge pull request #31178 from Chaosus/vs_copy_between_graphsRémi Verschelde
Allow copy/paste nodes between vertex/fragment/light modes in vshaders
2019-08-08Merge pull request #31196 from bojidar-bg/31115-asset-library-save-errorRémi Verschelde
Handle all download errors in the asset library
2019-08-08Handle all download errors in the asset libraryBojidar Marinov
Addresses part of #31115
2019-08-07Fix error when going to a text file by clicking in a result from "Find in files"Michael Alexsander Silva Dias
2019-08-08Add Evaluate Selection option to Script EditorTomasz Chabora
2019-08-07Allow copy/paste nodes between vertex/fragment/light modes in visual shadersYuri Roubinski
2019-08-07Merge pull request #31077 from qarmin/coverity_bugsRémi Verschelde
Change some code proposed by Coverity and Cppcheck
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-08-07Merge pull request #31173 from sparkart/search_in_tscnRémi Verschelde
Fix Find in Files Not Working Properly
2019-08-07Merge pull request #30804 from hbina/fix_issue_30160Rémi Verschelde
Fixed crash when making subresource unique in inspector dock
2019-08-06Fix Find in Files Not Working ProperlyEmmanuel Barroga
When using the "Find in Files" option to search in non-script files (e.g. .tscn), the search does not work properly.
2019-08-07Merge pull request #31057 from Chaosus/vs_mix_improvementsRémi Verschelde
Some improvements to Mix visual shader function
2019-08-06add forgotten calls to inspector_dock->update(...).Hanif Bin Ariffin
I believe many calls to the said function was mistakenly left out leading to InspectorDock having a pointer to deleted values. As such, this commit introduces many such calls to inspector_dock where I believe is appropriate...
2019-08-06Merge pull request #31121 from willnationsdev/plugin-select-editorRémi Verschelde
Let EditorPlugins set editor/distraction-free mode
2019-08-06Let EditorPlugins set editor/distraction-free modeWill Nations
2019-08-06Tweak range steps in the animation editorHugo Locurcio
This makes the step of the "frame" SpinBox larger, so that clicking on the SpinBox arrows will make the number increase in a visible manner. Previously, the full number was being cut off due to the SpinBox being narrow. This also makes the "step" SpinBox allow for more precise input.
2019-08-06Some improvements to Mix visual shader functionYuri Roubinski
2019-08-06Improve snapping in the animation editorHugo Locurcio
Snapping can now be toggled temporarily by holding the Ctrl key. Toggling timeline snapping is now done with the "Snap" checkbox rather than by setting the animation's "Step" setting to 0. The timeline cursor can no longer exit the animation's boundaries if the animation's "Step" is set to 0.
2019-08-05Merge pull request #31116 from sparkart/add_quit_shortcutRémi Verschelde
Add Shortcut Settings for Quitting Editor
2019-08-05Add Shortcut Settings for Quitting EditorEmmanuel Barroga
Adds the ability to change the shortcut keys in Editor Settings for quitting the editor.
2019-08-05Remove Editor dependency from SceneTreemerumelu
2019-08-05Merge pull request #31081 from Calinou/animation-editor-larger-keyframesRémi Verschelde
Make keyframes easier to select in the animation editor
2019-08-05Fix opening of sub-resource properties in visual shadersYuri Roubinski