summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-108/+54
* | Fix resizer icon color in VisualScripts/Shaders when graph headers is onYuri Roubinsky2020-02-261-2/+10
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-12/+16
|/
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-55/+55
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-29/+29
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-2/+2
* Texture refactorJuan Linietsky2020-02-111-10/+10
* Makes adding port in Visual Script nodes deferredHaoyu Qiu2020-01-141-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1