summaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_editor.cpp
AgeCommit message (Expand)Author
2019-05-20Fix history state setup in VisualScriptSwarnim Arun
2019-05-01VS: Give the generic search the current base type.K. S. Ernest (iFire) Lee
2019-04-30Merge pull request #27707 from Calinou/tweak-message-wordingRémi Verschelde
2019-04-23Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson
2019-04-21Improve wording of various messages and make casing more consistentHugo Locurcio
2019-04-18position nodes from the generic search at the cursorJummit
2019-03-19Properly handle different border widths in rounded corner aaPouleyKetchoupp
2019-02-21Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-09Merge pull request #20609 from YeldhamDev/menu_hover_explicitRémi Verschelde
2018-11-21add undeclared function params of VisualScriptEditor::_selected_method , Fixe...Liangdi
2018-11-20Make opening menus with the same parent on mouse focus explicitMichael Alexsander Silva Dias
2018-11-06Merge pull request #23537 from fire/visualscript-virtual-_function-crash-23536Rémi Verschelde
2018-11-06Fix empty script interface crash on tscn load.K. S. Ernest (iFire) Lee
2018-11-05On virtual method creation cancel don't do anything.K. S. Ernest (iFire) Lee
2018-10-28Updates visualscript editor when theme is changedChaosus
2018-10-07Merge pull request #22771 from guilhermefelipecgs/fix_inspector_previewRémi Verschelde
2018-10-07Fix inspector previewGuilherme Felipe
2018-10-06Remove redundant "== false" codeAaron Franke
2018-10-06Remove redundant "== true" codeAaron Franke
2018-09-27Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-27Fix warnings on non-static data member initializers (C++11 feature)Rémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-08Change the default variable constructor to use EditorInspector and updated pr...K. S. Ernest (iFire) Lee
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-11Do not use theme to set LineEdit right_iconŁukasz Rutkowski
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
2018-07-27Carry property hint and hint string through to Visualscript virtual functions.K. S. Ernest (iFire) Lee
2018-07-27Merge pull request #20457 from fire/vs_generic_search_crash_and_connectingRémi Verschelde
2018-07-26Visualscript: Don't type guess on nil.K. S. Ernest (iFire) Lee
2018-07-26Visualscript fix crash and generic search does not connect ports.K. S. Ernest (iFire) Lee
2018-07-26Fix Visual Script duplicate issueSwarnim Arun
2018-07-25Visualscript: Don't show Shift+A search box at every screen and reuse EDIT_FI...K. S. Ernest (iFire) Lee
2018-07-24Merge pull request #18867 from fire/better_vx_us_rebase_02Juan Linietsky
2018-07-24Improve VisualScript UXK. S. Ernest (iFire) Lee
2018-07-22Allow opening and editing of any utf_8 file in script editorPaulb23
2018-07-10Fix visual script editor interfaceK. S. Ernest (iFire) Lee
2018-05-26Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-barsMax Hilbrunner
2018-05-15-New inspector.Juan Linietsky
2018-04-30Move things into the title bars of Visual Script nodes.Pieter-Jan Briers
2018-04-02Abstracted the syntax highlighter from text editPaulb23
2018-02-14Merge pull request #15379 from ianb96/delete_key_fixRémi Verschelde
2018-01-15Make sure PropertyHint matches in the VisualScript editor.K. S. Ernest (iFire) Lee
2018-01-06Filesystem and Visual Script Members keyboard shortcuts fixIan
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-17Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde