summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-05-18Merge pull request #28970 from KoBeWi/a_wild_bug_appearedMax Hilbrunner
Fix saving scenes when multi-closing scene tabs
2019-05-18Fix "Open Project Data Folder" in the editorHugo Locurcio
The handling code also had to be moved as this option was moved to the Tools submenu.
2019-05-17Fix saving scenes when multi-closing scene tabsTomasz Chabora
2019-05-17Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditorMax Hilbrunner
Add feature to show spaces in code editor
2019-05-17Merge pull request #28920 from hmumm/dragging-directory-adds-it-to-scriptMax Hilbrunner
Directories can now be dragged into the script editor
2019-05-17Removed an unused and leaked CheckButton instance in theme editor pluginIbrahn Sahir
2019-05-17Merge pull request #28905 from hbina/issue_28585Rémi Verschelde
Now able to "Copy Node Path" from the Remote tab. Fixes #28585.
2019-05-17Merge pull request #28874 from YeldhamDev/toggle_onion_separateRémi Verschelde
Make "Onion Skinning" toggle its own button
2019-05-17Now able to "Copy Node Path" from Remote tab". Fixes issue 28585.hbina085
2019-05-16Merge pull request #28587 from Daw11/lanczosMax Hilbrunner
Implement Lanczos image filter
2019-05-16Merge pull request #27097 from siddharth952/masterMax Hilbrunner
Adjusts the default color for search border
2019-05-16Directories can now be dragged into the script editorHayden
2019-05-15Fix leftover connection to the "Open" signal in FileSystemDockMichael Alexsander Silva Dias
Fixes #28903.
2019-05-15Merge pull request #28873 from YeldhamDev/undo_scriptbutton_updateRémi Verschelde
Properly update script button when undoing a script addition
2019-05-14Merge pull request #27569 from Faless/net/ipv4_link_localMax Hilbrunner
Exclude link-local IPv4s from editor host list.
2019-05-14Make "Onion Skinning" toggle its own buttonMichael Alexsander Silva Dias
2019-05-13Properly update script button when undoing a script additionMichael Alexsander Silva Dias
Fixes #28870.
2019-05-13Merge pull request #28750 from YeldhamDev/filedock_rmb_inherentRémi Verschelde
Make possible to create inherited scenes via the RMB menu in the FileSystem dock
2019-05-13Merge pull request #28831 from dankan1890/spriteframes_sheet_fixRémi Verschelde
AnimatedSprite: Add from spritesheets now work as expected. Fix #28030
2019-05-12AnimatedSprite: Add from spritesheets now work as expected. Fix #28030dankan1890
2019-05-11Apply sprite frames editor FPS value correctly upon _animation_selectfreestraws
2019-05-11Make possible to create inherited scenes via the RMB menu in the FileSystem dockMichael Alexsander Silva Dias
2019-05-11Merge pull request #28807 from bojidar-bg/28798-open-filesystemRémi Verschelde
Open selected folder when pressing the "Open" option in the menu
2019-05-11Merge pull request #28742 from guilhermefelipecgs/fix_28737Rémi Verschelde
[EditorSpatialGizmo] Fix error in intersect_ray
2019-05-10Open selected folder when pressing the "Open" option in the menuBojidar Marinov
An attempt to fix #28798
2019-05-08[EditorSpatialGizmo] Fix error in intersect_rayGuilherme Felipe
2019-05-09Scroll back to top when changing directory in FileSystem dockvolzhs
Fix #26041
2019-05-08Merge pull request #28009 from kbake/output-context-menu-27543Rémi Verschelde
Adds Copy button to output panel
2019-05-08Change empty scene closing on new inherented scene to a better approachMichael Alexsander Silva Dias
2019-05-08Revert "Merge pull request #28715 from YeldhamDev/inherent_scene_close_empty"Michael Alexsander Silva Dias
This reverts commit 0f8356d43994e3b7f054ac223a6681773aeb9330, reversing changes made to 7b7a664a974e86acb6d55e31609d33cf84311b8f.
2019-05-06Merge pull request #28365 from fire/split_clip_blend_shapesRémi Verschelde
Modify ResourceImporterScene to split animations with blendshapes.
2019-05-06Make editor close empty scene when creating an inherited oneMichael Alexsander Silva Dias
Fixes #28654.
2019-05-05Implement Lanczos image filterDaw11
2019-05-03Merge pull request #28629 from YeldhamDev/findfiles_always_availableRémi Verschelde
Make "Find in Files" always available in the script editor
2019-05-03Merge pull request #28548 from YeldhamDev/check_button_disabled_iconRémi Verschelde
Add "disabled" icon for 'CheckButton'
2019-05-03Fix collapse visual shader treeChaosus
2019-05-03Merge pull request #28635 from Chaosus/fix_buildYuri Roubinsky
Fix build visual_shader_editor_plugin
2019-05-03Fix build visual_shader_editor_pluginChaosus
2019-05-02Make "Find in Files" always available in the script editorMichael Alexsander Silva Dias
2019-05-02Hide "Built-in Script" option in the script creation dialog when not possibleMichael Alexsander Silva Dias
2019-05-02Add "disabled" icon for 'CheckButton'Michael Alexsander Silva Dias
2019-05-02Make small changes to the script dialogMichael Alexsander Silva Dias
2019-05-02Fix script dialog asking for correct inheritance when not neededMichael Alexsander Silva Dias
2019-05-02Update editor_settings.cppSiddharth
Update editor_settings.cpp Update editor_themes.cpp Update editor_settings.cpp
2019-05-02Fix input entries when switching to new visual shaderChaosus
2019-05-01Merge pull request #28571 from Chaosus/fix_vs_input2Yuri Roubinsky
Added missed inputs for other modes in visual shaders
2019-05-01Added missed inputs for other modes in visual shadersChaosus
2019-05-01Fix Remove Missing Project projects on Windowsqarmin
2019-05-01Merge pull request #28455 from DrNochi/bugfix/script-dialog-path-with-spacesRémi Verschelde
Handle spaces correctly for base / parent scripts in the "New Script" dialog
2019-05-01Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde
Small fixes to static analyzer bugs