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
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-3
/
+0
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-2
/
+5
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-4
/
+0
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-4
/
+3
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-3
/
+4
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-2
/
+2
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-2
/
+2
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-2
/
+2
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-1
/
+1
*
Merge pull request #57562 from AnilBK/string-add-contains
Rémi Verschelde
2022-02-03
1
-1
/
+1
|
\
|
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
|
EditorHelpBit: Fix content height fit and RTL theme propagation
Rémi Verschelde
2022-02-02
1
-5
/
+19
|
/
*
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-1
/
+1
*
Store panels and docks singletons in their own classes
trollodel
2022-01-20
1
-6
/
+6
*
Fix theming update in several editor classes
Yuri Roubinsky
2022-01-16
1
-3
/
+8
*
Add Default Callback Name editor setting
Danil Alexeev
2022-01-04
1
-119
/
+139
*
Merge pull request #53313 from KoBeWi/debinded_konnekt
Rémi Verschelde
2022-01-04
1
-32
/
+66
|
\
|
*
Add support for unbinding in connection dialog
kobewi
2021-10-04
1
-32
/
+66
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-4
/
+4
*
|
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-3
/
+5
*
|
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-2
/
+2
*
|
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-22
1
-1
/
+1
|
/
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-5
/
+3
*
Optimize StringName usage
reduz
2021-07-18
1
-12
/
+12
*
Fix casing of the "to" stop word in editor strings
Hugo Locurcio
2021-07-13
1
-1
/
+1
*
Documentation search fixes
Gregory Basile
2021-06-16
1
-2
/
+2
*
Adding some more missing renames for Transform3D and Quaternion
Bastiaan Olij
2021-06-15
1
-1
/
+1
*
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
1
-3
/
+3
*
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
1
-2
/
+2
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-1
/
+1
*
Merge pull request #48671 from Calinou/connect-dialog-extra-bind-arguments
Rémi Verschelde
2021-05-21
1
-5
/
+5
|
\
|
*
List "Argument" for each extra bind argument in the connect dialog
Hugo Locurcio
2021-05-12
1
-5
/
+5
*
|
Improve TreeItem API and allow to move nodes
trollodel
2021-05-17
1
-1
/
+1
|
/
*
Removed _change_notify
reduz
2021-02-10
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-5
/
+5
*
Merge pull request #41095 from ThakeeNathees/GDScript-Documentation
Rémi Verschelde
2020-12-02
1
-1
/
+2
|
\
|
*
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-1
/
+2
*
|
Show editable children in the connect dialog
Tomasz Chabora
2020-11-30
1
-0
/
+1
|
/
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Show correct name of signal when editing an existing one
Melvin Louwerse
2020-09-15
1
-1
/
+2
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-1
/
+1
*
Make the editor's 'CheckButton' icon be smaller
Michael Alexsander
2020-08-14
1
-5
/
+0
*
Added search box to signals dock.
Eric M
2020-08-08
1
-16
/
+37
*
Prevent having spaces in signal's method in Connect Dialog
Dominik 'dreamsComeTrue' Jasiński
2020-06-19
1
-2
/
+11
*
Use translated docs in PropertySelector
Rémi Verschelde
2020-05-28
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-25
/
+49
[next]