Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add cut_nodes_request signal to GraphEdit | aryan-11825114 | 2024-09-27 | 1 | -0/+5 |
| | |||||
* | [GraphEdit] Add a note about the behavior of get_children() | Hendrik Brucker | 2024-06-29 | 1 | -0/+1 |
| | |||||
* | Add GraphFrame and integrate it in VisualShader | Hendrik Brucker | 2024-04-04 | 1 | -0/+44 |
| | |||||
* | Rename some arguments called "position" | kobewi | 2024-03-27 | 1 | -2/+2 |
| | |||||
* | Documentation: Add support for deprecated/experimental messages | Danil Alexeev | 2024-02-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #87047 from Mickeon/documentation-missing-signals | Yuri Sizov | 2024-01-24 | 1 | -7/+9 |
|\ | | | | | | | Add missing descriptions to remaining signals | ||||
| * | Add missing descriptions to remaining signals. | Micky | 2024-01-23 | 1 | -7/+9 |
| | | |||||
* | | Rework GraphEdit connections (drawing, API, optimizations) | Hendrik Brucker | 2024-01-18 | 1 | -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-grid | Yuri Sizov | 2023-12-19 | 1 | -2/+11 |
|\ | | | | | | | Add dotted grid to GraphEdit | ||||
| * | Add different grid patterns to GraphEdit | Hendrik Brucker | 2023-11-14 | 1 | -2/+11 |
| | | |||||
* | | Update the description of the method get_connection_line in GraphEdit.xml | ZeferinoI | 2023-12-14 | 1 | -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_1 | Rémi Verschelde | 2023-10-18 | 1 | -1/+2 |
|\ | | | | | | | Document, cleanup and fix some theme properties | ||||
| * | Document, cleanup and fix some theme properties | kobewi | 2023-09-27 | 1 | -1/+2 |
| | | |||||
* | | Make `GraphEdit` toolbar more customizable | Yuri Sizov | 2023-10-02 | 1 | -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 Sizov | 2023-09-26 | 1 | -7/+7 |
|/ | |||||
* | Clean up/refactor GraphNode and make it more flexible | Hendrik Brucker | 2023-09-07 | 1 | -9/+9 |
| | | | | | Split GraphNode into GraphElement and GraphNode, add custom titlebar, and adjust theming. | ||||
* | Clean up/refactor GraphEdit | Hendrik Brucker | 2023-07-24 | 1 | -14/+22 |
| | |||||
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -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-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
| | | | | Keep on waitin' | ||||
* | Overhaul the top sections of the class reference (GUI classes) | VolTer | 2023-05-28 | 1 | -4/+3 |
| | |||||
* | Fix GDScript code style regarding colon | Danil Alexeev | 2023-03-05 | 1 | -4/+4 |
| | |||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Update GraphEdit configuration warning, mark GraphNode/GraphEdit as experimental | Hendrik Brucker | 2023-02-09 | 1 | -1/+2 |
| | |||||
* | Fix C# examples in documentation | Raul Santos | 2023-01-31 | 1 | -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 GraphEdit | kobewi | 2022-12-02 | 1 | -1/+1 |
| | |||||
* | Improve parameter naming and documentation in GraphEdit and GraphNode | Yuri Sizov | 2022-09-09 | 1 | -63/+67 |
| | | | | Co-authored-by: Maganty Rushyendra <mrushyendra@yahoo.com.sg> | ||||
* | Add read-only mode to AnimationTreeEditor plugins | SaracenOne | 2022-08-25 | 1 | -0/+3 |
| | |||||
* | Replace Array return types with TypedArray 2 | kobewi | 2022-08-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #64315 from ↵ | Clay John | 2022-08-18 | 1 | -1/+1 |
|\ | | | | | | | | | Daylily-Zeleen/fixed-GraphEdit-signal-argument-type Fixed GraphEdit signal argument type | ||||
| * | fixed GraphEdit signal argument type | daylilyzeleen | 2022-08-12 | 1 | -1/+1 |
| | | |||||
* | | [doc] Use "param" instead of "code" to refer to parameters (6) | Andy Maloney | 2022-08-12 | 1 | -12/+12 |
|/ | |||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -64/+64 |
| | |||||
* | Add GraphEdit.is_node_hover_valid(...) method | Johannes Witt | 2022-07-31 | 1 | -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 lines | Hendrik Brucker | 2022-05-30 | 1 | -4/+3 |
| | |||||
* | Improve and fix the GraphNode port hotzones | Hendrik Brucker | 2022-05-30 | 1 | -4/+4 |
| | | | | Co-authored-by: Ansraer <jacky2611@gmail.com> | ||||
* | Add node list param to `GraphEdit::delete_nodes_request` signal | Yuri Rubinsky | 2022-05-17 | 1 | -1/+2 |
| | |||||
* | Rename theme properties to include underscores | FireForge | 2022-04-23 | 1 | -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_ part | Marcel Admiraal | 2022-03-08 | 1 | -1/+1 |
| | |||||
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -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_pan | Rémi Verschelde | 2022-01-12 | 1 | -0/+11 |
|\ | |||||
| * | Unify panning in sub-editors and make it configurable | kobewi | 2022-01-11 | 1 | -0/+11 |
| | | |||||
* | | Merge pull request #56323 from ↵ | Rémi Verschelde | 2022-01-11 | 1 | -1/+1 |
|\ \ | |/ |/| | | | Gallilus/Update-default-port_grab_distance_vertical | ||||
| * | Update default port_grab_distance_vertical | David Cambré | 2021-12-29 | 1 | -1/+1 |
| | | |||||
* | | Rename GraphEdit connection_drag_begun to connection_drag_started | Johannes Witt | 2022-01-07 | 1 | -7/+7 |
| | | |||||
* | | Add `GraphEdit` drag notifications | Johannes Witt | 2022-01-06 | 1 | -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_hotzones2 | Rémi Verschelde | 2021-12-15 | 1 | -0/+37 |
|\ | | | | | Expose connection hot zones in `GraphNode` | ||||
| * | Expose connection hot zones in GraphNode | mechPenSketch | 2021-12-12 | 1 | -0/+37 |
| | | |||||
* | | Make overridden properties link to parent definition | Yuri Sizov | 2021-12-03 | 1 | -2/+2 |
| | | | | | | | | Co-authored-by: Josh DeGraw <joshmdegraw@gmail.com> | ||||
* | | Sort and group theme properties in docs, improve formatting for theme and enums | Yuri Sizov | 2021-12-01 | 1 | -19/+19 |
| | | |||||
* | | Add [theme_item] tag to editor help | kobewi | 2021-11-18 | 1 | -1/+1 |
| | |