summaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_editor.cpp
AgeCommit message (Expand)Author
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
2017-12-17Dictionary::copy -> ::duplicateWill Nations
2017-12-17Now every variant type has its icon.Daniel J. Ramirez
2017-12-17General use Variant type icons, plus other icon updates.Daniel J. Ramirez
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-21Merge pull request #11933 from cxong/masterJuan Linietsky
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-15Create API to add and remove VisualScript custom nodesGeorge Marques
2017-11-12Properly fix node path selection in input ports, closes #12152Juan Linietsky
2017-10-17(VS) Add space after "=" sign in variable listhomer666
2017-10-13Use "Command" for OSX in translation strings (#1619)Cong
2017-10-02VS now supports white themes.Daniel J. Ramirez
2017-10-02Added correct initialization for script editor theme.Daniel J. Ramirez