summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-09-03Adds skip-breakpoints featureiwek7
2019-09-03Merge pull request #31346 from sparkart/Add_scrollwheel_input_to_spinsliderRémi Verschelde
Add scrollwheel input to spin slider
2019-09-03Merge pull request #31389 from Calinou/add-node-commentsRémi Verschelde
Add an `editor_description` property to Node for documentation purposes
2019-09-03Merge pull request #31782 from aole/persist-ColorPicker-color-modeRémi Verschelde
Persist ColorPicker color mode
2019-09-03Merge pull request #31916 from puthre/bezier_editor_zoomRémi Verschelde
Animation Bezier Editor - fixed vertical zoom around mouse
2019-09-03Merge pull request #31795 from puthre/masterRémi Verschelde
Animation Bezier Editor: Extended zoom in and zoom out limits and fixed guide lines to accomodate sub unit steps and steps other than powers of 5
2019-09-03Merge pull request #31847 from aole/editor-expose-current-pathRémi Verschelde
Expose current path function to EditorPlugin
2019-09-03Animation Bezier Editor - fixed vertical zoom around mouseValentin Zagura
Fixed vertical zoom so it zooms around the mouse cursor not around the center of the window.
2019-09-03Improve the animation autokey editor iconHugo Locurcio
The icon was redrawn to snap to a 16x16 grid, with a lower number of SVG nodes in the process.
2019-09-02Merge pull request #31898 from Calinou/animation-editor-add-precise-snappingRémi Verschelde
Implement precise snapping in the animation editor
2019-09-02Merge pull request #31890 from Calinou/curve-editor-add-snappingRémi Verschelde
Implement snapping in the Curve editor
2019-09-02Merge pull request #31906 from Calinou/assetlib-refresh-onceRémi Verschelde
Refresh the asset library only once on startup
2019-09-02Refresh the asset library only once on startupHugo Locurcio
This avoids unnecessary calls to the API when switching between tabs in the editor or project manager.
2019-09-02Merge pull request #31902 from YeldhamDev/ruler_iconRémi Verschelde
Add icon for the ruler tool
2019-09-02Add icon for the ruler toolMichael Alexsander Silva Dias
2019-09-02Implement precise snapping in the animation editorHugo Locurcio
Holding Shift while snapping is enabled will now make snapping 4 times as precise.
2019-09-02Fix editor infinit loop in search_prevamakarenko
Fixes godotengine#31328
2019-09-02Implement snapping in the Curve editorHugo Locurcio
Holding Ctrl will snap the selected point/tangent by increments of 10% of the curve's width/height. Holding Shift as well will snap by increments of 2.5% instead.
2019-09-02Merge pull request #31829 from KoBeWi/one_tool_to_ruler_2dRémi Verschelde
Add 2D ruler tool
2019-09-01Add 2D ruler toolTomasz Chabora
2019-09-01Reorganize & rename text editor settings categoriesCykyrios
Add Navigation category for scroll and minimap settings. Rename Line Numbers category to Appearance. Rename Open Scripts category to Script List. Rename "Draw Minimap" setting to "Show Minimap" (this is more consistent with other settings). Reorder settings by category in code_editor.cpp to match settings list
2019-09-01Merge pull request #31835 from ↵Rémi Verschelde
Calinou/increase-editor-sectioned-inspector-min-width Increase the minimum width of the editor sectioned inspector
2019-09-01Merge pull request #31850 from aole/script-callback-enable-disable-EditorPluginRémi Verschelde
Script callback for enabling/disabling EditorPlugin
2019-09-01Script callback for enabling/disabling EditorPluginBhupendra Aole
Parameter p_config_changes should be passed as true to enable callback to user scripts for enabling or disabling of the EditorPlugin. Fixes #30654
2019-09-01Fix resizer icon visiblity on light theme in GraphNodeChaosus89
2019-09-01Expose current path to EditorPluginBhupendra Aole
get_selected_path returns only the resource directory. get_current_path fulfils the need to get the full path. This does not break backward compatibility and the function (get_current_path) is already available in FileSystemDock just like get_selected_path. Fixes 30652.
2019-08-31Merge pull request #31794 from Calinou/editor-increase-line-spacingRémi Verschelde
Increase line spacing in the editor help and asset library descriptions
2019-08-31Merge pull request #31810 from merumelu/plugin-config-warningsRémi Verschelde
Warn about all missing keys in plugin.cfg
2019-08-31Merge pull request #31808 from qarmin/crash_audiooggRémi Verschelde
Fix crash when AudioStreamOGGVorbis is empty
2019-08-31Increase the minimum width of the editor sectioned inspectorHugo Locurcio
This makes sure section names such as "Window Placement" or "Vram Compression" aren't being cut off due to the panel width being too low.
2019-08-31Default ColorPicker color mode settingBhupendra Aole
There is a new setting for Default ColorPicker color mode in Editor Settings->Interface->Inspector. Initially this setting will be RGB. Editor ColorPicker will always start with mode defined in this settiing. Fixes #30755 and #30754
2019-08-30Warn about all missing keys in plugin.cfgmerumelu
2019-08-30Fix crash when AudioStreamOGGVorbis is emptyqarmin
2019-08-30Editor: remove TOOLS_ENABLED guardsmerumelu
For code inside editor/ `#ifdef TOOLS_ENABLED` is always true so those checks are redundant.
2019-08-30Animation Bezier Editor: Extended zoom in and zoom out limits and fixed ↵Valentin Zagura
guide lines to accomodate sub unit steps and steps other than powers of 5
2019-08-30Increase line spacing in the editor help and asset library descriptionsHugo Locurcio
This makes for more readable text.
2019-08-30Merge pull request #31790 from Chaosus/fix_graph_light_themeRémi Verschelde
Fix editor's GraphEdit lines color on light theme
2019-08-30Merge pull request #31791 from Keetz/DisableDefaultWavTrimRémi Verschelde
Disabled trim and normalize as default for wav import
2019-08-30Merge pull request #25353 from azagaya/masterRémi Verschelde
Use also invisible tabs to calculate minimum size of tab container
2019-08-30Make tab containers in editor, project settings, and export dialog, to use ↵azagaya
hidden tabs for min size computation.
2019-08-30Merge pull request #31706 from akien-mga/android-custom-build-improvementsRémi Verschelde
Buildsystem and workflow improvements to the new Android custom builds
2019-08-30Disabled trim and normalize as default for wav importRasmus Ketelsen
2019-08-30Merge pull request #31767 from Calinou/tweak-editor-window-dimRémi Verschelde
Tweak the editor window dimming intensity, remove dim fade animation
2019-08-30Fix graph edit lines color on light themeChaosus89
2019-08-30Fix few icons in SpatialEditor which don't update when theme changedChaosus89
2019-08-30Merge pull request #31766 from Calinou/editor-improve-light-theme-colors-2Rémi Verschelde
Improve more light theme colors in the editor for better readability
2019-08-30Merge pull request #31754 from aole/node-selection-issue-on-node-create-dialogRémi Verschelde
Fix selecting recent node in CreateDialog
2019-08-29i18n: Sync translation template with current sourceRémi Verschelde
2019-08-29Tweak the editor window dimming intensity, remove dim fade animationHugo Locurcio
The fade animation tended to give the editor a "sluggish" feel when running at lower FPS (which is common in heavy 3D scenes), so it's probably a good idea to remove it. This also makes dimming less intense (50% instead of 60%).
2019-08-29i18n: Sync translations with WeblateRémi Verschelde
Adds templates for Basque, Irish and Odia.