summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-12/+12
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-11/+0
* Editor: Rearrange "Main Menu > Help" itemsDanil Alexeev2023-09-071-2/+3
* Add a theme preview switcher to the 2D viewportYuri Sizov2023-09-061-5/+37
* Add theme contexts to various parts of the editorYuri Sizov2023-09-061-138/+141
* Check the native base of scripts when resolving iconsYuri Sizov2023-09-061-4/+4
* Add EditorStringNames singletonkobewi2023-09-031-84/+85
* Merge pull request #80849 from KoBeWi/edit_NOTHINGRémi Verschelde2023-09-021-0/+3
|\
| * Unedit nodes early when closing scene tabkobewi2023-08-211-0/+3
* | Merge pull request #80184 from MewPurPur/gray=abstractRémi Verschelde2023-09-011-1/+11
|\ \
| * | Use the gray color for all abstract classesMewPurPur2023-08-311-1/+11
| |/
* | Display time of last save in the unsaved changes confirmation editor dialogHugo Locurcio2023-08-311-1/+14
* | Merge pull request #75656 from YuriSizov/core-iconic-builtinsRémi Verschelde2023-08-291-1/+1
|\ \
| * | Add a script method to get its class iconYuri Sizov2023-08-241-1/+1
| |/
* | Fix Quick Open not opening binary resourceskobewi2023-08-281-5/+1
* | Merge pull request #80517 from YuriSizov/tsa-randomly-picked-you-for-mandator...Rémi Verschelde2023-08-281-49/+54
|\ \
| * | Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-49/+54
* | | Merge pull request #80490 from YuriSizov/editor-scene-tabs-unchainedRémi Verschelde2023-08-281-337/+56
|\ \ \
| * | | Extract editor scene tabs into their own componentYuri Sizov2023-08-241-337/+56
| | |/ | |/|
* | | Merge pull request #80450 from KoBeWi/settings_freeze,_no_more_changesYuri Sizov2023-08-251-18/+5
|\ \ \ | |/ / |/| |
| * | Deprecate project_settings_changed signalkobewi2023-08-101-18/+5
| |/
* | Merge pull request #80647 from jsjtxietian/CollisionShape3D-Shape-Size-handle...Rémi Verschelde2023-08-171-1/+1
|\ \
| * | fix CollisionShape3D Shape Size handle will missingjsjtxietian2023-08-151-1/+1
| |/
* | Merge pull request #79382 from MewPurPur/better-prepare-scene-context-menuRémi Verschelde2023-08-171-4/+11
|\ \
| * | Disable irrelevant scene tab context menu itemsMewPurPur2023-08-041-4/+11
* | | Add option to allow echo events in menu shortcutsTomasz Chabora2023-08-161-2/+2
| |/ |/|
* | Merge pull request #80377 from YuriSizov/importers-are-made-to-be-aloneRémi Verschelde2023-08-091-8/+4
|\ \
| * | Register and cleanup resource importer singletons in a predictable wayYuri Sizov2023-08-071-8/+4
* | | Merge pull request #80355 from jcovin293/issue/80347/fix-missing-ellipsisRémi Verschelde2023-08-091-2/+2
|\ \ \
| * | | Fix menu items that trigger secondary interface missing ellipsisRandomWalrus132023-08-091-2/+2
* | | | Merge pull request #80285 from YeldhamDev/just_a_little_bitRémi Verschelde2023-08-091-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Further separate icon from text of buttons in both editor and default themesMichael Alexsander2023-08-071-1/+0
| |/ /
* | | Merge pull request #80215 from clayjohn/HDR-2DRémi Verschelde2023-08-081-0/+3
|\ \ \ | |/ / |/| |
| * | Add option to enable HDR rendering in 2Dclayjohn2023-08-071-0/+3
* | | Merge pull request #79971 from Calinou/editor-filesystem-dock-expand-favoritesRémi Verschelde2023-08-071-1/+6
|\ \ \ | |/ / |/| |
| * | Uncollapse favorites by default in the editor FileSystem dockHugo Locurcio2023-07-281-1/+6
* | | Avoid crash on exiting due to late printsPedro J. Estébanez2023-08-021-0/+6
* | | Merge pull request #80089 from AThousandShips/editor_settings_fixRémi Verschelde2023-08-021-1/+0
|\ \ \
| * | | Fix API hash related crash in `EditorSettings`Ninni Pipping2023-07-311-1/+0
| |/ /
* | | Merge pull request #79852 from YeldhamDev/that_was_getting_annoyingYuri Sizov2023-08-011-4/+10
|\ \ \
| * | | Fix some issues with scene tabsMichael Alexsander2023-07-301-4/+10
| |/ /
* | | Merge pull request #79945 from hvarga/fix-current-scene-updateYuri Sizov2023-07-311-5/+4
|\ \ \
| * | | Fix current-scene updateHrvoje Varga2023-07-271-5/+4
* | | | Merge pull request #79917 from hvarga/fix-scene-tab-closeYuri Sizov2023-07-311-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix scene tab closeHrvoje Varga2023-07-271-1/+3
| |/ /
* | | Merge pull request #79908 from YeldhamDev/output_icon_spaceYuri Sizov2023-07-271-0/+1
|\ \ \
| * | | Fix spacing between icon and "Output" buttonMichael Alexsander2023-07-261-0/+1
| |/ /
* | | Merge pull request #79203 from KoBeWi/visible_confusionYuri Sizov2023-07-261-2/+12
|\ \ \
| * | | Don't grab theme icons for scriptskobewi2023-07-211-2/+12
* | | | Merge pull request #78827 from Rindbee/fix-history-mismatchYuri Sizov2023-07-261-0/+3
|\ \ \ \