| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge pull request #80490 from YuriSizov/editor-scene-tabs-unchained | Rémi Verschelde | 2023-08-28 | 1 | -27/+12 |
|\ \ |
|
| * | | Extract editor scene tabs into their own component | Yuri Sizov | 2023-08-24 | 1 | -27/+12 |
| |/ |
|
* / | Deprecate project_settings_changed signal | kobewi | 2023-08-10 | 1 | -3/+0 |
|/ |
|
* | Don't grab theme icons for scripts | kobewi | 2023-07-21 | 1 | -1/+1 |
* | Add `_get_unsaved_status()` method to EditorPlugin | kobewi | 2023-07-18 | 1 | -0/+1 |
* | Revert "Remember only permanent bottom tabs" | Yuri Sizov | 2023-06-23 | 1 | -2/+1 |
* | Remember only permanent bottom tabs | kobewi | 2023-06-23 | 1 | -1/+2 |
* | Let editor workaround a case of inconsistency in compound scenes | Pedro J. Estébanez | 2023-06-13 | 1 | -0/+1 |
* | Fix theme of editor VCS dialogs | Haoyu Qiu | 2023-05-29 | 1 | -0/+1 |
* | Merge pull request #65902 from MJacred/editor/copysysteminfo | Yuri Sizov | 2023-05-27 | 1 | -0/+3 |
|\ |
|
| * | Copy system info to clipboard + Update bug_report.yml | MJacred | 2023-05-27 | 1 | -0/+3 |
* | | Merge pull request #77010 from dsnopek/gdextension-editor-plugins | Rémi Verschelde | 2023-05-26 | 1 | -0/+3 |
|\ \ |
|
| * | | Allow GDExtensions to add editor plugins | David Snopek | 2023-05-25 | 1 | -0/+3 |
| |/ |
|
* | | Improve startup benchmarking | Fredia Huya-Kouadio | 2023-05-23 | 1 | -3/+0 |
* | | Make certain editor callbacks thread-safe | Pedro J. Estébanez | 2023-05-20 | 1 | -0/+2 |
|/ |
|
* | Expose dialog parent-and-popup logic to the API | Yuri Sizov | 2023-05-15 | 1 | -6/+5 |
* | Enhance thread safety of loaders and importers | Pedro J. Estébanez | 2023-05-12 | 1 | -0/+1 |
* | Simplify ResourceLoader error callbacks | Pedro J. Estébanez | 2023-05-12 | 1 | -6/+4 |
* | Improve editor state persistence | Hendrik Brucker | 2023-05-11 | 1 | -8/+11 |
* | Add multi window code and shader editors | trollodel | 2023-05-10 | 1 | -3/+6 |
* | Extract editor run toolbar into its own component | Yuri Sizov | 2023-04-19 | 1 | -46/+13 |
* | Decouple EditorInterface from EditorPlugin | Yuri Sizov | 2023-04-17 | 1 | -1/+1 |
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -26/+26 |
* | Scene tab closing refactor | kobewi | 2023-04-03 | 1 | -4/+6 |
* | Streamline class icon resolution in the editor | Yuri Sizov | 2023-03-31 | 1 | -3/+3 |
* | Prevent cache corruption when saving resources in the editor | Yuri Sizov | 2023-03-08 | 1 | -0/+1 |
* | Merge pull request #73365 from bruvzg/no_transient_children | Rémi Verschelde | 2023-03-02 | 1 | -5/+6 |
|\ |
|
| * | Automatically reparent editor message dialogs to avoid error spam. | bruvzg | 2023-02-21 | 1 | -5/+6 |
* | | Fix ownership bug on ancestor nodes when scene is reimported. | SaracenOne | 2023-02-22 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #72552 from m4gr3d/cleanup_custom_build_main | Rémi Verschelde | 2023-02-06 | 1 | -1/+1 |
|\ |
|
| * | Rename Godot's 'custom build' to 'gradle build' to better reflect the underly... | Fredia Huya-Kouadio | 2023-02-02 | 1 | -1/+1 |
* | | More fixes to over plugin handling | kobewi | 2023-02-06 | 1 | -0/+1 |
|/ |
|
* | Prevent wrong unedit when clicking editor viewport | kobewi | 2023-02-01 | 1 | -0/+1 |
* | Fix broken bottom panel switching | Silc Renew | 2023-01-31 | 1 | -0/+1 |
* | Merge pull request #57606 from SaracenOne/update_on_reimport | Rémi Verschelde | 2023-01-23 | 1 | -0/+35 |
|\ |
|
| * | Update instances of scenes which have been reimported. | SaracenOne | 2023-01-16 | 1 | -0/+35 |
* | | Merge pull request #71770 from KoBeWi/better_editing_or_something | Rémi Verschelde | 2023-01-22 | 1 | -7/+5 |
|\ \ |
|
| * | | Rework EditorPlugin editing logic | kobewi | 2023-01-22 | 1 | -7/+5 |
| |/ |
|
* | | Merge pull request #67253 from KoBeWi/PICKER_USAGE_NO_EDITOR | Rémi Verschelde | 2023-01-21 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Remove editor dependencies from ColorPicker | kobewi | 2022-10-11 | 1 | -1/+1 |
* | | Merge pull request #70668 from KoBeWi/never_give_up | Rémi Verschelde | 2023-01-16 | 1 | -0/+2 |
|\ \ |
|
| * | | Retry loading addons after filesystem scan | kobewi | 2022-12-28 | 1 | -0/+2 |
* | | | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -1/+0 |
* | | | Move remote debug buttons to a single menu. | bruvzg | 2023-01-14 | 1 | -1/+1 |
* | | | Fix Undo/Redo not working until Scene menu is opened. | Eric M | 2023-01-08 | 1 | -0/+2 |
* | | | Simplify some editor plugin logic and remove dead code | Yuri Sizov | 2023-01-05 | 1 | -1/+0 |
* | | | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
|/ / |
|
* | | Add a dialog for customizing FBX import | reduz | 2022-12-18 | 1 | -0/+4 |
* | | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -4/+9 |
* | | Merge pull request #60686 from trollodel/move_editor_registration | Rémi Verschelde | 2022-11-18 | 1 | -3/+2 |
|\ \ |
|