Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-26 | On macOS, change some default editor shortcuts | Bernhard Liebl | |
2017-12-25 | Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problem | Noshyaar | |
Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys) | |||
2017-12-25 | Merge pull request #14847 from YeldhamDev/3d_viewport_save | Noshyaar | |
Fixes for the Spatial Editor's Perspective options and dead code cleaning | |||
2017-12-25 | Merge pull request #14853 from MattUV/context-menu | Noshyaar | |
Adds an option to move cursor with right click in TextEdit | |||
2017-12-25 | Merge pull request #14846 from carlosfvieira/weird_gizmo_ortho | Noshyaar | |
Fixes gizmo huge scale immediately after change to orthogonal view | |||
2017-12-25 | Merge pull request #14732 from AndreaCatania/jgizmo | Noshyaar | |
Fixed joint gizmos drawing orientations | |||
2017-12-25 | Merge pull request #14827 from RayKoopa/editor_patchwork | Noshyaar | |
Some Editor UI patchwork | |||
2017-12-25 | Merge pull request #14808 from YeldhamDev/script_editor_fixes | Noshyaar | |
Some fixes for the Script Editor and dead code cleaning. | |||
2017-12-25 | Merge pull request #14908 from YeldhamDev/dialog_changes | Noshyaar | |
Fixes and modifications for some dialogs | |||
2017-12-24 | Added default close and title color to editor themed graph nodes | Daniel J. Ramirez | |
2017-12-23 | Add more translatable text for editor plugins. | geequlim | |
2017-12-23 | Fixed joint gizmos orientations | AndreaCatania | |
2017-12-23 | ProjectManager: enhance dialog ok button text | Poommetee Ketson | |
2017-12-21 | Merge pull request #14913 from poke1024/tooltip-shortcut-names | Rémi Verschelde | |
Consistent display of shortcut names in tooltips | |||
2017-12-21 | Consistent display of shortcut names in tooltips | poke1024 | |
2017-12-22 | Fix open directory in FileSystem dock | volzhs | |
2017-12-21 | Fixes 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-21 | Fix 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-20 | Merge pull request #14874 from volzhs/blurry-zoom | Rémi Verschelde | |
Fix blurry after zooming | |||
2017-12-20 | EditorSettings: Move scene tab options to their dedicated category | Rémi Verschelde | |
Fixes #14870. | |||
2017-12-20 | i18n: Sync translation templates with current source | Rémi Verschelde | |
2017-12-20 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Adds Icelandic and Tamil. | |||
2017-12-21 | Fix blurry after zooming | volzhs | |
2017-12-20 | Adds an option to move cursor with right click in TextEdit | MattUV | |
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-20 | Fixes 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 #14836 | Carlos Vieira | |
2017-12-19 | Good while it lasted, restored full 3D for 2D viewport, as required for ↵ | Juan Linietsky | |
Canvas BG mode. Fixes #14540 | |||
2017-12-19 | Limit code editor minimum width, clear Scene node subresource menu before ↵ | Ray Koopa | |
refilling it | |||
2017-12-19 | Fixed bug where all file dialogs requested thumbnails even if hidden. | Juan Linietsky | |
2017-12-19 | Should no longer crash after rebaking, may be a solution to #14795 | Juan Linietsky | |
Not sure if this is the same problem, as reported, please test. | |||
2017-12-18 | Add method_descr again because it's required for classes that | Guilherme Felipe | |
don't have public methods. revert #14814 | |||
2017-12-18 | Fix doc methods not showing up | Guilherme Felipe | |
2017-12-18 | Fix bug in previous commit | Rémi Verschelde | |
2017-12-18 | Prevent infinite loop in export template manager | Rémi Verschelde | |
2017-12-18 | Fix installing export templates from file | Onur Aslan | |
3de20641f5690aba7551da5c592a79d44af54fef did break installing export templates from file. This patch is fixing it. | |||
2017-12-18 | Some fixes for the Script Editor and dead code cleaning. | Michael Alexsander Silva Dias | |
2017-12-18 | Use a different strategy for path remaps, try loading from a remap file instead. | Juan Linietsky | |
This ensures multiple PCK exports still work. | |||
2017-12-18 | doc: Sync classref with current source | Rémi Verschelde | |
2017-12-17 | Merge pull request #14754 from willnationsdev/dictionary-copy | Rémi Verschelde | |
Added 'duplicate' function for Dictionary in C++ and API. | |||
2017-12-17 | Dictionary::copy -> ::duplicate | Will Nations | |
2017-12-17 | Merge pull request #14786 from djrm/pr_fixes | Rémi Verschelde | |
Expose Range, ScrollBar and Slider as virtual. | |||
2017-12-17 | Merge pull request #14782 from djrm/pr_visual_improvements | Rémi Verschelde | |
Now every variant type has its icon. | |||
2017-12-17 | Merge pull request #14779 from RayKoopa/setting_ui_design | Rémi Verschelde | |
Implement settings dialog UI ideas | |||
2017-12-17 | Expose Range, ScrollBar and Slider as virtual. | Daniel J. Ramirez | |
2017-12-17 | Now every variant type has its icon. | Daniel J. Ramirez | |
2017-12-17 | Merge pull request #14781 from djrm/pr_visual_improvements | Rémi Verschelde | |
General use Variant type icons, plus other icon updates. | |||
2017-12-17 | General use Variant type icons, plus other icon updates. | Daniel J. Ramirez | |
2017-12-17 | Merge pull request #14770 from volzhs/sub-resources | Rémi Verschelde | |
Show sub-resources as sub-menu | |||
2017-12-17 | Property install export templates when downloaded from http | Juan Linietsky | |
added a scale parameter for scene import |