summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-05-21Restrict Autoloads from having keywords as their namesMichael Alexsander Silva Dias
2019-05-21Merge pull request #28838 from Chaosus/vs_expRémi Verschelde
Expression node for visual shaders
2019-05-21Merge pull request #29062 from swarnimarun/theme-editor-improvementsRémi Verschelde
Fix Theme Editor Preview
2019-05-21i18n: Sync translation template with current sourceRémi Verschelde
(cherry picked from commit bf7585530ba29959b2e3316db959170ba321ed61)
2019-05-21i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 239a11fe1918b1009875078bb30f9176360e983c)
2019-05-21Expression node for visual shadersChaosus
2019-05-21Fix Theme Editor PreviewSwarnim Arun
2019-05-20Merge pull request #28218 from KoBeWi/b00km4rk5Rémi Verschelde
Add bookmarks for easier code navigation
2019-05-20Merge pull request #26809 from KoBeWi/undo_set_text_like_a_bossRémi Verschelde
Allow to undo TextEdit.set_text
2019-05-20Merge pull request #29029 from Calinou/find-in-files-allow-empty-replaceRémi Verschelde
Allow empty replacement texts in the Find in Files replace dialog
2019-05-20Merge pull request #29015 from dfelinto/fix-ui-lowercaseRémi Verschelde
Fix upper/lowercase in some UI strings
2019-05-20Merge pull request #27559 from groud/anchor_modeRémi Verschelde
Improve the anchors and margin workflow
2019-05-20Allow empty replacement texts in the Find in Files replace dialogHugo Locurcio
This closes #29026.
2019-05-20Style: Fix issues with clang-format 8.0Rémi Verschelde
2019-05-20Merge pull request #28972 from erammos/28943_script_editor_pluginRémi Verschelde
minor change in scriptEdtiorPlugin ref #28943
2019-05-19Fix upper/lowercase in some UI stringsDalai Felinto
Note: I was tempted to also change "Align with View" since we use the word "With" with uppercase in "Align Selection With View". However I believe "With" should be lower case and the old stripg (Align Selection ...) is the one to be fixed.
2019-05-19Merge pull request #28997 from akien-mga/codespellRémi Verschelde
Fix typos with codespell
2019-05-19Fix typos with codespellRémi Verschelde
Using codespell 1.15.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
2019-05-19Added Fresnel and OneMinus to visual shadersChaosus
2019-05-18Allow project export to be canceledGeorge Marques
2019-05-18Merge pull request #28970 from KoBeWi/a_wild_bug_appearedMax Hilbrunner
Fix saving scenes when multi-closing scene tabs
2019-05-18Fix "Open Project Data Folder" in the editorHugo Locurcio
The handling code also had to be moved as this option was moved to the Tools submenu.
2019-05-18minor change in scriptEdtiorPlugin ref #28943Elias Rammos
2019-05-17Fix saving scenes when multi-closing scene tabsTomasz Chabora
2019-05-17Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditorMax Hilbrunner
Add feature to show spaces in code editor
2019-05-17Merge pull request #28920 from hmumm/dragging-directory-adds-it-to-scriptMax Hilbrunner
Directories can now be dragged into the script editor
2019-05-17Removed an unused and leaked CheckButton instance in theme editor pluginIbrahn Sahir
2019-05-17Merge pull request #28905 from hbina/issue_28585Rémi Verschelde
Now able to "Copy Node Path" from the Remote tab. Fixes #28585.
2019-05-17Merge pull request #28874 from YeldhamDev/toggle_onion_separateRémi Verschelde
Make "Onion Skinning" toggle its own button
2019-05-17Now able to "Copy Node Path" from Remote tab". Fixes issue 28585.hbina085
2019-05-16Merge pull request #28587 from Daw11/lanczosMax Hilbrunner
Implement Lanczos image filter
2019-05-16Merge pull request #27097 from siddharth952/masterMax Hilbrunner
Adjusts the default color for search border
2019-05-16Allow to undo TextEdit.set_textTomasz Chabora
2019-05-16Directories can now be dragged into the script editorHayden
2019-05-15Fix leftover connection to the "Open" signal in FileSystemDockMichael Alexsander Silva Dias
Fixes #28903.
2019-05-15Merge pull request #28873 from YeldhamDev/undo_scriptbutton_updateRémi Verschelde
Properly update script button when undoing a script addition
2019-05-14Merge pull request #27569 from Faless/net/ipv4_link_localMax Hilbrunner
Exclude link-local IPv4s from editor host list.
2019-05-14Make "Onion Skinning" toggle its own buttonMichael Alexsander Silva Dias
2019-05-13Properly update script button when undoing a script additionMichael Alexsander Silva Dias
Fixes #28870.
2019-05-13Improve the anchors and margin workflowGilles Roudiere
2019-05-13Merge pull request #28750 from YeldhamDev/filedock_rmb_inherentRémi Verschelde
Make possible to create inherited scenes via the RMB menu in the FileSystem dock
2019-05-13Merge pull request #28831 from dankan1890/spriteframes_sheet_fixRémi Verschelde
AnimatedSprite: Add from spritesheets now work as expected. Fix #28030
2019-05-12AnimatedSprite: Add from spritesheets now work as expected. Fix #28030dankan1890
2019-05-11Apply sprite frames editor FPS value correctly upon _animation_selectfreestraws
2019-05-11Make possible to create inherited scenes via the RMB menu in the FileSystem dockMichael Alexsander Silva Dias
2019-05-11Merge pull request #28807 from bojidar-bg/28798-open-filesystemRémi Verschelde
Open selected folder when pressing the "Open" option in the menu
2019-05-11Merge pull request #28742 from guilhermefelipecgs/fix_28737Rémi Verschelde
[EditorSpatialGizmo] Fix error in intersect_ray
2019-05-10Open selected folder when pressing the "Open" option in the menuBojidar Marinov
An attempt to fix #28798
2019-05-08[EditorSpatialGizmo] Fix error in intersect_rayGuilherme Felipe
2019-05-09Scroll back to top when changing directory in FileSystem dockvolzhs
Fix #26041