summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias2019-02-211-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #20609 from YeldhamDev/menu_hover_explicitRémi Verschelde2018-12-091-0/+1
|\
| * Make opening menus with the same parent on mouse focus explicitMichael Alexsander Silva Dias2018-11-201-0/+1
* | add undeclared function params of VisualScriptEditor::_selected_method , Fixe...Liangdi2018-11-211-1/+1
|/
* Merge pull request #23537 from fire/visualscript-virtual-_function-crash-23536Rémi Verschelde2018-11-061-1/+1
|\
| * On virtual method creation cancel don't do anything.K. S. Ernest (iFire) Lee2018-11-051-1/+1
* | Fix empty script interface crash on tscn load.K. S. Ernest (iFire) Lee2018-11-061-1/+2
|/
* Updates visualscript editor when theme is changedChaosus2018-10-281-5/+13
* Merge pull request #22771 from guilhermefelipecgs/fix_inspector_previewRémi Verschelde2018-10-071-1/+1
|\
| * Fix inspector previewGuilherme Felipe2018-10-071-1/+1
* | Remove redundant "== false" codeAaron Franke2018-10-061-2/+2
* | Remove redundant "== true" codeAaron Franke2018-10-061-2/+2
|/
* Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde2018-09-271-11/+0
* Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde2018-09-271-8/+1
* Fix warnings on non-static data member initializers (C++11 feature)Rémi Verschelde2018-09-271-0/+1
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-5/+5
|\
| * Misc. typosluz.paz2018-09-121-5/+5
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
|/
* Change the default variable constructor to use EditorInspector and updated pr...K. S. Ernest (iFire) Lee2018-09-081-5/+3
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+0
* Do not use theme to set LineEdit right_iconŁukasz Rutkowski2018-08-111-1/+1
* Add clear text button to LineEditŁukasz Rutkowski2018-08-111-0/+1
* Carry property hint and hint string through to Visualscript virtual functions.K. S. Ernest (iFire) Lee2018-07-271-1/+1
* Merge pull request #20457 from fire/vs_generic_search_crash_and_connectingRémi Verschelde2018-07-271-14/+17
|\
| * Visualscript fix crash and generic search does not connect ports.K. S. Ernest (iFire) Lee2018-07-261-14/+17
* | Visualscript: Don't type guess on nil.K. S. Ernest (iFire) Lee2018-07-261-7/+7
|/
* Fix Visual Script duplicate issueSwarnim Arun2018-07-261-2/+2
* Visualscript: Don't show Shift+A search box at every screen and reuse EDIT_FI...K. S. Ernest (iFire) Lee2018-07-251-8/+6
* Merge pull request #18867 from fire/better_vx_us_rebase_02Juan Linietsky2018-07-241-141/+307
|\
| * Improve VisualScript UXK. S. Ernest (iFire) Lee2018-07-241-141/+307
* | Allow opening and editing of any utf_8 file in script editorPaulb232018-07-221-13/+12
|/
* Fix visual script editor interfaceK. S. Ernest (iFire) Lee2018-07-101-0/+1
* Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-barsMax Hilbrunner2018-05-261-7/+26
|\
| * Move things into the title bars of Visual Script nodes.Pieter-Jan Briers2018-04-301-7/+26
* | -New inspector.Juan Linietsky2018-05-151-1/+1
|/
* Abstracted the syntax highlighter from text editPaulb232018-04-021-0/+6
* Merge pull request #15379 from ianb96/delete_key_fixRémi Verschelde2018-02-141-6/+38
|\
| * Filesystem and Visual Script Members keyboard shortcuts fixIan2018-01-061-6/+38
* | Make sure PropertyHint matches in the VisualScript editor.K. S. Ernest (iFire) Lee2018-01-151-1/+2
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
|/
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde2017-12-171-3/+3
|\
| * Dictionary::copy -> ::duplicateWill Nations2017-12-171-3/+3
* | Now every variant type has its icon.Daniel J. Ramirez2017-12-171-8/+8
* | General use Variant type icons, plus other icon updates.Daniel J. Ramirez2017-12-171-52/+52
|/
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Merge pull request #11933 from cxong/masterJuan Linietsky2017-11-211-3/+3
|\
| * Use "Command" for OSX in translation strings (#1619)Cong2017-10-131-3/+3
* | Rename Rect3 to AABB.Ferenc Arn2017-11-171-2/+2