summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_edit.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* [GraphEdit] Convert to minimap line after getting connection line.Daylily-Zeleen2024-05-291-1/+1
* Add GraphFrame and integrate it in VisualShaderHendrik Brucker2024-04-041-2/+28
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-1/+1
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-1/+1
* Rework GraphEdit connections (drawing, API, optimizations)Hendrik Brucker2024-01-181-20/+62
* Add different grid patterns to GraphEditHendrik Brucker2023-11-141-0/+12
* Make `GraphEdit` toolbar more customizableYuri Sizov2023-10-021-13/+37
* Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-20/+53
* Clean up/refactor GraphNode and make it more flexibleHendrik Brucker2023-09-071-9/+9
* Make GraphEdit's cpp virtuals equal to gdscript.Daylily-Zeleen2023-08-091-3/+5
* Clean up/refactor GraphEditHendrik Brucker2023-07-241-87/+86
* Remove GraphNode's comment property and related functionalityHendrik Brucker2023-07-111-5/+0
* Add more uses of appropriate cursors when resizing/moving some UI nodesMichael Alexsander2023-05-071-0/+4
* Add gesture to ViewPanner and simplify a bit its APIGilles Roudière2023-01-231-3/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Improve usage of StringNames in GraphEditkobewi2022-12-021-2/+2
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-1/+1
* Add configuration warning to GraphEdit regarding future refactoringHendrik Brucker2022-09-141-0/+2
* Improve parameter naming and documentation in GraphEdit and GraphNodeYuri Sizov2022-09-091-2/+2
* Add GraphNode 'selected' and 'deselected' signals, simplify GraphEditMaxim Kulkin2022-09-051-0/+2
* Add read-only mode to AnimationTreeEditor pluginsSaracenOne2022-08-251-0/+5
* Replace Array return types with TypedArray 2kobewi2022-08-231-1/+1
* Add GraphEdit.is_node_hover_valid(...) methodJohannes Witt2022-07-311-0/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Improve Graphedit connection linesHendrik Brucker2022-05-301-0/+4
* Improve and fix the GraphNode port hotzonesHendrik Brucker2022-05-301-3/+3
* Add a new HashSet templatereduz2022-05-201-10/+13
* Replace most uses of Map by HashMapreduz2022-05-161-8/+8
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-5/+6
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-16/+16
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+0
* Minor tweaks and fixes to panningkobewi2022-01-231-1/+1
* Add ViewPanner to 2D editorkobewi2022-01-211-1/+4
* Unify panning in sub-editors and make it configurablekobewi2022-01-111-0/+18
* Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhereRémi Verschelde2022-01-071-0/+2
|\
| * Use GDVIRTUAL* macros when binding virtual methods in exposed classesYuri Sizov2021-12-291-0/+2
* | Add `GraphEdit` drag notificationsJohannes Witt2022-01-061-0/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Merge pull request #52015 from mechPenSketch/expose_hotzones2Rémi Verschelde2021-12-151-1/+3
|\
| * Expose connection hot zones in GraphNodemechPenSketch2021-12-121-1/+3
* | Making nodes enclosed within comment move with the comment nodeUmang Kalra2021-11-151-0/+5
|/
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-4/+4
* Make GraphEdit connections consistent on zoomJummit2021-08-221-1/+1
* Refactor GraphEdit connectionsJummit2021-08-211-3/+2
* Better port handling connection for `GraphEdit`Yuri Roubinsky2021-08-121-1/+1
* Automatic arrangement of nodes in VisualScript/VisualShaders editorsUmang Kalra2021-08-111-0/+22
* Remove clips_input() method and use clip_contentkobewi2021-06-251-1/+0
* Make zoom limits and step adjustable in GraphEditYuri Sizov2021-06-161-4/+22