summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/editor
Commit message (Expand)AuthorAgeFilesLines
* Initialize bools in the headers in editorAaron Franke2022-03-122-3/+1
* 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-162-0/+3
|\
| * Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-162-0/+3
* | Added icons for missing types in visual script’s icon list.MisoMosiSpy2022-02-161-0/+3
|/
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Fix renaming function dialog in VisualScript does not work correctlyjmb4622022-02-122-1/+10
* Fix typos with codespellRémi Verschelde2022-02-101-5/+5
* Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde2022-02-082-15/+15
|\
| * Re-add missing `SNAME` macros in `get_theme_*` callsRémi Verschelde2022-02-081-2/+2
| * Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-082-17/+17
* | 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-062-17/+17
* Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde2022-02-031-1/+1
|\
| * String: Add contains().Anilforextra2022-02-041-1/+1
* | initialized member variables in headerzwebb2022-02-033-15/+13
|/
* 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-214-728/+1522
|\ \
| * | Improve Visual Script editor to suggest the proper visual script nodes.David Cambré2022-01-174-728/+1522
| |/
* | Store panels and docks singletons in their own classestrollodel2022-01-201-1/+1
* | Convert TextEdit callbacks to CallablePaulb232022-01-192-2/+2
|/
* 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-122-15/+59
|\ \
| * | Add context menu to visual script editorYuri Roubinsky2022-01-092-15/+59
* | | Unify panning in sub-editors and make it configurablekobewi2022-01-111-0/+5
|/ /
* / Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
|/
* 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-092-17/+17
* 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-122-26/+26
* Make OpenSimplex and VisualScript modules not depend on the editorAaron Franke2021-11-124-0/+5806