| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Update deferred calls to use Callables | kobewi | 2024-01-09 | 1 | -1/+1 |
* | Add const references detected by clang-tidy | Wilson E. Alvarez | 2023-12-16 | 1 | -1/+1 |
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-15 | 1 | -9/+9 |
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -4/+4 |
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -1/+1 |
* | Improve POT Generation dialog | Haoyu Qiu | 2023-03-03 | 1 | -13/+13 |
* | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -10/+9 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Unify usage of undo_redo in editor | kobewi | 2022-11-02 | 1 | -1/+10 |
* | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -22/+22 |
* | Rename TreeItem's `set_tooltip` to `set_tooltip_text` | Micky | 2022-08-30 | 1 | -10/+10 |
* | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -0/+1 |
* | Show dependency warning when removing remaps and fallback if translation | PucklaMotzer09 | 2022-08-03 | 1 | -0/+6 |
* | Update remaps in "file_removed" signal | PucklaMotzer09 | 2022-08-02 | 1 | -2/+35 |
* | Show that resources of remaps can not be found | PucklaMotzer09 | 2022-08-02 | 1 | -0/+7 |
* | Change translation remaps if files are moved | PucklaMotzer09 | 2022-08-02 | 1 | -0/+57 |
* | Add the button pressed to some signals in Tree | trollodel | 2022-05-21 | 1 | -8/+24 |
* | Make `TabBar/Container` default their alignments to the left instead of center | Michael Alexsander | 2022-03-17 | 1 | -1/+0 |
* | Initialize bools in the headers in editor | Aaron Franke | 2022-03-12 | 1 | -1/+0 |
* | Make `TabContainer` use `TabBar` internally | Michael Alexsander | 2022-03-03 | 1 | -1/+1 |
* | Update if == NOTIFICATION_* to switch statements to match coding style | megalobyte | 2022-02-16 | 1 | -17/+19 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -4/+6 |
* | Improve locale detection. | bruvzg | 2022-01-18 | 1 | -220/+31 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -1/+1 |
* | Improve language lists in localization editor | kobewi | 2021-11-30 | 1 | -3/+3 |
* | Rename `remove()` to `remove_at()` when removing by index | Lightning_A | 2021-11-23 | 1 | -4/+4 |
* | Fix being able to add duplicate files in the Localization editor | Michael Alexsander | 2021-07-31 | 1 | -7/+2 |
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -4/+4 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -9/+9 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -5/+5 |
* | Add header theme type variations to labels | kobewi | 2021-07-13 | 1 | -5/+15 |
* | Clean up Tree | reduz | 2021-07-04 | 1 | -0/+2 |
* | Implement Tree's internal minimum width calculation | Gilles Roudière | 2021-06-28 | 1 | -1/+1 |
* | ICU: Update to version 69.1, improve ICU data export process. | bruvzg | 2021-04-22 | 1 | -71/+0 |
* | Reorganize Project Settings | reduz | 2021-02-18 | 1 | -48/+48 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Allow selecting multiple files in the editor translation/remap dialogs | Hugo Locurcio | 2020-12-29 | 1 | -31/+40 |
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -0/+71 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Refactored binding system for core types | reduz | 2020-10-14 | 1 | -1/+1 |
* | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -5/+5 |
* | Refactor Project Settings: | Stijn Hinlopen | 2020-07-14 | 1 | -0/+794 |