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
/
editor
/
connections_dialog.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-25
/
+49
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-57
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-14
/
+42
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-5
/
+5
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-11
/
+11
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-17
/
+13
*
i18n: Add support for translating the class reference
Rémi Verschelde
2020-03-20
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
ConnectionsDock: Fix error when parsing CustomCallable connections
Rémi Verschelde
2020-02-28
1
-2
/
+3
*
Signals: Port more uses of connect_compat
Rémi Verschelde
2020-02-28
1
-4
/
+10
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-24
/
+12
*
Don't show a copy of the property's name in the inspector's tooltip if there'...
Michael Alexsander
2020-02-26
1
-1
/
+0
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-2
/
+2
*
Added StringName as a variant type.
Juan Linietsky
2020-02-21
1
-0
/
+2
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-30
/
+37
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-3
/
+3
*
Fixes crash when pressing enter in ConnectDialog with nothing selected
Haoyu Qiu
2020-02-16
1
-12
/
+4
*
Texture refactor
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Refactor (and fix) how the connect button is disabled.
asynts
2020-01-16
1
-4
/
+27
*
Merge pull request #35123 from asynts/asynts.crash-on-double-click
Rémi Verschelde
2020-01-16
1
-1
/
+12
|
\
|
*
Prevent crash described in #34555.
asynts
2020-01-14
1
-1
/
+12
*
|
Don't close the connection dialog when the validation failed.
asynts
2020-01-15
1
-0
/
+3
|
/
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
*
Makes more editor strings translatable
Haoyu Qiu
2019-12-21
1
-1
/
+1
*
Add accept-dialog enter-key functionality to the Connect Dialog's Method text...
Jairo Honorio
2019-10-15
1
-0
/
+1
*
Format arguments in connections dialog in GDScript style
Michael Alexsander Silva Dias
2019-09-25
1
-35
/
+33
*
Fix incorrect typing when creating methods via the connection dialog
Michael Alexsander Silva Dias
2019-09-19
1
-1
/
+1
*
Minor improvements to the Node dock
Michael Alexsander Silva Dias
2019-08-17
1
-2
/
+5
*
ConnectionsDock: Add tooltip with signal description
Rémi Verschelde
2019-07-02
1
-7
/
+59
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Check for inherited methods before attempting to create one when connecting a...
Michael Alexsander Silva Dias
2019-06-13
1
-7
/
+24
*
Minor cleanup in connections dialog file
Michael Alexsander Silva Dias
2019-06-13
1
-24
/
+11
*
Improve conections dialog
Michael Alexsander Silva Dias
2019-06-06
1
-35
/
+35
*
Merge pull request #28104 from homer666/connections-error-dialog
Rémi Verschelde
2019-04-29
1
-3
/
+4
|
\
|
*
Update signal connections error dialog
homer666
2019-04-17
1
-3
/
+4
*
|
Small fixes to connection dialog
Guilherme Felipe
2019-04-23
1
-2
/
+6
|
/
*
Reorganized connection dialog for much improved ease of use.
Juan Linietsky
2019-04-11
1
-33
/
+94
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-1
/
+3
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-6
/
+6
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Automatically add extra args to func when creating it from create signal window
DualMatrix
2018-09-16
1
-0
/
+3
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-1
/
+1
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
|
/
*
Replace last occurrences of PropertyEditor by EditorInspector
Rémi Verschelde
2018-09-11
1
-2
/
+1
*
Fix vformat(), minor typos and word puzzles
Yuri Chornoivan
2018-08-29
1
-2
/
+2
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-1
/
+1
*
Use type hints to improve completion
George Marques
2018-07-20
1
-1
/
+3
*
fixed connection dialog's creation of script functions.
Ibrahn Sahir
2018-07-13
1
-3
/
+13
[next]