summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-10-26Fixed #21527 (Show hint to right click when curve editor is empty)MCrafterzz
2019-10-26Merge pull request #33078 from Calinou/assetlib-no-results-messageRémi Verschelde
Display a message if no results are found in the asset library
2019-10-26Merge pull request #33076 from Calinou/project-settings-fix-type-dropdownRémi Verschelde
Fix off-by-one error in the Project Settings type dropdown
2019-10-26Display a message if no results are found in the asset libraryHugo Locurcio
This closes https://github.com/godotengine/godot-proposals/issues/184.
2019-10-25Fix off-by-one error in the Project Settings type dropdownHugo Locurcio
This closes #33075.
2019-10-25Merge pull request #32812 from Calinou/template-manager-fix-devel-conditionRémi Verschelde
Fix the download availability check in the export templates manager
2019-10-25Merge pull request #32824 from lupoDharkael/replace-nextRémi Verschelde
Code editor: select next occurrence after Replace
2019-10-25Merge pull request #32835 from RobKohr/default-convert_indent_on_save-to-trueRémi Verschelde
set convert_indent_on_save to default to true
2019-10-25Merge pull request #32847 from Calinou/fix-editor-path-icon-theme-changeRémi Verschelde
Fix the editor path icon when switching from dark to light theme
2019-10-25Merge pull request #32946 from DavidSichma/fav-dragRémi Verschelde
Made favorites dragable
2019-10-25Merge pull request #33048 from KoBeWi/smarts_vs_gridsRémi Verschelde
Make Ruler Tool depend on grid snap only
2019-10-25Merge pull request #33043 from volzhs/ruler-zoomRémi Verschelde
Fix ruler origin is moving with zoom
2019-10-25Merge pull request #33051 from volzhs/inspector-styleboxRémi Verschelde
Make stylebox preview not to expand Inspector panel
2019-10-25Merge pull request #33041 from volzhs/help-font-sizeRémi Verschelde
Recalculate margin based on help source font size
2019-10-25Make stylebox preview not to expand Inspector panelvolzhs
2019-10-24Make Ruler Tool depend on grid snap onlyTomasz Chabora
2019-10-25Fix ruler origin is moving with zoomvolzhs
2019-10-25Recalculate margin based on help source font sizevolzhs
2019-10-24Merge pull request #33029 from akien-mga/rm-rf-slashRémi Verschelde
Fix uninstallation of mono templates directory
2019-10-24Fix incorrect text rendering with smaller display scalevolzhs
2019-10-24Fix uninstallation of mono templates directoryRémi Verschelde
The previous code didn't take into account that templates directories can have subdirectories like the mono templates have. Also fix an unclosed dir handle.
2019-10-24Update dock menu on project list changes, add favourites separator.bruvzg
2019-10-23Merge pull request #33019 from volzhs/class_iconRémi Verschelde
Resize custom class icon
2019-10-24Resize custom class iconvolzhs
2019-10-23Fixed variables with built-in resource in remote inspectorPouleyKetchoupp
Now loading the base resource first in ScriptEditorDebugger, the same way it's done in ScriptEditorPlugin. Fixes #33013
2019-10-23Merge pull request #33009 from ebert83/fix_editor_save_layoutRémi Verschelde
Fix layout saving error
2019-10-23Fix layout saving errorThomas Ebert Hansen
As a result of commit b49226e085 FileAccess::open no longer returns ERR_CANT_OPEN if the file cannot be found/opened. Instead check against ERR_FILE_NOT_FOUND or ERR_FILE_CANT_OPEN.
2019-10-23Improve EditorExportPlatform interface.Fabio Alessandrelli
Convert all get_device* methods to get_option* and normalize their usage as icon, label, tooltip.
2019-10-23Fix EditorNode.get_editor_themeFabio Alessandrelli
EditorNode was not correctly setting the class memeber when creating the theme, using a local variable instead. Theme is now created before registering exporters (as they might need it).
2019-10-23Merge pull request #32992 from KoBeWi/AUTOVECTORZRémi Verschelde
Auto-increment frame_coords when keying
2019-10-23Merge pull request #32954 from argentite/new-extend-scriptRémi Verschelde
Add separate menu entries for extending and replacing scripts
2019-10-22Merge pull request #32924 from ajweeks/add-ruler-arcsRémi Verschelde
Draw arcs to indicate angles being measured by ruler
2019-10-22Merge pull request #32976 from DavidSichma/type_evalRémi Verschelde
Fixed evaluation for types
2019-10-23Add clear menu entries for extending and replacing scriptsAnubhab Ghosh
2019-10-22Auto-increment frame_coords when keyingTomasz Chabora
2019-10-22Merge pull request #32973 from KoBeWi/sprite_gpsRémi Verschelde
Show preview of frame_coords in AnimationPlayer
2019-10-22Merge pull request #32985 from Chaosus/fix_bugRémi Verschelde
Prevents segfault on _class_desc_resized at exit
2019-10-22Prevents segfault on _class_desc_resized at exit Yuri Roubinsky
2019-10-22Merge pull request #32944 from Klowner/gdscript-editorspinsliderRémi Verschelde
expose EditorSpinSlider to GDScript
2019-10-22Merge pull request #32838 from Calinou/add-x509certificate-cryptokey-iconsRémi Verschelde
Add editor icons for X509Certificate and CryptoKey
2019-10-22Merge pull request #32833 from nekomatata/label-autowrap-fixRémi Verschelde
Allow Label autowrap to cut words when they exceed line width
2019-10-22Merge pull request #32846 from Chaosus/fix_doc_colorRémi Verschelde
Fix incorrect coloring of in-editor documentation when theme changed
2019-10-22Fixed evaluation for typesDavid Sichma
2019-10-22Show preview of frame_coords in AnimationPlayerTomasz Chabora
2019-10-21Merge pull request #32958 from YeldhamDev/inspector_resource_object_iconRémi Verschelde
Make the the resource menu button fallback to the Object icon instead of Node
2019-10-21Merge pull request #32960 from YeldhamDev/anim_track_copy_enhancementsRémi Verschelde
Enhancements and fixes for the animation editor's copy track dialog
2019-10-21Enhancements and fixes for the animation editor's copy track dialogMichael Alexsander
2019-10-21Merge pull request #32956 from volzhs/invalid-boldRémi Verschelde
Fix validating editor bold font
2019-10-21Make the the resource menu button fallback to the Object icon instead of NodeMichael Alexsander
2019-10-21Fix validating editor bold fontvolzhs