summaryrefslogtreecommitdiff
path: root/modules/visual_script
AgeCommit message (Expand)Author
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-05-17Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde
2021-05-15Add get_base_editor to ScriptEditorBasesent44
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-07Merge pull request #33577 from Calinou/highlight-control-flow-keywordsRémi Verschelde
2021-05-06Merge pull request #45607 from Calinou/improve-editor-themeRémi Verschelde
2021-05-05Highlight control flow keywords with a different colorHugo Locurcio
2021-05-04Re-bind posmod, use int64_t instead of intRémi Verschelde
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-04-29Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde
2021-04-27Improve the editor themeHugo Locurcio
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-17Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal
2021-04-05Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde
2021-04-05Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde
2021-04-05Merge pull request #47592 from jmb462/fix-VisualScriptFunctionState-connect-t...Rémi Verschelde
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-04-03Fix VisualScriptFunctionState connect to null object crashjmb462
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-18Removed hardcoded shortcuts from /scene and converted to input actionsEric M
2021-02-11Improve resource load cachereduz
2021-02-10Removed _change_notifyreduz
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-02-06Snap VisualScript comment to grid when resizingKanabenki
2021-02-01Replace ColorN and from HTML with a string constructorAaron Franke
2021-01-25Fix minimap capturing events and improve its themeYuri Sizov
2021-01-07Merge pull request #44918 from Chaosus/vs_assign_default_valueRémi Verschelde
2021-01-04Merge pull request #44914 from swarnimarun/master-visualscript-refactorRémi Verschelde
2021-01-05Fix doc for the VisualScript class.Swarnim Arun
2021-01-04Auto-assign default value for variable in visual script on type changingYuri Roubinsky
2021-01-04Merge pull request #39649 from swarnimarun/master-visualscript-refactorRémi Verschelde
2021-01-04doc: Sync classref with current sourceRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2021-01-01Refactoring Visual ScriptSwarnim Arun
2020-12-28Rename Math::stepify to snappedMarcel Admiraal
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-18Fix broken members panel in visual script editorYuri Roubinsky
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-05Remove connect *_compat methodsAaron Franke
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-29Documentation generation for GDScriptThakee Nathees
2020-11-28Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-23Implement new shortcuts system.Eric M
2020-11-20doc: Warn about using Node internal processingRémi Verschelde
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-11Refactor variant built-in methods yet again.reduz
2020-11-09Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde