summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Create API to add and remove VisualScript custom nodesGeorge Marques2017-11-151-0/+43
* | Properly fix node path selection in input ports, closes #12152Juan Linietsky2017-11-121-0/+17
* | (VS) Add space after "=" sign in variable listhomer6662017-10-171-1/+1
|/
* VS now supports white themes.Daniel J. Ramirez2017-10-021-51/+105
* Added correct initialization for script editor theme.Daniel J. Ramirez2017-10-021-13/+3
* Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere2017-09-271-1/+0
* Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-1/+1
* Rename pos to position in user facing methods and variablesletheed2017-09-201-11/+11
* Improved VisualScriptEditorDaniel J. Ramirez2017-09-141-10/+25
* Merge pull request #11076 from hpvb/fix-10935Rémi Verschelde2017-09-131-294/+303
|\
| * Fix crash on wrong type drag into the vs editorHein-Pieter van Braam2017-09-091-294/+303
* | Improved VS node coloringDaniel J. Ramirez2017-09-121-9/+23
* | Improved theme generation, and other fixesDaniel J. Ramirez2017-09-121-1/+1
* | Many fixes to visual script, changed virtuals override for a proper selector.Juan Linietsky2017-09-121-107/+70
|/
* Fix. resizeable -> resizable.Daniel J. Ramirez2017-09-031-1/+1
* Fix files headerPoommetee Ketson2017-09-011-1/+1
* Renamed 'script_changed' signal in the script editor plugin to 'edited_script...Wilson E. Alvarez2017-08-291-12/+12
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Editor: Add some more translatable strings.Andreas Haas2017-08-251-18/+18
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-34/+27
* VisualScriptEditor: Remove Node when canceling PropertySelector.Andreas Haas2017-08-221-0/+8
* Merge pull request #10455 from groud/control_margin_fixesRémi Verschelde2017-08-201-1/+0
|\
| * Some control fixes and removed useless linesGilles Roudiere2017-08-191-1/+0
* | -Volume sliders, mute, solo and fx bypass are functional, closes #9021Juan Linietsky2017-08-181-1/+1
* | Update script signals in real-time when script changes. Fixes #8980Juan Linietsky2017-08-181-1/+12
|/
* Merge pull request #10307 from Rubonnek/update-argument-namesRémi Verschelde2017-08-161-6/+6
|\
| * Updated function argument namesWilson E. Alvarez2017-08-121-6/+6
* | Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-131-1/+1
|/
* Properly rename visual script functions, fixed #6076Juan Linietsky2017-08-081-2/+14
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-2/+2
* Do not allow multiple data connections to the same data input slot, fixes #63...Daniel J. Ramirez2017-07-271-0/+10
* Icons can now be added inside line edits (Search icon).Daniel J. Ramirez2017-07-191-4/+1
* Improvements and fixes for the default theme.Daniel J. Ramirez2017-07-161-3/+4
* -Many fixes to VisualScript, fixed property names, etc.Juan Linietsky2017-06-301-120/+184
* Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde2017-06-051-1/+1
|\
| * renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-1/+1