summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-2/+2
* Make GraphNode handle children with EXPAND flagLeonardo Christino2021-03-081-18/+114
* Merge pull request #45870 from gongpha/graphedit-connection-updateRémi Verschelde2021-02-111-0/+3
|\
| * Update GraphEdit when GraphNode's slot is updatedKongfa Waroros2021-02-111-0/+3
* | Removed _change_notifyreduz2021-02-101-2/+1
* | Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-7/+0
|/
* GraphNode: Add properties for custom iconsJames Westman2021-01-281-2/+14
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-17/+17
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-11/+131
* Refactor MethodBind to use variadic templatesreduz2020-10-181-2/+0
* Renamed toplevel to be top_levelDuroxxigar2020-10-011-5/+5
* Fixed separation of ports on GraphNodelrgilbert2020-07-031-3/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-51/+87
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-52/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-28/+28
* Texture refactorJuan Linietsky2020-02-111-10/+10
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix resizer icon visiblity on light theme in GraphNodeChaosus892019-09-011-1/+2
* Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-2/+1
* Fix GraphNode immediately losing focusEmmanuel Barroga2019-07-131-2/+2
* Fix GraphNode not adding seperation after the first nodeBojidar Marinov2019-06-041-3/+1
* Fix cursor going to start while editing GraphNode's titleBojidar Marinov2019-03-101-2/+4
* Updates containers minimum size when some constants are modifiedgroud2019-01-241-76/+83
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+2
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rename pos to position in user facing methods and variablesletheed2017-09-201-4/+4
* Improved VisualScriptEditorDaniel J. Ramirez2017-09-141-3/+6
* Fix. resizeable -> resizable.Daniel J. Ramirez2017-09-031-10/+10
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-5/+5
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-3/+3
* Fixes method definitions with extra number of argumentsIgnacio Etcheverry2017-08-101-1/+1
* Fixes node selection, and properly ignore mouse on inner comment node body, c...Juan Linietsky2017-08-081-1/+2
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-1/+1
* GraphNode: Remove debug print.Andreas Haas2017-06-061-2/+0
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-1/+1
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-2/+2
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-7/+9
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-306/+250
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-41/+41
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-3/+3
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-141-16/+2