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
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-8
/
+8
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+1
*
[Core] Add case-insensitive `String::containsn`
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Merge pull request #90705 from AThousandShips/foreach_list
Rémi Verschelde
2024-05-07
1
-3
/
+4
|
\
|
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-3
/
+4
*
|
Update ConnectDialog::_filter_method_list to be case insensitive for search s...
Joel Kuntz
2024-05-06
1
-1
/
+1
|
/
*
Editor: Display deprecated/experimental messages in tooltips
Danil Alexeev
2024-04-18
1
-5
/
+12
*
Fix connection dialog raise error when it was previously opened in another scene
jsjtxietian
2024-04-11
1
-1
/
+1
*
Improve SceneTreeEditor usability
RedMser
2024-03-31
1
-1
/
+1
*
Fix unexpected auto-translation of more editor components
Haoyu Qiu
2024-03-28
1
-1
/
+1
*
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+1
*
Merge pull request #89405 from KoBeWi/receiver,_do_you_copy
Rémi Verschelde
2024-03-12
1
-5
/
+6
|
\
|
*
Select method name edit when opening connection dialog
kobewi
2024-03-12
1
-5
/
+6
*
|
Allow connecting signals to existing methods without opening the script editor
passivestar
2024-03-12
1
-16
/
+25
|
/
*
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-2
/
+2
*
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-1
/
+3
*
Merge pull request #88317 from passivestar/signal-connect-search
Rémi Verschelde
2024-02-17
1
-0
/
+13
|
\
|
*
Add support for search shortcut to signal connection dialog
passivestar
2024-02-14
1
-0
/
+13
*
|
Disable signal callback generation in C#
Paul Joannon
2024-02-14
1
-0
/
+23
|
/
*
Add support for search shortcut to all docks
passivestar
2024-01-22
1
-40
/
+48
*
Fixing a usability issue where the DEL key does not delete connections
Madalaski
2024-01-17
1
-3
/
+18
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Set icon_max_width in the ConnectionsDock tree
Raul Santos
2023-10-16
1
-0
/
+2
*
Merge pull request #81284 from YeldhamDev/this_one_was_in_the_backlog_for_a_w...
Rémi Verschelde
2023-10-06
1
-1
/
+0
|
\
|
*
Show doc tooltips when hovering properties in the theme editor
Michael Alexsander
2023-10-04
1
-1
/
+0
*
|
Merge pull request #82875 from SaracenOne/disconnect_button_disable
Rémi Verschelde
2023-10-05
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Disable disconnect button for inherited signals
Saracen
2023-10-05
1
-1
/
+3
*
|
Revamp how documentation tooltips work
Michael Alexsander
2023-10-03
1
-74
/
+11
|
/
*
Merge pull request #81750 from Mickeon/fix-connection-dock-popup-for-inherited
Rémi Verschelde
2023-09-18
1
-0
/
+5
|
\
|
*
Fix Connection dock's popups always allowing disconnect
Micky
2023-09-16
1
-0
/
+5
*
|
Merge pull request #79366 from dalexeev/gds-signal-info-and-callback
Rémi Verschelde
2023-09-17
1
-7
/
+32
|
\
\
|
*
|
Editor: Improve signal callback generation
Danil Alexeev
2023-09-11
1
-7
/
+32
|
|
/
*
/
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-2
/
+2
|
/
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-31
/
+32
*
Editor: Inspector and Signal docks improvements
Danil Alexeev
2023-09-02
1
-95
/
+145
*
Editor: Signal Connection Dock improvements
Danil Alexeev
2023-08-29
1
-7
/
+39
*
Editor: Don't cache script signal descriptions
Danil Alexeev
2023-08-17
1
-33
/
+24
*
Editor: Improve Signal Dock for script classes
Danil Alexeev
2023-08-16
1
-52
/
+82
*
Merge pull request #54071 from KoBeWi/infinite_unlimited_connections
Rémi Verschelde
2023-07-07
1
-0
/
+2
|
\
|
*
Focus current node after connecting
kobewi
2023-06-12
1
-0
/
+2
*
|
Allow base types in method params of connection dialog
Raul Santos
2023-06-17
1
-1
/
+1
|
/
*
Merge pull request #75765 from YuriSizov/editor-node-optimize-includes
Rémi Verschelde
2023-04-11
1
-0
/
+9
|
\
|
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-0
/
+9
*
|
Merge pull request #75844 from KoBeWi/shy_label
Yuri Sizov
2023-04-10
1
-10
/
+10
|
\
\
|
*
|
Fix method dialog label
kobewi
2023-04-09
1
-10
/
+10
|
|
/
*
/
Fix connect signal dialog not allowing Unicode method name
Haoyu Qiu
2023-04-08
1
-2
/
+2
|
/
*
Reload built in script to get its methods on signal connection
Hakim
2023-03-06
1
-0
/
+3
*
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
|
\
[next]