| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove empty bind_methods() | kobewi | 2024-08-15 | 1 | -3/+0 |
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -1/+1 |
* | Add editor shortcuts to toggle bottom panel visibility | Hugo Locurcio | 2024-03-05 | 1 | -2/+2 |
* | Extract BottomPanel from EditorNode | kit | 2024-02-20 | 1 | -3/+4 |
* | Make auto translation inheritable | Michael Alexsander | 2024-02-15 | 1 | -1/+1 |
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Implement automatic translation for ItemList | DennisManaa | 2023-10-23 | 1 | -0/+1 |
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -6/+7 |
* | Unify and streamline connecting to Resource changes | kobewi | 2023-07-17 | 1 | -2/+2 |
* | Add ValidatedCall to MethodBind | Juan Linietsky | 2023-04-30 | 1 | -1/+1 |
* | Enable `RichTextLabel` context menu if selection is enabled | Danil Alexeev | 2023-03-06 | 1 | -0/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -0/+2 |
* | Allow selecting text in shader compilation logs | Marc Gilleron | 2022-11-20 | 1 | -0/+1 |
* | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov | 2022-07-31 | 1 | -1/+0 |
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -1/+1 |
* | Convert _notification methods to switch - Chunk C | Jakob Bouchard | 2022-02-16 | 1 | -4/+6 |
* | Remove most EditorNode constructor parameters and fields | trollodel | 2022-02-14 | 1 | -7/+6 |
* | 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 | -5/+5 |
* | Implement Binary Shader Compilation | reduz | 2021-07-26 | 1 | -3/+3 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -6/+6 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -1/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -2/+2 |
* | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky | 2020-06-30 | 1 | -1/+1 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -2/+4 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -11/+0 |
* | Style: Add missing copyright headers | Rémi Verschelde | 2020-05-10 | 1 | -0/+30 |
* | Exposed RenderingDevice to script API | Juan Linietsky | 2020-04-20 | 1 | -0/+303 |