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
*
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
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-15
/
+15
*
Bugfixes and ability to better specify filter and repeat modes everywhere.
Juan Linietsky
2020-02-11
1
-2
/
+2
*
Texture refactor
Juan Linietsky
2020-02-11
1
-3
/
+3
*
GraphEdit: Fix regression with GraphNode mouse filter
Rémi Verschelde
2020-02-07
1
-0
/
+1
*
Merge pull request #35068 from akien-mga/containers-mouse-filter-pass
Rémi Verschelde
2020-02-06
1
-2
/
+0
|
\
|
*
Use MOUSE_FILTER_PASS for all containers (but PanelContainer)
Rémi Verschelde
2020-01-13
1
-2
/
+0
*
|
Fix scrollbar regression on large scales
Michael Alexsander
2020-01-16
1
-2
/
+14
*
|
Cleanup unnecessary code from before the scrollbar overlapping fixes
Michael Alexsander
2020-01-14
1
-14
/
+3
*
|
Fix more instances of overlapping scrollbars
Michael Alexsander
2020-01-13
1
-0
/
+7
|
/
*
Make possible to edit the GraphEdit's selection rect colors
Michael Alexsander
2020-01-07
1
-8
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Make holding Ctrl toggle snapping in GraphEdit
Hugo Locurcio
2019-11-15
1
-2
/
+5
*
Fixed GraphEdit header icons to make them update when theme is changed
Chaosus89
2019-08-30
1
-5
/
+5
*
Add an outline to box selection rectangles for better visibility
Hugo Locurcio
2019-08-15
1
-2
/
+8
*
Implement copy/paste in visual shaders
Chaosus
2019-07-31
1
-7
/
+23
*
Shows menu when dragging connection on empty space in visual shader graph
Chaosus
2019-06-27
1
-2
/
+10
*
Use approximate equallity methods in many places
Aaron Franke
2019-04-25
1
-1
/
+1
*
Use the editor theme's accent color for 2D/3D selections and rotations
Hugo Locurcio
2019-03-31
1
-1
/
+3
*
Fixed some crashers, closes #26393
Juan Linietsky
2019-03-01
1
-2
/
+3
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-11
/
+11
*
Make GraphEdit lines smoother and scale their width on hiDPI displays
Hugo Locurcio
2019-01-02
1
-1
/
+9
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
doc: Sync classref with current source
Rémi Verschelde
2018-12-27
1
-1
/
+1
*
Add tooltips to GraphEdit node
Michael Alexsander Silva Dias
2018-12-04
1
-0
/
+4
*
Repaired mistyped of 'just_disconnected'.
M. Huri
2018-10-19
1
-6
/
+6
*
Fix warnings on release builds (not DEBUG_ENABLED)
Rémi Verschelde
2018-10-03
1
-1
/
+1
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-1
/
+1
|
\
[next]