| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -2/+2 |
* | Add some missing translatable editor strings | Haoyu Qiu | 2023-02-10 | 1 | -1/+1 |
* | Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function | Rémi Verschelde | 2023-01-18 | 1 | -7/+1 |
|\ |
|
| * | Remove set_drag_forwarding_compat() | kobewi | 2023-01-14 | 1 | -7/+1 |
* | | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -5/+5 |
|/ |
|
* | Change set_drag_forwarding() to use callables. | Juan Linietsky | 2023-01-10 | 1 | -1/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Merge pull request #63512 from MmAaXx500/autoload-double-add-remove | Rémi Verschelde | 2022-11-29 | 1 | -8/+0 |
|\ |
|
| * | Prevent autoloads from being added or removed twice | MmAaXx500 | 2022-07-26 | 1 | -8/+0 |
* | | Fix singleton scene cyclic loading | Adam Scott | 2022-11-25 | 1 | -15/+26 |
* | | Unify usage of undo_redo in editor | kobewi | 2022-11-02 | 1 | -5/+5 |
* | | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde | 2022-10-31 | 1 | -8/+8 |
|\ \ |
|
| * | | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -8/+8 |
* | | | Rename queue_delete => queue_free | Marc Gilleron | 2022-10-24 | 1 | -1/+1 |
|/ / |
|
* | | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -25/+24 |
* | | Add `String.to_{camel,pascal,snake}_case` methods | Danil Alexeev | 2022-08-30 | 1 | -3/+3 |
* | | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -1/+1 |
* | | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde | 2022-08-29 | 1 | -0/+1 |
* | | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record | 2022-08-27 | 1 | -1/+0 |
* | | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -5/+6 |
|/ |
|
* | Add the button pressed to some signals in Tree | trollodel | 2022-05-21 | 1 | -2/+5 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -1/+1 |
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 1 | -1/+1 |
* | Improve autoload inheritance error message | Jason Yundt | 2022-04-04 | 1 | -1/+1 |
* | Add "Add Script" option to project autoload settings | Yuri Roubinsky | 2022-03-12 | 1 | -13/+50 |
* | Fix Autoload capitalization inconsistency | Haoyu Qiu | 2022-03-09 | 1 | -25/+25 |
* | Port existing _notification code to use switch statements (part 1/3) | jmb462 | 2022-02-16 | 1 | -15/+19 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -2/+3 |
* | Merge pull request #57796 from akien-mga/revert-sname-theme-setters | Rémi Verschelde | 2022-02-08 | 1 | -1/+1 |
|\ |
|
| * | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | 2022-02-08 | 1 | -1/+1 |
* | | Refactor some object type checking code with `cast_to` | Rémi Verschelde | 2022-02-08 | 1 | -8/+8 |
|/ |
|
* | Add missing SNAME macro optimization to all theme methods call | jmb462 | 2022-02-06 | 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 | -4/+4 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -1/+1 |
* | Improve various texts | kobewi | 2021-11-23 | 1 | -6/+6 |
* | Use range iterators for `Map` | Lightning_A | 2021-09-30 | 1 | -2/+2 |
* | Display an error message in settings when autoload name is invalid | jmb462 | 2021-09-14 | 1 | -7/+21 |
* | Disallow class names to be the same as global names | George Marques | 2021-09-13 | 1 | -0/+8 |
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -9/+9 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -29/+18 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -9/+9 |
* | Clean up Tree | reduz | 2021-07-04 | 1 | -5/+3 |
* | Implement Tree's internal minimum width calculation | Gilles Roudière | 2021-06-28 | 1 | -4/+4 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -2/+2 |
* | Documentation search fixes | Gregory Basile | 2021-06-16 | 1 | -3/+3 |
* | Merge pull request #48619 from Calinou/editor-autoload-rename-singleton | Rémi Verschelde | 2021-06-15 | 1 | -4/+5 |
|\ |
|
| * | Rename "Singleton" to "Global Variable" in the AutoLoad editor | Hugo Locurcio | 2021-05-10 | 1 | -4/+5 |
* | | Consistently prefix bound virtual methods with _ | kobewi | 2021-06-12 | 1 | -3/+3 |
|/ |
|
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |