summaryrefslogtreecommitdiffstats
path: root/doc/classes/GraphNode.xml
Commit message (Expand)AuthorAgeFilesLines
* Fix many untagged true/false/null in the documentationMicky2024-11-101-1/+1
* [VisualShader] Add reroute node and improve port drawingHendrik Brucker2024-05-131-0/+3
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-1/+1
* Add `set_slot_custom_icon` and `get_slot_custom_icon` to GraphNodeMansur Isaev2024-01-081-0/+30
* Use bound theme properties for documentationYuri Sizov2023-09-261-3/+0
* Clean up/refactor GraphNode and make it more flexibleHendrik Brucker2023-09-071-176/+75
* Remove GraphNode's comment property and related functionalityHendrik Brucker2023-07-111-9/+0
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-5/+4
* Merge pull request #73713 from SirQuartz/graph-node-close-buttonRémi Verschelde2023-03-021-1/+1
|\
| * Modify the default theme GraphNode close_h_offsetNicholas Huelin2023-02-221-1/+1
* | Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
|/
* Update GraphEdit configuration warning, mark GraphNode/GraphEdit as experimentalHendrik Brucker2023-02-091-1/+2
* Rename (de)selected signals to node_(de)selected in GraphNodeHendrik Brucker2023-01-121-10/+10
* Improve parameter naming and documentation in GraphEdit and GraphNodeYuri Sizov2022-09-091-71/+86
* Add GraphNode 'selected' and 'deselected' signals, simplify GraphEditMaxim Kulkin2022-09-051-0/+10
* Add read-only mode to AnimationTreeEditor pluginsSaracenOne2022-08-251-3/+9
* [doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney2022-08-121-28/+28
* Add missing properties to default themekobewi2022-08-111-0/+3
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-44/+44
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-21/+0
* Improve and fix the GraphNode port hotzonesHendrik Brucker2022-05-301-0/+14
* Improve the VisualShader/VisualScript editor UIHendrik Brucker2022-04-301-0/+21
* Rename theme properties to include underscoresFireForge2022-04-231-2/+2
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Improve the default project themeHugo Locurcio2022-01-191-11/+7
* Make overridden properties link to parent definitionYuri Sizov2021-12-031-1/+1
* Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-30/+30
* Add [theme_item] tag to editor helpkobewi2021-11-181-2/+2
* Add theme item descriptions to the online documentationYuri Sizov2021-08-041-19/+19
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-134/+67
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-4/+4
* -Added missing setters to GraphNode.Anilforextra2021-05-131-8/+75
* class reference proofreadingPaul Joannon2021-03-191-1/+1
* doc: Sync classref with current sourceRémi Verschelde2021-02-191-7/+7
* Update GraphEdit when GraphNode's slot is updatedKongfa Waroros2021-02-111-0/+7
* Rename Control margin to offsetMarcel Admiraal2020-12-231-5/+5
* [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...bruvzg2020-11-261-0/+33
* Add LOTS of missing docsTomasz Chabora2020-03-131-0/+17
* doc: Sync classref with current sourceRémi Verschelde2020-02-121-5/+5
* doc: Sync classref with current sourceRémi Verschelde2020-02-091-0/+1
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* doc: Sync classref with current sourceRémi Verschelde2020-01-281-1/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* doc: Misc updates for AnimationNode* and othersRémi Verschelde2020-01-231-2/+2
* Improve Description of GraphNodeFeniks2020-01-191-5/+6
* Complete docs for GraphEdit/Node and PopupMenuMichael Alexsander2020-01-071-6/+17
* Mention how to add slots to GraphNodeTomasz Chabora2019-12-151-0/+7
* Merge pull request #31389 from Calinou/add-node-commentsRémi Verschelde2019-09-031-0/+1
|\