Hendrik Brucker
|
5afe78bd9c
Clean up/refactor GraphNode and make it more flexible
|
2 years ago |
Hendrik Brucker
|
a38fd09669
Clean up/refactor GraphEdit
|
2 years ago |
Yuri Sizov
|
91258e52be
Merge pull request #79307 from Geometror/remove-graph-node-comment
|
2 years ago |
Hendrik Brucker
|
a29a680920
Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file
|
2 years ago |
Hendrik Brucker
|
662d8c76b3
Remove GraphNode's comment property and related functionality
|
2 years ago |
Hendrik Brucker
|
1e8ca95cdc
[GraphEdit] Fix port hotzones at zoom levels other than 100%
|
2 years ago |
QbieShay
|
237e3c6099
Fix regression in visual nodes hotzones
|
2 years ago |
Ninni Pipping
|
0c16082e1e
Use `get_node_or_null` when null checks are present
|
2 years ago |
Ninni Pipping
|
dcd2b883eb
Use NULL instead of COND checks when appropriate
|
2 years ago |
Michael Alexsander
|
8118d0d2f5
Add more uses of appropriate cursors when resizing/moving some UI nodes
|
2 years ago |
Hendrik Brucker
|
49587fd6d9
Fix several GraphEdit operations at zoom levels other than 100%
|
2 years ago |
Michael Alexsander
|
c567a853db
Fix `GraphNode` resizing when its bottom border is too thin
|
2 years ago |
Hendrik Brucker
|
3aab79914c
Fix GraphEdit port hotzone snapping
|
2 years ago |
Hendrik Brucker
|
4601acbaf4
Update GraphEdit configuration warning, mark GraphNode/GraphEdit as experimental
|
2 years ago |
Silc Renew
|
8f21f637e2
Fix scroll_offset_changed signal doesn't fired when panning GraphEdit
|
2 years ago |
Stanislav Labzyuk
|
068f4d88f6
Fix connections drawing in GraphEdit minimap
|
2 years ago |
Gilles Roudière
|
a3b431b09d
Add gesture to ViewPanner and simplify a bit its API
|
2 years ago |
Rémi Verschelde
|
2d214c8881
Merge pull request #70685 from stmSi/fix-nan-graphedit-infinite-loop
|
2 years ago |
stmSi
|
d1bd7539a6
Fix NaN value making infinite loop inside GraphEdit's NOTIFICATION_DRAW
|
2 years ago |
Hendrik Brucker
|
62278eb236
Rename (de)selected signals to node_(de)selected in GraphNode
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
K. S. Ernest (iFire) Lee
|
8302f17adf
Update graph_edit.cpp to automatically arrange nodes if nothing is selected.
|
2 years ago |
kobewi
|
5490c22ffb
Improve usage of StringNames in GraphEdit
|
3 years ago |
Haoyu Qiu
|
06a0b26c9e
Fix inspector not showing name for LabelSettings.font
|
2 years ago |
kobewi
|
d06a8320e5
Simplify GDVIRTUAL_CALL calls
|
2 years ago |
Rémi Verschelde
|
2ffb609658
Merge pull request #66337 from EricEzaM/sprite-frames
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
Eric M
|
2eda77c682
Ensure all checks of `is_action` in the editor which are for 'shortcut' use, check the action exactly.
|
2 years ago |
Marc Gilleron
|
aed3822a93
Change return type of `get_configuration_warnings` to `PackedStringArray`
|
2 years ago |
Hendrik Brucker
|
299585fcde
Add configuration warning to GraphEdit regarding future refactoring
|
2 years ago |