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
*
Improve Connect Dialog navigation
kobewi
2023-02-06
1
-1
/
+23
*
Simplify Connect Dialog layout and sizing
kobewi
2023-02-01
1
-8
/
+4
*
Merge pull request #72312 from KoBeWi/signature_move
Rémi Verschelde
2023-01-30
1
-39
/
+44
|
\
|
*
Improve Connection Dialog method list
kobewi
2023-01-29
1
-39
/
+44
*
|
Fix various typos with codespell
Rémi Verschelde
2023-01-30
1
-1
/
+1
|
/
*
Merge pull request #71874 from KoBeWi/relesetc
Rémi Verschelde
2023-01-27
1
-1
/
+12
|
\
|
*
Reselect signal after tree update
kobewi
2023-01-22
1
-1
/
+12
*
|
Merge pull request #71883 from MinusKube/script-editor-members-real-bug
Rémi Verschelde
2023-01-26
1
-56
/
+52
|
\
\
|
*
|
Fix signal disconnect undo not working
MinusKube
2023-01-26
1
-2
/
+2
|
*
|
Remove coupling between ConnectDialog and selected signal
MinusKube
2023-01-26
1
-55
/
+51
*
|
|
Connection dialog tweaks
kobewi
2023-01-26
1
-17
/
+14
*
|
|
Merge pull request #66313 from KoBeWi/connecting_methodically
Rémi Verschelde
2023-01-25
1
-7
/
+198
|
\
\
\
|
*
|
|
Add method picker to signal connect dialog
kobewi
2023-01-24
1
-7
/
+198
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #71330 from Geometror/richtextlabel-fit-content
Rémi Verschelde
2023-01-25
1
-1
/
+1
|
\
\
\
|
*
|
|
[RichTextLabel] Match minimum size calculation of Label
Hendrik Brucker
2023-01-13
1
-1
/
+1
*
|
|
|
Merge pull request #65137 from dalexeev/editor-naming
Yuri Sizov
2023-01-24
1
-5
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Rearrange `editor/naming/*` project settings
Danil Alexeev
2023-01-12
1
-5
/
+3
|
|
/
/
*
|
/
Clean-up, harmonize, and improve StyleBox API
Yuri Sizov
2023-01-19
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #71025 from DarkMessiah/enable_column_clip_content
Rémi Verschelde
2023-01-18
1
-0
/
+1
|
\
\
|
*
|
Enable column clip content in ConnectionDock and FilesystemDock
Stanislav Labzyuk
2023-01-07
1
-0
/
+1
|
|
/
*
/
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-3
/
+3
|
/
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix unable to disconnect signal in Editor once created
Micky
2022-12-08
1
-17
/
+1
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+1
*
Fix crash in connection dialog
kobewi
2022-11-02
1
-4
/
+3
*
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
[next]