summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Expand)Author
2019-10-16Don't allow to export pck without presetTomasz Chabora
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-13Increased step precisionDavid Sichma
2019-10-12Fix the dependency error dialog being too small on hiDPI displaysHugo Locurcio
2019-10-11Merge pull request #32731 from codecustard/fix_concaveshape_not_selectingRémi Verschelde
2019-10-11Fixes concaveshape not selecting in viewportEmmanuel Barroga
2019-10-11Merge pull request #32721 from groud/independant_grid_snapRémi Verschelde
2019-10-11Merge pull request #32737 from volzhs/unused-outputstringsRémi Verschelde
2019-10-11Merge pull request #32729 from Calinou/inspector-remove-string-conversionRémi Verschelde
2019-10-11Remove unused editor/OutputStringsvolzhs
2019-10-10Remove redundant `camelcase_to_underscore()` call in EditorInspectorHugo Locurcio
2019-10-10Fixed ScriptEditor autosave timer causing errors on startPouleyKetchoupp
2019-10-10Move grid snapping to an independent buttonGilles Roudière
2019-10-10Prevents folding of member tree on drag&drop in visual shaderYuri Roubinsky
2019-10-10Add shortcut Shift + F3 to search pervious in the built-in docsMarqus
2019-10-10Remove dependency on the editor directory being in the build's include path.Marcel Admiraal
2019-10-09Merge pull request #32672 from codecustard/fix_merge_scene_not_deselectingRémi Verschelde
2019-10-08Fixes deselection not working when merging sceneEmmanuel Barroga
2019-10-08Remove Show Ruler shortcut (fixes #32639)Pedro Ciambra
2019-10-08Merge pull request #32444 from lupoDharkael/center-templateRémi Verschelde
2019-10-08Merge pull request #32556 from bruvzg/win_codesignRémi Verschelde
2019-10-08Merge pull request #32618 from nekomatata/sprite-to-polygonRémi Verschelde
2019-10-08Merge pull request #32624 from Calinou/project-settings-allow-all-typesRémi Verschelde
2019-10-07Increase grid size limitGilles Roudière
2019-10-07Allow all Variant types to be added as project settingsHugo Locurcio
2019-10-07Sprite to polygon conversion improvementsPouleyKetchoupp
2019-10-07Merge pull request #32523 from hbina/hbina_fix_method_orderingRémi Verschelde
2019-10-07Merge pull request #32567 from Calinou/increase-about-dialog-sizeRémi Verschelde
2019-10-07Merge pull request #32594 from Calinou/project-editor-settings-search-shortcutRémi Verschelde
2019-10-07Merge pull request #32589 from OsamaElHariri/add_angle_to_rulerRémi Verschelde
2019-10-06Set tooltip to an empty string when clearingJoe Morton
2019-10-06Focus the search box when pressing Ctrl+F in Project/Editor SettingsHugo Locurcio
2019-10-06Add angle to ruler toolOsama El Hariri
2019-10-05Increase the size of the About dialogHugo Locurcio
2019-10-05Document the ability to include/exclude non-resource export foldersHugo Locurcio
2019-10-04Add code signing support for Windows exports (using "signtool" on Windows and...bruvzg
2019-10-04Fix calculate_spatial_bounds for selection displayjfons
2019-10-04Merge pull request #32528 from hbina/hbina_fix_font_overrideRémi Verschelde
2019-10-04Fixed warnings text using custom font and color setting.Hanif Bin Ariffin
2019-10-04Merge pull request #32543 from Chaosus/vs_fix_inputYuri Roubinsky
2019-10-04Merge pull request #32540 from codecustard/fix_show_bounds_for_scenesRémi Verschelde
2019-10-04Fix VisualShaderInput if compiled with MinGWYuri Roubinsky
2019-10-04Fix VisualShaderInput (if compiled with MinGW) (correct, tested version)Yuri Roubinsky
2019-10-03Fixes scene instances not displaying bounds when selectedEmmanuel Barroga
2019-10-03Fix potential crash in AnimationPlayer.Relintai
2019-10-03Applied the same kind of ordering to methods descriptionHanif Bin Ariffin
2019-10-03Makes Texture and TextureUniform in visual shaders to use UV by defaultYuri Roubinsky
2019-10-03Merge pull request #32491 from lupoDharkael/inspector-frameRémi Verschelde
2019-10-03Merge pull request #32504 from Relintai/fix_empty_animatin_player_crashRémi Verschelde
2019-10-03Fix crash in #32473. (Automatically seek timeline in selected animation)Relintai