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_edit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GraphEdit connection layer child as internal
Lera Elvoé
2023-11-17
1
-1
/
+1
*
Fix GraphNode slot index inconsistency.
Hendrik Brucker
2023-10-24
1
-6
/
+6
*
Merge pull request #82409 from KoBeWi/3_in_1
Rémi Verschelde
2023-10-18
1
-1
/
+1
|
\
|
*
Document, cleanup and fix some theme properties
kobewi
2023-09-27
1
-1
/
+1
*
|
Make `GraphEdit` toolbar more customizable
Yuri Sizov
2023-10-02
1
-63
/
+145
*
|
Rename close requests to delete requests in `GraphEdit`
Yuri Sizov
2023-09-26
1
-8
/
+12
|
/
*
Merge pull request #81939 from YuriSizov/gui-flat-and-depressed
Rémi Verschelde
2023-09-25
1
-7
/
+7
|
\
|
*
Replace flat buttons with flat-styled buttons with a visible pressed state
Yuri Sizov
2023-09-19
1
-7
/
+7
*
|
Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform
ajreckof
2023-09-19
1
-4
/
+4
|
/
*
Merge pull request #81600 from aaronfranke/fix-graph-edit-valid-port-conn-type
Yuri Sizov
2023-09-14
1
-1
/
+1
|
\
|
*
Fix GraphEdit port valid connections incorrectly checking sides
Aaron Franke
2023-09-12
1
-1
/
+1
*
|
Bind remaining theme properties to their respective classes
Yuri Sizov
2023-09-13
1
-61
/
+79
|
/
*
Clean up/refactor GraphNode and make it more flexible
Hendrik Brucker
2023-09-07
1
-145
/
+159
*
Clean up/refactor GraphEdit
Hendrik Brucker
2023-07-24
1
-920
/
+489
*
Merge pull request #79307 from Geometror/remove-graph-node-comment
Yuri Sizov
2023-07-24
1
-77
/
+3
|
\
|
*
Remove GraphNode's comment property and related functionality
Hendrik Brucker
2023-07-11
1
-77
/
+3
*
|
Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file
Hendrik Brucker
2023-07-17
1
-0
/
+1
|
/
*
[GraphEdit] Fix port hotzones at zoom levels other than 100%
Hendrik Brucker
2023-06-25
1
-2
/
+2
*
Fix regression in visual nodes hotzones
QbieShay
2023-06-22
1
-0
/
+1
*
Use `get_node_or_null` when null checks are present
Ninni Pipping
2023-06-10
1
-1
/
+1
*
Use NULL instead of COND checks when appropriate
Ninni Pipping
2023-06-10
1
-7
/
+7
*
Add more uses of appropriate cursors when resizing/moving some UI nodes
Michael Alexsander
2023-05-07
1
-0
/
+17
*
Fix several GraphEdit operations at zoom levels other than 100%
Hendrik Brucker
2023-04-02
1
-6
/
+0
*
Fix `GraphNode` resizing when its bottom border is too thin
Michael Alexsander
2023-02-23
1
-17
/
+25
*
Fix GraphEdit port hotzone snapping
Hendrik Brucker
2023-02-12
1
-1
/
+1
*
Update GraphEdit configuration warning, mark GraphNode/GraphEdit as experimental
Hendrik Brucker
2023-02-09
1
-1
/
+1
*
Fix scroll_offset_changed signal doesn't fired when panning GraphEdit
Silc Renew
2023-02-01
1
-4
/
+4
*
Fix connections drawing in GraphEdit minimap
Stanislav Labzyuk
2023-01-28
1
-2
/
+3
*
Add gesture to ViewPanner and simplify a bit its API
Gilles Roudière
2023-01-23
1
-23
/
+5
*
Merge pull request #70685 from stmSi/fix-nan-graphedit-infinite-loop
Rémi Verschelde
2023-01-16
1
-0
/
+1
|
\
|
*
Fix NaN value making infinite loop inside GraphEdit's NOTIFICATION_DRAW
stmSi
2023-01-13
1
-0
/
+1
*
|
Rename (de)selected signals to node_(de)selected in GraphNode
Hendrik Brucker
2023-01-12
1
-4
/
+4
|
/
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Update graph_edit.cpp to automatically arrange nodes if nothing is selected.
K. S. Ernest (iFire) Lee
2023-01-04
1
-2
/
+7
*
Improve usage of StringNames in GraphEdit
kobewi
2022-12-02
1
-60
/
+29
*
Fix inspector not showing name for LabelSettings.font
Haoyu Qiu
2022-11-25
1
-1
/
+1
*
Simplify GDVIRTUAL_CALL calls
kobewi
2022-10-19
1
-5
/
+3
*
Merge pull request #66337 from EricEzaM/sprite-frames
Rémi Verschelde
2022-10-13
1
-4
/
+4
|
\
|
*
Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...
Eric M
2022-09-24
1
-4
/
+4
*
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-3
/
+3
|
/
*
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-19
1
-2
/
+2
*
Add configuration warning to GraphEdit regarding future refactoring
Hendrik Brucker
2022-09-14
1
-0
/
+8
*
Improve parameter naming and documentation in GraphEdit and GraphNode
Yuri Sizov
2022-09-09
1
-31
/
+31
*
Rename raise() to move_to_front()
kobewi
2022-09-06
1
-1
/
+1
*
Add GraphNode 'selected' and 'deselected' signals, simplify GraphEdit
Maxim Kulkin
2022-09-05
1
-47
/
+41
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-63
/
+63
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+1
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-6
/
+6
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-6
/
+6
*
|
Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...
Rémi Verschelde
2022-08-27
1
-1
/
+0
|
\
\
[next]