summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-12-28Autotile Enhancementdamarindra
2017-12-28Merge pull request #15104 from djrm/pr_visual_improvementsNoshyaar
Minor style fixes for editor help
2017-12-27Reimport now checks source path changes and imported files and their md5, ↵Juan Linietsky
fixes #14728
2017-12-27Minor style fixes for editor helpDaniel J. Ramirez
2017-12-27Merge pull request #14991 from djrm/pr_fixesNoshyaar
Show Options Dialog for NodePath and File in clicked button position.
2017-12-27Merge pull request #15028 from YeldhamDev/editor_file_dialog_changesNoshyaar
Changes to the Editor File Dialog
2017-12-27Merge pull request #15032 from Noshyaar/prNoshyaar
EditorAbout: TTR workaround for "Project Manager" contexts
2017-12-27Merge pull request #15081 from volzhs/fix-status-fontNoshyaar
Fix text editor status font
2017-12-27Fix text editor status fontvolzhs
mistake from https://github.com/godotengine/godot/commit/15986ea343#diff-e7b153431ed956907f3ee3ef07ac59dd
2017-12-26Properly rename scenes and resources after renaming or moving files, should ↵Juan Linietsky
fix #13976 It's not tested, so please test.
2017-12-26Fix 2D editor checkboxes with a new projectGilles Roudiere
2017-12-25Add missing parameter namesPoommetee Ketson
2017-12-25Fix popup menu size in Inspector dockvolzhs
2017-12-25EditorAbout: TTR workaround for "Project Manager" contextsPoommetee Ketson
2017-12-25Changes to the Editor File Dialog.Michael Alexsander Silva Dias
2017-12-25Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problemNoshyaar
Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys)
2017-12-25Merge pull request #14847 from YeldhamDev/3d_viewport_saveNoshyaar
Fixes for the Spatial Editor's Perspective options and dead code cleaning
2017-12-25Merge pull request #14853 from MattUV/context-menuNoshyaar
Adds an option to move cursor with right click in TextEdit
2017-12-25Merge pull request #14846 from carlosfvieira/weird_gizmo_orthoNoshyaar
Fixes gizmo huge scale immediately after change to orthogonal view
2017-12-25Merge pull request #14732 from AndreaCatania/jgizmoNoshyaar
Fixed joint gizmos drawing orientations
2017-12-25Merge pull request #14827 from RayKoopa/editor_patchworkNoshyaar
Some Editor UI patchwork
2017-12-25Merge pull request #14808 from YeldhamDev/script_editor_fixesNoshyaar
Some fixes for the Script Editor and dead code cleaning.
2017-12-25Merge pull request #14908 from YeldhamDev/dialog_changesNoshyaar
Fixes and modifications for some dialogs
2017-12-24Added default close and title color to editor themed graph nodesDaniel J. Ramirez
2017-12-23Show Options Dialog for NodePath and File in clicked button position.Daniel J. Ramirez
Auto select newly created nodes.
2017-12-23Add more translatable text for editor plugins.geequlim
2017-12-23Fixed joint gizmos orientationsAndreaCatania
2017-12-23ProjectManager: enhance dialog ok button textPoommetee Ketson
2017-12-21Merge pull request #14913 from poke1024/tooltip-shortcut-namesRémi Verschelde
Consistent display of shortcut names in tooltips
2017-12-21Consistent display of shortcut names in tooltipspoke1024
2017-12-22Fix open directory in FileSystem dockvolzhs
2017-12-21Fixes and modifications for some dialogs.Michael Alexsander Silva Dias
2017-12-21-Make capture dependent on a cell size, not subdivision.Juan Linietsky
-Fixed a bug recently introduced when releasing mouse events and calling popups
2017-12-21Fix spatial editor plugin issues on multi viewport view menu shortcuts (only ↵carlosfvieira
those that are bound to keys) - this closes #14371 and closes #12409 Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys) - this closes #14371 and closes #12409
2017-12-20Merge pull request #14874 from volzhs/blurry-zoomRémi Verschelde
Fix blurry after zooming
2017-12-20EditorSettings: Move scene tab options to their dedicated categoryRémi Verschelde
Fixes #14870.
2017-12-20i18n: Sync translation templates with current sourceRémi Verschelde
2017-12-20i18n: Sync translations with WeblateRémi Verschelde
Adds Icelandic and Tamil.
2017-12-21Fix blurry after zoomingvolzhs
2017-12-20Adds an option to move cursor with right click in TextEditMattUV
Fixes #14832 - Added an option in the editor settings/cursor to make the cursor move with right click. - If the option is activated (true by default), a right click will move the cursor before displaying context menu. - If there is a selection, a right click on it will keep it selected, a right click outside it will unselect it. - The option is available in textEdit via an inspector property (or via GDScript): caret_moving_by_right_click - The option is available in the script editor and the shader editor via the editor settings - The documentation has been updated with the new property, and a few other entries in TextEdit.xml.
2017-12-20Fixes for the Spatial Editor's Perspective options and dead code cleaning.Michael Alexsander Silva Dias
2017-12-19#14619 - fixes issue 1 (gizmo huge scale) - also referred in #14836Carlos Vieira
2017-12-19Good while it lasted, restored full 3D for 2D viewport, as required for ↵Juan Linietsky
Canvas BG mode. Fixes #14540
2017-12-19Limit code editor minimum width, clear Scene node subresource menu before ↵Ray Koopa
refilling it
2017-12-19Fixed bug where all file dialogs requested thumbnails even if hidden.Juan Linietsky
2017-12-19Should no longer crash after rebaking, may be a solution to #14795Juan Linietsky
Not sure if this is the same problem, as reported, please test.
2017-12-18Add method_descr again because it's required for classes thatGuilherme Felipe
don't have public methods. revert #14814
2017-12-18Fix doc methods not showing upGuilherme Felipe
2017-12-18Fix bug in previous commitRémi Verschelde
2017-12-18Prevent infinite loop in export template managerRémi Verschelde