Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | 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 |
| | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well. | ||||
* | Set icon_max_width in the ConnectionsDock tree | Raul Santos | 2023-10-16 | 1 | -0/+2 |
| | |||||
* | Merge pull request #81284 from ↵ | Rémi Verschelde | 2023-10-06 | 1 | -1/+0 |
|\ | | | | | | | | | | | YeldhamDev/this_one_was_in_the_backlog_for_a_while Show doc tooltips when hovering properties in the theme editor | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | | 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 |
| | | | | | * Add signal documentation for script classes. * Use separate sections for script class inheritance. | ||||
* | Merge pull request #54071 from KoBeWi/infinite_unlimited_connections | Rémi Verschelde | 2023-07-07 | 1 | -0/+2 |
|\ | | | | | | | Focus current node after connecting | ||||
| * | 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) | ||||
| * | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -0/+9 |
| | | | | | | | | | | | | Also start organizing editor-specific GUI components into a dedicated folder, `editor/gui`. Also move `editor_file_server` next to the rest of debugger classes. | ||||
* | | Merge pull request #75844 from KoBeWi/shy_label | Yuri Sizov | 2023-04-10 | 1 | -10/+10 |
|\ \ | | | | | | | Fix method dialog label | ||||
| * | | 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 |
|\ | | | | | | | Improve Connection Dialog method list | ||||
| * | 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 |
|/ | | | | | | And include #72377. Co-authored-by: Wiktor Kocielski <withaust@gmail.com> | ||||
* | Merge pull request #71874 from KoBeWi/relesetc | Rémi Verschelde | 2023-01-27 | 1 | -1/+12 |
|\ | | | | | | | Reselect signal after tree update | ||||
| * | 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 |
|\ \ | | | | | | | | | | Remove coupling between ConnectDialog and selected signal | ||||
| * | | 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 | ||||
| * | | | Add method picker to signal connect dialog | kobewi | 2023-01-24 | 1 | -7/+198 |
| | |/ | |/| | | | | | | | Co-authored-by: Sam Pengilly <sam.pengilly@gmail.com> | ||||
* | | | 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 (proper content fitting) | ||||
| * | | | [RichTextLabel] Match minimum size calculation of Label | Hendrik Brucker | 2023-01-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | (optional via fit_content property) | ||||
* | | | | Merge pull request #65137 from dalexeev/editor-naming | Yuri Sizov | 2023-01-24 | 1 | -5/+3 |
|\ \ \ \ | |_|/ / |/| | | | Rearrange `editor/naming/*` project settings | ||||
| * | | | Rearrange `editor/naming/*` project settings | Danil Alexeev | 2023-01-12 | 1 | -5/+3 |
| |/ / |