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
*
Fix crashes in *_input functions
Rafał Mikrut
2021-04-05
1
-0
/
+4
*
Merge pull request #47351 from volzhs/graphedit-boxselection
Rémi Verschelde
2021-03-28
1
-8
/
+9
|
\
|
*
Fix typo 'previus_selected'
volzhs
2021-03-25
1
-8
/
+8
|
*
Fix drawing boxselection on GraphEdit
volzhs
2021-03-25
1
-0
/
+1
*
|
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-14
/
+14
|
/
*
Prevent resizing minimap bigger than GraphEdit (Fix #47189)
jmb462
2021-03-20
1
-1
/
+6
*
Enable zooming graph_edit with scrollwheel
Lightning_A
2021-03-18
1
-16
/
+8
*
Properly hide GraphEdit's minimap
Yuri Sizov
2021-03-01
1
-1
/
+6
*
Fix GraphEdit connects when graph is zoomed/unzoomed
Yuri Roubinsky
2021-02-27
1
-10
/
+15
*
Removed hardcoded shortcuts from /scene and converted to input actions
Eric M
2021-02-18
1
-13
/
+5
*
Merge pull request #45870 from gongpha/graphedit-connection-update
Rémi Verschelde
2021-02-11
1
-0
/
+11
|
\
|
*
Update GraphEdit when GraphNode's slot is updated
Kongfa Waroros
2021-02-11
1
-0
/
+11
*
|
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-13
/
+0
|
/
*
doc: Don't bind argument names with p_ prefix
Rémi Verschelde
2021-02-04
1
-3
/
+3
*
Fix minimap capturing events and improve its theme
Yuri Sizov
2021-01-25
1
-1
/
+5
*
Prevent signal disconnection attempts on invalid references
Yuri Sizov
2021-01-14
1
-3
/
+16
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #44569 from madmiraal/rename-unselect-deselect
Rémi Verschelde
2020-12-28
1
-7
/
+7
|
\
|
*
Rename unselect to deselect
Marcel Admiraal
2020-12-21
1
-7
/
+7
*
|
Update GraphEdit connection to reflect new signal name
Marcel Admiraal
2020-12-26
1
-2
/
+2
*
|
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-28
/
+28
|
/
*
Added GraphEdit properties to control lines thickness and antialiasing
Yuri Roubinsky
2020-12-18
1
-5
/
+31
*
FIx visual issues with GraphEdit minimap
Yuri Sizov
2020-12-17
1
-13
/
+13
*
Add a minimap to the GraphEdit
Yuri Sizov
2020-11-30
1
-7
/
+352
*
Restored antialiased lines by emulation using triangle strips
Yuri Roubinsky
2020-11-27
1
-2
/
+2
*
Removed underscore from GraphEdit begin/end_node_move signals
Yuri Roubinsky
2020-10-20
1
-4
/
+4
*
Fix emit_signal timing for GraphEdit's begin/end node move
Gabriel Van Eyck
2020-10-19
1
-2
/
+8
*
Renamed toplevel to be top_level
Duroxxigar
2020-10-01
1
-1
/
+1
*
Disconnect item_rect_changed when removing a child of GraphEdit
Wilson E. Alvarez
2020-09-11
1
-0
/
+1
*
Emit signals for GraphEdit multi-node selection and unselection
Maganty Rushyendra
2020-07-09
1
-2
/
+20
*
Fix GraphEdit reconnecting to disconnected port
Yuri Roubinsky
2020-07-05
1
-1
/
+1
*
Prevents incorrect connection attempt on port clicking in GraphEdit
Yuri Roubinsky
2020-07-04
1
-50
/
+56
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-4
/
+9
*
Remove get_local_mouse_position() hack in GraphEdit
smartin015
2020-05-16
1
-8
/
+5
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-41
/
+76
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-104
/
+0
*
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-29
1
-3
/
+3
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-10
/
+10
*
Add "node_unselected" signal for GraphEdit
asheraryam
2020-04-15
1
-7
/
+18
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-4
/
+4
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-17
/
+17
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-10
/
+10
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
1
-4
/
+4
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-4
/
+4
*
|
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
1
-1
/
+1
*
|
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-27
/
+14
*
|
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-1
/
+1
|
/
*
Added StringName as a variant type.
Juan Linietsky
2020-02-21
1
-4
/
+4
[next]