index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
graph_node.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix graph node stretch not taking titlebar into account
Gaktan
2024-09-08
1
-1
/
+1
*
Add visibilty mode to as_sortable_control()
kobewi
2024-06-03
1
-4
/
+4
*
[VisualShader] Add reroute node and improve port drawing
Hendrik Brucker
2024-05-13
1
-0
/
+13
*
Add as_sortable_control() to unify Container checks
kobewi
2024-05-08
1
-9
/
+8
*
Merge pull request #90229 from Santoss1809/master
Rémi Verschelde
2024-04-26
1
-1
/
+2
|
\
|
*
Fix error message when removing only child from GraphNode
João Santos
2024-04-26
1
-1
/
+2
*
|
Fixed port cache calculation in GraphNode
nagidev
2024-04-24
1
-9
/
+11
|
/
*
Add `set_slot_custom_icon` and `get_slot_custom_icon` to GraphNode
Mansur Isaev
2024-01-08
1
-0
/
+48
*
Fix GraphNode slot index inconsistency.
Hendrik Brucker
2023-10-24
1
-2
/
+2
*
Bind remaining theme properties to their respective classes
Yuri Sizov
2023-09-13
1
-27
/
+35
*
Clean up/refactor GraphNode and make it more flexible
Hendrik Brucker
2023-09-07
1
-708
/
+411
*
Clean up/refactor GraphEdit
Hendrik Brucker
2023-07-24
1
-1
/
+1
*
Remove GraphNode's comment property and related functionality
Hendrik Brucker
2023-07-11
1
-43
/
+1
*
Single Compilation Unit build.
lawnjelly
2023-06-06
1
-6
/
+0
*
Add more uses of appropriate cursors when resizing/moving some UI nodes
Michael Alexsander
2023-05-07
1
-1
/
+12
*
GraphNode ignore non-visible children for minimum size.
Johan Aires Rastén
2023-04-05
1
-1
/
+1
*
Fix `GraphNode` resizing when its bottom border is too thin
Michael Alexsander
2023-02-23
1
-4
/
+4
*
Rename (de)selected signals to node_(de)selected in GraphNode
Hendrik Brucker
2023-01-12
1
-3
/
+3
*
Use BitField<> hint for ArrayFormat
Juan Linietsky
2023-01-08
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Prevent editor crash when deleting children of GraphNode
zhangjianguo
2022-11-30
1
-29
/
+37
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-2
/
+2
*
Improve parameter naming and documentation in GraphEdit and GraphNode
Yuri Sizov
2022-09-09
1
-60
/
+86
*
Add GraphNode 'selected' and 'deselected' signals, simplify GraphEdit
Maxim Kulkin
2022-09-05
1
-1
/
+7
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-22
/
+22
*
Merge pull request #63249 from V-Sekai/animation_tree_editor_read_only
Rémi Verschelde
2022-08-27
1
-0
/
+24
|
\
|
*
Add read-only mode to AnimationTreeEditor plugins
SaracenOne
2022-08-25
1
-0
/
+24
*
|
Merge pull request #64806 from Zylann/graph_node_protected_validate_property
Rémi Verschelde
2022-08-25
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
Make GraphNode::_validate_property protected so GraphNode can be inherited.
Marc Gilleron
2022-08-24
1
-3
/
+1
*
|
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-23
1
-0
/
+48
|
/
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-4
/
+3
*
Remove rect_ prefix from control properties when keyframing
Hakim
2022-08-05
1
-1
/
+1
*
Fix GraphNode slot list
kobewi
2022-08-02
1
-0
/
+1
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-67
/
+5
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-1
/
+1
*
Improve and fix the GraphNode port hotzones
Hendrik Brucker
2022-05-30
1
-6
/
+28
*
Merge pull request #60463 from Geometror/improve-vs-1
Rémi Verschelde
2022-05-16
1
-19
/
+62
|
\
|
*
Improve the VisualShader/VisualScript editor UI
Hendrik Brucker
2022-04-30
1
-19
/
+62
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
|
/
*
Rename theme properties to include underscores
FireForge
2022-04-23
1
-2
/
+2
*
Fix GraphNode not resizing with larger title
Marc Gilleron
2022-04-05
1
-1
/
+0
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-0
/
+1
*
Reorganize inspector layout workflow for Control nodes
Yuri Sizov
2022-02-10
1
-0
/
+19
*
Improve locale detection.
bruvzg
2022-01-18
1
-1
/
+1
*
[TextServer] Improve ligature cursor handling.
bruvzg
2022-01-09
1
-3
/
+3
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
Rename minimum_size_changed() method
kobewi
2021-12-06
1
-2
/
+2
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-2
/
+2
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-6
/
+6
[next]