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
*
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
|
\
\
|
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-1
/
+0
|
|
/
*
/
Add read-only mode to AnimationTreeEditor plugins
SaracenOne
2022-08-25
1
-23
/
+55
|
/
*
Merge pull request #59226 from Rindbee/better-setters-in-gui-controls
Yuri Sizov
2022-08-24
1
-0
/
+15
|
\
|
*
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-23
1
-0
/
+15
*
|
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-2
/
+2
|
/
*
fixed GraphEdit signal argument type
daylilyzeleen
2022-08-12
1
-1
/
+1
*
Fix GraphEdit::arange_nodes causing a freeze
tefusion
2022-08-04
1
-1
/
+14
*
Add GraphEdit.is_node_hover_valid(...) method
Johannes Witt
2022-07-31
1
-0
/
+15
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-3
/
+3
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-1
/
+1
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-4
/
+4
*
Fix enclosed nodes calculation of GraphEdit comment nodes
Hendrik Brucker
2022-06-02
1
-1
/
+4
*
Improve Graphedit connection lines
Hendrik Brucker
2022-05-30
1
-4
/
+27
*
Improve and fix the GraphNode port hotzones
Hendrik Brucker
2022-05-30
1
-31
/
+49
*
Add a new HashSet template
reduz
2022-05-20
1
-15
/
+18
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-34
/
+34
*
Add node list param to `GraphEdit::delete_nodes_request` signal
Yuri Rubinsky
2022-05-17
1
-2
/
+14
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-23
/
+23
*
Add a new HashMap implementation
reduz
2022-05-12
1
-11
/
+11
*
Rename theme properties to include underscores
FireForge
2022-04-23
1
-4
/
+4
*
Fix toggling GraphEdit's minimap with `minimap_enabled`
Eric McGuirk
2022-04-11
1
-0
/
+1
*
Fix GraphEdit's valid connections being reversed
kobewi
2022-04-11
1
-14
/
+5
*
popup_request signal emits mouse click position
Fazil Babu
2022-03-12
1
-1
/
+1
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-58
/
+62
*
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-29
1
-2
/
+4
*
Minor tweaks and fixes to panning
kobewi
2022-01-23
1
-1
/
+1
*
Add ViewPanner to 2D editor
kobewi
2022-01-21
1
-4
/
+14
*
Unify panning in sub-editors and make it configurable
kobewi
2022-01-11
1
-21
/
+39
*
Merge pull request #56575 from HaSa1002/drag-signal-began
Rémi Verschelde
2022-01-07
1
-5
/
+5
|
\
|
*
Rename GraphEdit connection_drag_begun to connection_drag_started
Johannes Witt
2022-01-07
1
-5
/
+5
*
|
Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhere
Rémi Verschelde
2022-01-07
1
-6
/
+8
|
\
\
|
|
/
|
/
|
|
*
Use GDVIRTUAL* macros when binding virtual methods in exposed classes
Yuri Sizov
2021-12-29
1
-6
/
+8
*
|
Add `GraphEdit` drag notifications
Johannes Witt
2022-01-06
1
-9
/
+22
*
|
Merge pull request #56347 from NNesh/fix/graph_editor_out_of_range_alignment
Rémi Verschelde
2022-01-04
1
-3
/
+3
|
\
\
[next]