summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-1/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Removed hardcoded shortcuts from /scene and converted to input actionsEric M2021-02-181-8/+4
* Removed _change_notifyreduz2021-02-101-5/+4
* Snap VisualScript comment to grid when resizingKanabenki2021-02-061-2/+9
* Fix minimap capturing events and improve its themeYuri Sizov2021-01-251-0/+6
* Auto-assign default value for variable in visual script on type changingYuri Roubinsky2021-01-041-0/+13
* Merge pull request #39649 from swarnimarun/master-visualscript-refactorRémi Verschelde2021-01-041-1132/+651
|\
| * Refactoring Visual ScriptSwarnim Arun2021-01-011-1132/+651
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-7/+7
* Rename Control margin to offsetMarcel Admiraal2020-12-231-7/+7
* Fix broken members panel in visual script editorYuri Roubinsky2020-12-181-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-5/+5
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-1/+1
|\
| * Implement new shortcuts system.Eric M2020-11-231-1/+1
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+1
|/
* Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-2/+2
* Refactored variant constructor logicreduz2020-11-091-4/+7
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
* Removed underscore from GraphEdit begin/end_node_move signalsYuri Roubinsky2020-10-201-2/+2
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* Merge pull request #41861 from Razoric480/fix-vscript-value-by-typeRémi Verschelde2020-09-181-2/+14
|\
| * Add a VScript func to sanitize variant valuesFrancois Belair2020-09-181-2/+14
* | Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-2/+4
|/
* Make unsaved scripts in the script editor more user-friendlyAndrii Doroshenko (Xrayez)2020-07-261-1/+8
* Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp2020-07-171-0/+5
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-2/+2
* Expose Syntax highlighter for editor pluginsPaulb232020-07-111-0/+2
* Convert syntax highlighters into a resourcePaulb232020-07-111-2/+2
* Fix crashing of VisualScript due to...Swarnim Arun2020-05-251-0/+6
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-107/+201
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-200/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-72/+200
* Rename InputFilter back to InputRémi Verschelde2020-04-281-14/+14
* Merge pull request #37542 from swarnimarun/patch_vs_02Rémi Verschelde2020-04-121-0/+5
|\
| * Update vsnodes on editing vs variablesSwarnim Arun2020-04-031-0/+5
* | Merge pull request #37530 from swarnimarun/patch_vs_01Rémi Verschelde2020-04-101-0/+16
|\ \
| * | VisualScript styling for new Variant TypesSwarnim Arun2020-04-031-0/+16
| |/
* / Remove Node.get_position_in_parent()Tomasz Chabora2020-04-061-1/+1
|/
* Replace NULL with nullptrlupoDharkael2020-04-021-11/+11
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-83/+83
* Working multiple window support, including editorJuan Linietsky2020-03-261-6/+3
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-14/+14
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-18/+18
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1