| Commit message (Expand) | Author | Age | Files | Lines |
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -9/+9 |
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -7/+7 |
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -4/+4 |
* | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -3/+3 |
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -22/+22 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+1 |
* | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -23/+19 |
* | Allow docks to be closed | kit | 2024-03-29 | 1 | -2/+2 |
* | Use `Vector*` component-wise `min/max/clamp` functions where applicable | A Thousand Ships | 2024-03-20 | 1 | -2/+1 |
* | clang-tidy: Enforce `modernize-use-nullptr` | Thaddeus Crews | 2024-03-12 | 1 | -1/+1 |
* | Add editor shortcuts to toggle bottom panel visibility | Hugo Locurcio | 2024-03-05 | 1 | -1/+2 |
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -9/+9 |
* | Merge pull request #87760 from kitbdev/extract-bottom-dock | Rémi Verschelde | 2024-02-23 | 1 | -2/+3 |
|\ |
|
| * | Extract BottomPanel from EditorNode | kit | 2024-02-20 | 1 | -2/+3 |
* | | Add methods to add submenus without using names | kobewi | 2024-02-22 | 1 | -6/+2 |
|/ |
|
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Extract editor dock manager | kit | 2024-01-15 | 1 | -2/+3 |
* | Fix node names of submenu items across the editor | Yuri Sizov | 2023-11-08 | 1 | -4/+4 |
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-10-08 | 1 | -1/+1 |
* | Replace flat buttons with flat-styled buttons with a visible pressed state | Yuri Sizov | 2023-09-19 | 1 | -7/+7 |
* | Fix accessing editor theme items throughout the UI | Yuri Sizov | 2023-09-15 | 1 | -39/+39 |
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -39/+40 |
* | Avoid unnecessary inspector updates when loading or switching scenes | Yuri Sizov | 2023-08-12 | 1 | -1/+1 |
* | Fix theme of editor VCS dialogs | Haoyu Qiu | 2023-05-29 | 1 | -2/+3 |
* | Merge pull request #74114 from dalexeev/editor-help-enable-context-menu | Yuri Sizov | 2023-03-16 | 1 | -0/+1 |
|\ |
|
| * | Enable `RichTextLabel` context menu if selection is enabled | Danil Alexeev | 2023-03-06 | 1 | -0/+1 |
* | | Exposing more project settings for documentation | Ninni Pipping | 2023-03-15 | 1 | -2/+2 |
|/ |
|
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | VCS: Fix split diff's overlapping fields | Twarit Waikar | 2022-12-23 | 1 | -6/+1 |
* | Merge pull request #70353 from twaritwaikar/remove-vsc-project-path | Rémi Verschelde | 2022-12-21 | 1 | -41/+4 |
|\ |
|
| * | VCS: Remove `project_path` VCS property, let plugins decide | Twarit Waikar | 2022-12-20 | 1 | -41/+4 |
* | | VCS: Remove method binds that are not being used in VersionControlEditorPlugin | Twarit Waikar | 2022-12-21 | 1 | -38/+1 |
* | | VCS: Add a stern confirmation dialog before discarding all changes | Twarit Waikar | 2022-12-21 | 1 | -1/+17 |
|/ |
|
* | Fix incorrect rendering of vcs dialogs | Yuri Rubinsky | 2022-12-06 | 1 | -2/+2 |
* | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -0/+1 |
* | Style: Misc docs and comment style and language fixes | Rémi Verschelde | 2022-11-02 | 1 | -1/+1 |
* | VCS plugin: SSH key dialog defaults to HOME | Rémi Verschelde | 2022-09-12 | 1 | -6/+4 |
* | Fix key mapping changes when moving from macOS to other platform | bruvzg | 2022-09-07 | 1 | -1/+1 |
* | VCS: Improve VCS UI/UX by QoL changes | Twarit Waikar | 2022-08-31 | 1 | -77/+124 |
* | VCS: Replace usage of varray() by using callable_mp::bind() | Twarit Waikar | 2022-08-31 | 1 | -9/+9 |
* | VCS: Fix empty metadata items being moved across stages | Twarit Waikar | 2022-08-31 | 1 | -2/+7 |
* | VCS: Load a GDExtension instead of Script + UI port from 3.5 | Twarit Waikar | 2022-08-31 | 1 | -168/+157 |
* | VCS: Port Godot 3.5's VCS features to GDExtension | Twarit Waikar | 2022-08-31 | 1 | -294/+1253 |
* | Rename `hint_tooltip` to `tooltip_text` & setget | Micky | 2022-08-27 | 1 | -3/+3 |
* | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 1 | -1/+1 |
* | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov | 2022-07-31 | 1 | -0/+2 |
* | Make `TabContainer` use `TabBar` internally | Michael Alexsander | 2022-03-03 | 1 | -1/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -2/+2 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -5/+5 |