summaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_editor.cpp
AgeCommit message (Expand)Author
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-26Fix resizer icon color in VisualScripts/Shaders when graph headers is onYuri Roubinsky
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-23Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-14Makes adding port in Visual Script nodes deferredHaoyu Qiu
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-21Makes more editor strings translatableHaoyu Qiu
2019-12-17Fixes size of create function dialogHaoyu Qiu
2019-12-16Makes more strings in editor translatableHaoyu Qiu
2019-12-04Fixes wrong position when adding node in VS editorcodecustard
2019-11-22Fix typos with codespellRémi Verschelde
2019-11-07Merge pull request #32853 from OsamaElHariri/visual_script_setter_props_fixRémi Verschelde
2019-11-01Fix: typo atleast -> at leastOmicron
2019-10-29i18n: Sync translation template with current sourceRémi Verschelde
2019-10-28Set the properties of a Set node after add_nodeOsama El Hariri
2019-10-14Remove redundant compiler directivesTimo Schwarzer
2019-09-30Fix theme in visual script dialogs (at startup)Chaosus
2019-09-29Merge pull request #32402 from YeldhamDev/fix_vs_add_functionRémi Verschelde
2019-09-29Deconstruct node for VisualscriptSwarnim Arun
2019-09-28Fix VS editor's "Create Function" dialogMichael Alexsander Silva Dias
2019-09-28Merge pull request #32398 from YeldhamDev/cleanup_vs_editor_leftRémi Verschelde
2019-09-27Cleanup VS editor's left menuMichael Alexsander Silva Dias
2019-09-28Fix Edit function buttonSwarnim Arun
2019-09-26Visualscript editor graph unification & refactoringSwarnim Arun
2019-09-22Merge pull request #30852 from swarnimarun/vs_tools_scriptRémi Verschelde
2019-09-21Tool Mode for VisualscriptSwarnim Arun
2019-09-01Fix resizer icon visiblity on light theme in GraphNodeChaosus89
2019-07-31Add descriptive tooltips in VS editorEmmanuel Barroga
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-08Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio
2019-07-01Merge pull request #29333 from hbina/fix_double_click_when_no_edited_funcRémi Verschelde
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-17Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde
2019-06-11Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde
2019-05-30fixed an issue where there is no edited function but user double clicks on an...hbina085
2019-05-29Automatically add new line to scriptsMatheus Lima Cunha
2019-05-29Changing method signature in other class in not recognized in working class i...Goral
2019-05-29Remove some redundant linesJames Buck
2019-05-24Merge pull request #28836 from Jummit/vs-fix-default-call-modesRémi Verschelde
2019-05-24Merge pull request #28980 from Jummit/vs-rename-change-base-typeRémi Verschelde
2019-05-20Fix history state setup in VisualScriptSwarnim Arun
2019-05-18Fix VisualScript Change Base Type titleJummit
2019-05-12change call mode to self when adding nodes with node searchJummit