Age | Commit message (Expand) | Author |
2018-08-11 | Do not use theme to set LineEdit right_icon | Łukasz Rutkowski |
2018-08-11 | Add clear text button to LineEdit | Łukasz Rutkowski |
2018-07-27 | Carry property hint and hint string through to Visualscript virtual functions. | K. S. Ernest (iFire) Lee |
2018-07-27 | Merge pull request #20457 from fire/vs_generic_search_crash_and_connecting | Rémi Verschelde |
2018-07-26 | Visualscript: Don't type guess on nil. | K. S. Ernest (iFire) Lee |
2018-07-26 | Visualscript fix crash and generic search does not connect ports. | K. S. Ernest (iFire) Lee |
2018-07-26 | Fix Visual Script duplicate issue | Swarnim Arun |
2018-07-25 | Visualscript: Don't show Shift+A search box at every screen and reuse EDIT_FI... | K. S. Ernest (iFire) Lee |
2018-07-24 | Merge pull request #18867 from fire/better_vx_us_rebase_02 | Juan Linietsky |
2018-07-24 | Improve VisualScript UX | K. S. Ernest (iFire) Lee |
2018-07-22 | Allow opening and editing of any utf_8 file in script editor | Paulb23 |
2018-07-10 | Fix visual script editor interface | K. S. Ernest (iFire) Lee |
2018-05-26 | Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-bars | Max Hilbrunner |
2018-05-15 | -New inspector. | Juan Linietsky |
2018-04-30 | Move things into the title bars of Visual Script nodes. | Pieter-Jan Briers |
2018-04-02 | Abstracted the syntax highlighter from text edit | Paulb23 |
2018-02-14 | Merge pull request #15379 from ianb96/delete_key_fix | Rémi Verschelde |
2018-01-15 | Make sure PropertyHint matches in the VisualScript editor. | K. S. Ernest (iFire) Lee |
2018-01-06 | Filesystem and Visual Script Members keyboard shortcuts fix | Ian |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-17 | Merge pull request #14754 from willnationsdev/dictionary-copy | Rémi Verschelde |
2017-12-17 | Dictionary::copy -> ::duplicate | Will Nations |
2017-12-17 | Now every variant type has its icon. | Daniel J. Ramirez |
2017-12-17 | General use Variant type icons, plus other icon updates. | Daniel J. Ramirez |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky |
2017-11-21 | Merge pull request #11933 from cxong/master | Juan Linietsky |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn |
2017-11-15 | Create API to add and remove VisualScript custom nodes | George Marques |
2017-11-12 | Properly fix node path selection in input ports, closes #12152 | Juan Linietsky |
2017-10-17 | (VS) Add space after "=" sign in variable list | homer666 |
2017-10-13 | Use "Command" for OSX in translation strings (#1619) | Cong |
2017-10-02 | VS now supports white themes. | Daniel J. Ramirez |
2017-10-02 | Added correct initialization for script editor theme. | Daniel J. Ramirez |
2017-09-27 | Remove unecessary anchors&margins set causing bad display (sons of containers) | Gilles Roudiere |
2017-09-22 | Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres... | Gilles Roudiere |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-14 | Improved VisualScriptEditor | Daniel J. Ramirez |
2017-09-13 | Merge pull request #11076 from hpvb/fix-10935 | Rémi Verschelde |
2017-09-12 | Improved VS node coloring | Daniel J. Ramirez |
2017-09-12 | Improved theme generation, and other fixes | Daniel J. Ramirez |
2017-09-12 | Many fixes to visual script, changed virtuals override for a proper selector. | Juan Linietsky |
2017-09-09 | Fix crash on wrong type drag into the vs editor | Hein-Pieter van Braam |
2017-09-03 | Fix. resizeable -> resizable. | Daniel J. Ramirez |
2017-09-01 | Fix files header | Poommetee Ketson |
2017-08-29 | Renamed 'script_changed' signal in the script editor plugin to 'edited_script... | Wilson E. Alvarez |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-25 | Editor: Add some more translatable strings. | Andreas Haas |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-08-22 | VisualScriptEditor: Remove Node when canceling PropertySelector. | Andreas Haas |