summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-12-26On macOS, change some default editor shortcutsBernhard Liebl
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-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
2017-12-18Fix installing export templates from fileOnur Aslan
3de20641f5690aba7551da5c592a79d44af54fef did break installing export templates from file. This patch is fixing it.
2017-12-18Some fixes for the Script Editor and dead code cleaning.Michael Alexsander Silva Dias
2017-12-18Use a different strategy for path remaps, try loading from a remap file instead.Juan Linietsky
This ensures multiple PCK exports still work.
2017-12-18doc: Sync classref with current sourceRémi Verschelde
2017-12-17Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde
Added 'duplicate' function for Dictionary in C++ and API.
2017-12-17Dictionary::copy -> ::duplicateWill Nations
2017-12-17Merge pull request #14786 from djrm/pr_fixesRémi Verschelde
Expose Range, ScrollBar and Slider as virtual.
2017-12-17Merge pull request #14782 from djrm/pr_visual_improvementsRémi Verschelde
Now every variant type has its icon.
2017-12-17Merge pull request #14779 from RayKoopa/setting_ui_designRémi Verschelde
Implement settings dialog UI ideas
2017-12-17Expose Range, ScrollBar and Slider as virtual.Daniel J. Ramirez
2017-12-17Now every variant type has its icon.Daniel J. Ramirez
2017-12-17Merge pull request #14781 from djrm/pr_visual_improvementsRémi Verschelde
General use Variant type icons, plus other icon updates.
2017-12-17General use Variant type icons, plus other icon updates.Daniel J. Ramirez
2017-12-17Merge pull request #14770 from volzhs/sub-resourcesRémi Verschelde
Show sub-resources as sub-menu
2017-12-17Property install export templates when downloaded from httpJuan Linietsky
added a scale parameter for scene import