summaryrefslogtreecommitdiffstats
path: root/doc/classes/GraphEdit.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add cut_nodes_request signal to GraphEditaryan-118251142024-09-271-0/+5
|
* [GraphEdit] Add a note about the behavior of get_children()Hendrik Brucker2024-06-291-0/+1
|
* Add GraphFrame and integrate it in VisualShaderHendrik Brucker2024-04-041-0/+44
|
* Rename some arguments called "position"kobewi2024-03-271-2/+2
|
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-1/+1
|
* Merge pull request #87047 from Mickeon/documentation-missing-signalsYuri Sizov2024-01-241-7/+9
|\ | | | | | | Add missing descriptions to remaining signals
| * Add missing descriptions to remaining signals.Micky2024-01-231-7/+9
| |
* | Rework GraphEdit connections (drawing, API, optimizations)Hendrik Brucker2024-01-181-4/+35
|/ | | | - GraphEdit now uses Line2D nodes to draw connection lines and uses a dedicated canvas item shader for them
* Merge pull request #83785 from Geometror/graphedit-dotted-gridYuri Sizov2023-12-191-2/+11
|\ | | | | | | Add dotted grid to GraphEdit
| * Add different grid patterns to GraphEditHendrik Brucker2023-11-141-2/+11
| |
* | Update the description of the method get_connection_line in GraphEdit.xmlZeferinoI2023-12-141-1/+1
|/ | | The form should be like { from_port: 0, from_node: "GraphNode name 0", to_port: 1, to_node: "GraphNode name 1" }
* Merge pull request #82409 from KoBeWi/3_in_1Rémi Verschelde2023-10-181-1/+2
|\ | | | | | | Document, cleanup and fix some theme properties
| * Document, cleanup and fix some theme propertieskobewi2023-09-271-1/+2
| |
* | Make `GraphEdit` toolbar more customizableYuri Sizov2023-10-021-4/+18
| | | | | | | | | | Also adds a semi-transparent background to make the toolbar stand out in front of nodes.
* | Rename close requests to delete requests in `GraphEdit`Yuri Sizov2023-09-261-7/+7
|/
* Clean up/refactor GraphNode and make it more flexibleHendrik Brucker2023-09-071-9/+9
| | | | | Split GraphNode into GraphElement and GraphNode, add custom titlebar, and adjust theming.
* Clean up/refactor GraphEditHendrik Brucker2023-07-241-14/+22
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-4/+3
|
* Fix GDScript code style regarding colonDanil Alexeev2023-03-051-4/+4
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Update GraphEdit configuration warning, mark GraphNode/GraphEdit as experimentalHendrik Brucker2023-02-091-1/+2
|
* Fix C# examples in documentationRaul Santos2023-01-311-2/+3
| | | | | | | | | | - Fix documentation after C# renames. - Add missing `partial` in C# class declarations. - Change `delta` parameter type to `double` in C#. - Ensure parameters match base declaration. - Use `$` string interpolation in C#. - Fix invalid or outdated C# code. - Changed some examples to follow our style guide more closely.
* Improve usage of StringNames in GraphEditkobewi2022-12-021-1/+1
|
* Improve parameter naming and documentation in GraphEdit and GraphNodeYuri Sizov2022-09-091-63/+67
| | | | Co-authored-by: Maganty Rushyendra <mrushyendra@yahoo.com.sg>
* Add read-only mode to AnimationTreeEditor pluginsSaracenOne2022-08-251-0/+3
|
* Replace Array return types with TypedArray 2kobewi2022-08-231-1/+1
|
* Merge pull request #64315 from ↵Clay John2022-08-181-1/+1
|\ | | | | | | | | Daylily-Zeleen/fixed-GraphEdit-signal-argument-type Fixed GraphEdit signal argument type
| * fixed GraphEdit signal argument typedaylilyzeleen2022-08-121-1/+1
| |
* | [doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney2022-08-121-12/+12
|/
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-64/+64
|
* Add GraphEdit.is_node_hover_valid(...) methodJohannes Witt2022-07-311-0/+23
| | | | | | | | This is a virtual method that can be used to add additional error condition checks while the connection is still being dragged. If true is returned, the connection is valid. If false is returned, the connection is invalid and thus not possible (ie. it will not snap). The virtual method is exposed with an underscore to scripts.
* Improve Graphedit connection linesHendrik Brucker2022-05-301-4/+3
|
* Improve and fix the GraphNode port hotzonesHendrik Brucker2022-05-301-4/+4
| | | | Co-authored-by: Ansraer <jacky2611@gmail.com>
* Add node list param to `GraphEdit::delete_nodes_request` signalYuri Rubinsky2022-05-171-1/+2
|
* Rename theme properties to include underscoresFireForge2022-04-231-1/+1
| | | | | | | | | | | | | | - check_vadjust -> check_v_adjust - close_h_ofs -> close_h_offset - close_v_ofs -> close_v_offset - commentfocus -> comment_focus - hseparation -> h_separation - ofs -> offset - selectedframe -> selected_frame - state_machine_selectedframe -> state_machine_selected_frame - table_hseparation -> table_h_separation - table_vseparation -> table_v_separation - vseparation -> v_separation
* Rename Control's Rect properties to exclude rect_ partMarcel Admiraal2022-03-081-1/+1
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Merge pull request #53185 from KoBeWi/viewing_panRémi Verschelde2022-01-121-0/+11
|\
| * Unify panning in sub-editors and make it configurablekobewi2022-01-111-0/+11
| |
* | Merge pull request #56323 from ↵Rémi Verschelde2022-01-111-1/+1
|\ \ | |/ |/| | | Gallilus/Update-default-port_grab_distance_vertical
| * Update default port_grab_distance_verticalDavid Cambré2021-12-291-1/+1
| |
* | Rename GraphEdit connection_drag_begun to connection_drag_startedJohannes Witt2022-01-071-7/+7
| |
* | Add `GraphEdit` drag notificationsJohannes Witt2022-01-061-0/+21
|/ | | | | | | | | | | | | | This commit adds two signals: * connection_drag_begun, which is emitted when a connection is started to be created by the user and * `connection_drag_ended`, which is emitted when no longer a connection is created. Additionally `force_connection_drag_end()` adds the possibility to end the connection dragging. If called from user code, no other connection request signals are invoked. This is useful to add `GraphNode`s via shortcuts while the user is dragging a connection to directly connect the newly added node.
* Merge pull request #52015 from mechPenSketch/expose_hotzones2Rémi Verschelde2021-12-151-0/+37
|\ | | | | Expose connection hot zones in `GraphNode`
| * Expose connection hot zones in GraphNodemechPenSketch2021-12-121-0/+37
| |
* | Make overridden properties link to parent definitionYuri Sizov2021-12-031-2/+2
| | | | | | | | Co-authored-by: Josh DeGraw <joshmdegraw@gmail.com>
* | Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-19/+19
| |
* | Add [theme_item] tag to editor helpkobewi2021-11-181-1/+1
| |