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
|
3 years ago |
Yuri Sizov
|
29c8504dd9
Improve parameter naming and documentation in GraphEdit and GraphNode
|
3 years ago |
kobewi
|
b218727599
Rename raise() to move_to_front()
|
3 years ago |
Maxim Kulkin
|
9a35ede23f
Add GraphNode 'selected' and 'deselected' signals, simplify GraphEdit
|
3 years ago |
Micky
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
Rémi Verschelde
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 years ago |