summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/editor/visual_script_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix visual editor settings change propagationHendrik Brucker2022-06-071-0/+3
* Support explicit values in flag properties, add C# flags supportRaul Santos2022-06-031-1/+43
* Improve Graphedit connection linesHendrik Brucker2022-05-301-0/+5
* Merge pull request #47665 from trollodel/tree_more_buttons_signalsRémi Verschelde2022-05-241-4/+12
|\
| * Add the button pressed to some signals in Treetrollodel2022-05-211-4/+12
* | Merge pull request #61017 from derammo/derammo_58121Rémi Verschelde2022-05-221-9/+0
|\ \ | |/ |/|
| * display of large help text in visual scriptderammo2022-05-211-9/+0
* | Use range iterators for RBSet in most casesAaron Record2022-05-191-26/+26
* | Merge pull request #60463 from Geometror/improve-vs-1Rémi Verschelde2022-05-161-2/+10
|\ \
| * | Improve the VisualShader/VisualScript editor UIHendrik Brucker2022-04-301-2/+10
* | | Replace most uses of Map by HashMapreduz2022-05-161-32/+32
| |/ |/|
* | Add a new HashMap implementationreduz2022-05-121-7/+5
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-4/+4
|/
* Improve VisualScript search and instancing of nodesDavid Cambré2022-04-171-2/+38
* Fix Visual Script's jump to function relative to zoomNicholas Huelin2022-04-121-1/+1
* Initialize bools in the headers in editorAaron Franke2022-03-121-2/+0
* Remove VARIANT_ARG* macrosreduz2022-03-091-1/+1
* Sort variables in VisualScriptEditorRaul Santos2022-02-241-0/+1
* Don't process VisualScriptNodesmegalobyte2022-02-191-1/+1
* Merge pull request #58187 from jakobbouchard/notification-switch-chunk-cRémi Verschelde2022-02-161-0/+1
|\
| * Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-0/+1
* | Added icons for missing types in visual script’s icon list.MisoMosiSpy2022-02-161-0/+3
|/
* Fix renaming function dialog in VisualScript does not work correctlyjmb4622022-02-121-1/+9
* Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde2022-02-081-10/+10
|\
| * Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-10/+10
* | Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-1/+0
|/
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-10/+10
* String: Add contains().Anilforextra2022-02-041-1/+1
* Minor tweaks and fixes to panningkobewi2022-01-231-1/+1
* Merge pull request #57000 from KoBeWi/UNLIMITED_PANNINGRémi Verschelde2022-01-231-1/+3
|\
| * Add ViewPanner to 2D editorkobewi2022-01-211-1/+3
* | Merge pull request #56252 from Gallilus/Update-visual-script-property-selectorRémi Verschelde2022-01-211-133/+263
|\ \
| * | Improve Visual Script editor to suggest the proper visual script nodes.David Cambré2022-01-171-133/+263
| |/
* | Store panels and docks singletons in their own classestrollodel2022-01-201-1/+1
* | Convert TextEdit callbacks to CallablePaulb232022-01-191-1/+1
|/
* Fix crash when exiting the editorHaoyu Qiu2022-01-151-1/+1
* Merge pull request #55541 from KoBeWi/outcognito_scriptsRémi Verschelde2022-01-141-0/+9
|\
| * Make script type distinguishable by iconkobewi2022-01-131-0/+9
* | Merge pull request #56646 from Chaosus/vst_context_menuRémi Verschelde2022-01-121-7/+46
|\ \
| * | Add context menu to visual script editorYuri Roubinsky2022-01-091-7/+46
* | | Unify panning in sub-editors and make it configurablekobewi2022-01-111-0/+5
|/ /
* / Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Fix incorrect placement of default value editor in visual scriptsYuri Roubinsky2021-12-131-1/+1
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-9/+9
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-6/+6
* Fix bad popups offset in editor with single window offjmb4622021-12-061-6/+6
* Fixes variable/singal nodes not renaming in visualscript editorUmang Kalra2021-11-241-0/+29
* Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-6/+6
* Use "enum class" for input enumsAaron Franke2021-11-121-22/+22
* Make OpenSimplex and VisualScript modules not depend on the editorAaron Franke2021-11-121-0/+4612