aboutsummaryrefslogtreecommitdiff
path: root/editor (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enhanced Toggle Visibility buttonsersoong2018-01-042-18/+36
* prevent strings from being evaluated to just "true"firefly24422017-12-301-1/+1
* Merge pull request #15117 from damarindra/masterNoshyaar2017-12-292-63/+246
|\
| * Autotile Enhancementdamarindra2017-12-282-63/+246
* | Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in thi...Juan Linietsky2017-12-282-150/+171
|/
* Merge pull request #15104 from djrm/pr_visual_improvementsNoshyaar2017-12-281-0/+5
|\
| * Minor style fixes for editor helpDaniel J. Ramirez2017-12-271-0/+5
* | Reimport now checks source path changes and imported files and their md5, fix...Juan Linietsky2017-12-271-4/+42
|/
* Merge pull request #14991 from djrm/pr_fixesNoshyaar2017-12-272-10/+32
|\
| * Show Options Dialog for NodePath and File in clicked button position.Daniel J. Ramirez2017-12-232-10/+32
* | Merge pull request #15028 from YeldhamDev/editor_file_dialog_changesNoshyaar2017-12-273-64/+46
|\ \
| * | Changes to the Editor File Dialog.Michael Alexsander Silva Dias2017-12-253-64/+46
* | | Merge pull request #15032 from Noshyaar/prNoshyaar2017-12-271-1/+1
|\ \ \
| * | | EditorAbout: TTR workaround for "Project Manager" contextsPoommetee Ketson2017-12-251-1/+1
| |/ /
* | | Merge pull request #15081 from volzhs/fix-status-fontNoshyaar2017-12-271-7/+8
|\ \ \
| * | | Fix text editor status fontvolzhs2017-12-271-7/+8
* | | | Properly rename scenes and resources after renaming or moving files, should f...Juan Linietsky2017-12-264-0/+66
|/ / /
* | | Fix 2D editor checkboxes with a new projectGilles Roudiere2017-12-261-1/+1
* | | Add missing parameter namesPoommetee Ketson2017-12-251-3/+3
* | | Fix popup menu size in Inspector dockvolzhs2017-12-251-6/+2
|/ /
* | Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problemNoshyaar2017-12-252-44/+56
|\ \
| * | Fix spatial editor plugin issues on multi viewport view menu shortcuts (only ...carlosfvieira2017-12-212-44/+56
* | | Merge pull request #14847 from YeldhamDev/3d_viewport_saveNoshyaar2017-12-251-88/+60
|\ \ \
| * | | Fixes for the Spatial Editor's Perspective options and dead code cleaning.Michael Alexsander Silva Dias2017-12-201-88/+60
* | | | Merge pull request #14853 from MattUV/context-menuNoshyaar2017-12-253-31/+76
|\ \ \ \
| * | | | Adds an option to move cursor with right click in TextEditMattUV2017-12-203-31/+76
* | | | | Merge pull request #14846 from carlosfvieira/weird_gizmo_orthoNoshyaar2017-12-251-1/+2
|\ \ \ \ \
| * | | | | #14619 - fixes issue 1 (gizmo huge scale) - also referred in #14836Carlos Vieira2017-12-191-1/+2
| |/ / / /
* | | | | Merge pull request #14732 from AndreaCatania/jgizmoNoshyaar2017-12-252-273/+599
|\ \ \ \ \
| * | | | | Fixed joint gizmos orientationsAndreaCatania2017-12-232-273/+599
| | |_|_|/ | |/| | |
* | | | | Merge pull request #14827 from RayKoopa/editor_patchworkNoshyaar2017-12-252-2/+3
|\ \ \ \ \
| * | | | | Limit code editor minimum width, clear Scene node subresource menu before ref...Ray Koopa2017-12-192-2/+3
* | | | | | Merge pull request #14808 from YeldhamDev/script_editor_fixesNoshyaar2017-12-252-114/+21
|\ \ \ \ \ \
| * | | | | | Some fixes for the Script Editor and dead code cleaning.Michael Alexsander Silva Dias2017-12-182-114/+21
* | | | | | | Merge pull request #14908 from YeldhamDev/dialog_changesNoshyaar2017-12-253-23/+35
|\ \ \ \ \ \ \
| * | | | | | | Fixes and modifications for some dialogs.Michael Alexsander Silva Dias2017-12-213-23/+35
* | | | | | | | Added default close and title color to editor themed graph nodesDaniel J. Ramirez2017-12-241-0/+6
* | | | | | | | Add more translatable text for editor plugins.geequlim2017-12-236-11/+11
| |_|_|/ / / / |/| | | | | |
* | | | | | | ProjectManager: enhance dialog ok button textPoommetee Ketson2017-12-231-3/+3
* | | | | | | Merge pull request #14913 from poke1024/tooltip-shortcut-namesRémi Verschelde2017-12-211-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Consistent display of shortcut names in tooltipspoke10242017-12-211-1/+1
* | | | | | | | Fix open directory in FileSystem dockvolzhs2017-12-221-6/+3
| |/ / / / / / |/| | | | | |
* | | | | | | -Make capture dependent on a cell size, not subdivision.Juan Linietsky2017-12-211-4/+0
* | | | | | | Merge pull request #14874 from volzhs/blurry-zoomRémi Verschelde2017-12-201-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix blurry after zoomingvolzhs2017-12-211-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | EditorSettings: Move scene tab options to their dedicated categoryRémi Verschelde2017-12-202-5/+5
* | | | | | | i18n: Sync translation templates with current sourceRémi Verschelde2017-12-2045-4013/+12832
* | | | | | | i18n: Sync translations with WeblateRémi Verschelde2017-12-2032-5131/+20573
|/ / / / / /
* | | | | | Good while it lasted, restored full 3D for 2D viewport, as required for Canva...Juan Linietsky2017-12-191-1/+1
* | | | | | Fixed bug where all file dialogs requested thumbnails even if hidden.Juan Linietsky2017-12-191-2/+3
| |_|/ / / |/| | | |