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
...
*
Merge pull request #66665 from Mickeon/editor-do-not-edit-inherited-signals
Rémi Verschelde
2022-10-14
1
-4
/
+55
|
\
|
*
Do not allow editing Scene-inherited signal connections
Micky
2022-10-13
1
-4
/
+55
*
|
Merge pull request #67018 from Mickeon/try-connections-dialog-self-connection
Rémi Verschelde
2022-10-11
1
-27
/
+45
|
\
\
|
*
|
Add Editor Setting for default name when connecting signal to self
Micky
2022-10-09
1
-27
/
+45
|
|
/
*
/
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-14
/
+14
|
/
*
Remember advanced state of connection dialog
kobewi
2022-09-25
1
-0
/
+6
*
Reorganize connection dialog
kobewi
2022-09-19
1
-8
/
+15
*
Port remaining connections to callable_mp
Tomasz Chabora
2022-09-18
1
-1
/
+1
*
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
Micky
2022-09-06
1
-4
/
+4
*
Rename AnimatedTexture `oneshot` to `one_shot`
Micky
2022-09-01
1
-9
/
+9
*
Merge pull request #63902 from dalexeev/string-cases
Rémi Verschelde
2022-08-30
1
-16
/
+6
|
\
|
*
Add `String.to_{camel,pascal,snake}_case` methods
Danil Alexeev
2022-08-30
1
-16
/
+6
*
|
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-30
1
-1
/
+1
|
/
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-1
/
+3
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-3
/
+3
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-3
/
+3
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-3
/
+1
|
/
*
Merge pull request #64573 from KoBeWi/signal_name_plagiarism
Rémi Verschelde
2022-08-26
1
-0
/
+4
|
\
|
*
Add "Copy Name" option to signal menu
kobewi
2022-08-18
1
-0
/
+4
*
|
Add per-scene UndoRedo
kobewi
2022-08-22
1
-0
/
+5
|
/
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-1
/
+1
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-2
/
+2
*
Use consistent casing in editor filter/search bars
FireForge
2022-05-28
1
-1
/
+1
*
Add the button pressed to some signals in Tree
trollodel
2022-05-21
1
-2
/
+6
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-9
/
+9
*
Add missing types to connections dialog
FireForge
2022-05-05
1
-66
/
+19
*
Limit the maximum value of unbinds to signal_argument_size
Rindbee
2022-04-28
1
-0
/
+19
*
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
|
/
[prev]
[next]