summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-12-09Merge pull request #14478 from akien-mga/property-tooltipsRémi Verschelde
PropertyEditor: Fix display of property doc in tooltip
2017-12-09Project Manager: Fix Templates search signal connection.Andreas Haas
Fixes #13921
2017-12-09PropertyEditor: Fix display of property doc in tooltipRémi Verschelde
2017-12-09Merge pull request #13371 from RayKoopa/mute_animation_tracksRémi Verschelde
Add feature to disable animation tracks
2017-12-09Merge pull request #14448 from groud/fix_checkboxes_updateRémi Verschelde
Fixes the checkboxes update in canvas item editor
2017-12-09Merge pull request #14455 from RayKoopa/remove_layer_flyout_labelRémi Verschelde
Remove physics / render layer flyout label.
2017-12-09Add feature to disable animation tracksRay Koopa
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
-Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away
2017-12-09Defer the scan filesystem call when adding import pluginsGeorge Marques
This ensures every plugin is added before the scan is made. Fix #12749
2017-12-09Remove layer flyout label.Ray Koopa
2017-12-09Merge pull request #13166 from Krakean/change_addrootifnone_v2Rémi Verschelde
When drag'n'drop, automatically create dragged resource as a root node if you haven't any yet (v2)
2017-12-09Merge pull request #13446 from gad-o/duplicate_fileRémi Verschelde
Add duplicate option to filesystem dock
2017-12-09Fixes the checkboxes updateGilles Roudiere
2017-12-09Merge pull request #13994 from ISylvox/caret-blinkRémi Verschelde
Set Caret Blinking Enabled by Default
2017-12-09Merge pull request #14420 from MattUV/fold-shortcutRémi Verschelde
Modify shortcuts and menus to fold/unfold code
2017-12-09Restored two items in filesystemdock menusersoong
2017-12-08Modify shortcuts and menus to fold/unfold codeMattUV
Fix #13180 As the same shortcut cannot be assigned to two actions, I removed the ability to fold (fold_line()) or unfold (unfold_line()) via menu (still possible by code), and there is a single fold/unfold action (toggle_fold_line()). The new default shortcut is now Alt+F
2017-12-08Merge pull request #14397 from YeldhamDev/localization_tabRémi Verschelde
Removed style override inside the Localization tab in the Project Settings
2017-12-08Merge pull request #14396 from MattUV/fix-templates-linkRémi Verschelde
Fix Manage Export Templates link
2017-12-07Removed style override inside the Localization tab in the Project Settings.Michael Alexsander Silva Dias
2017-12-08Fix Manage Export Templates linkMattUV
In some cases, the link to download export templates was missing. Fixes #14391
2017-12-07Changed current line draw order and added code folding colorPaulb23
2017-12-07Exposed EditorSceneImporter to script. Added APIs to use intermediate ↵Juan Linietsky
converters more easily.
2017-12-07Merge pull request #14348 from waldson/feature-set-main-screen-plugin-iconGeorge Marques
Add method on EditorPlugin to set main screen plugins icons
2017-12-07ability to keep user tracks when importing animations, closes #12801Juan Linietsky
2017-12-07Merge pull request #14332 from akien-mga/clang-formatRémi Verschelde
Update style for clang-format 5.0.0, new min required version
2017-12-07Add uppercase and lowercase to rightclickmenu in scripteditorsersoong
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook.
2017-12-07Add 'copy script path' to script editor pluginsersoong
2017-12-06Reduce some graphics memory usage by disabling unnecesary modes, closes #12831Juan Linietsky
2017-12-07Merge pull request #13827 from sersoong/master-addopenselectionRémi Verschelde
Enhanced 'open' menu in filesystemdock
2017-12-07Merge pull request #13958 from jjjuande/fix_revert_buttonRémi Verschelde
Fix the revert button issue with instanced nodes
2017-12-07Merge pull request #13956 from poke1024/fix-poly2d-mode-changeRémi Verschelde
Fixes Polygon2D wip mode closing when editing mode is changed
2017-12-07Merge pull request #14002 from poke1024/fixhelpspeedRémi Verschelde
Make "Search Help" more responsive
2017-12-06-Fix particles with size==0, closes #13931Juan Linietsky
-Fixed material previews (dont show sphere unless for spatial)
2017-12-06Merge pull request #13724 from RayKoopa/editor_file_dialog_context_menuRémi Verschelde
Add context menu to editor file dialogs
2017-12-06Merge pull request #13409 from YeldhamDev/textedit_disabledRémi Verschelde
Add disabled theme to TextEdit
2017-12-06Add method to set main screen plugin iconWaldson Patrício
2017-12-06Merge pull request #13982 from willnationsdev/editorfiledialog-docsRémi Verschelde
[DOCS] EditorFileDialog props added, member/method/signal descs [ci skip]
2017-12-06Fix and rewrite folding logic, closes #14005, closes #13421Juan Linietsky
2017-12-06Make "Search Help" more responsivepoke1024
2017-12-06Created internal usage flag to remove non editor properties from doc, closes ↵Juan Linietsky
#13334
2017-12-06[DOCS] EditorFileDialog props/member/method/signalWill Nations
2017-12-06Merge pull request #14013 from qichunren/fix_project_rename_lost_focusRémi Verschelde
Fixed project name line edit lost input focus in project rename dialog.
2017-12-06Merge pull request #14008 from vnen/export-icon-splashRémi Verschelde
Export icon and splash images directly to final package
2017-12-06Fixed project name line edit lost input focus.qichunren
2017-12-05Export icon and splash images directly to final packageGeorge Marques
They need to bypass the path remapping to be loaded as images during the start routine.
2017-12-05Moves the guides colors to editor settingsGilles Roudiere
2017-12-05Add context menu to editor file dialogs.Ray Koopa