| Commit message (Expand) | Author | Age | Files | Lines |
* | Add methods to add submenus without using names | kobewi | 2024-02-22 | 1 | -3/+2 |
* | Make auto translation inheritable | Michael Alexsander | 2024-02-15 | 1 | -1/+1 |
* | Fix unintentional translations in AnimationTree | Junji Takakura | 2024-02-03 | 1 | -0/+1 |
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Fix node names of submenu items across the editor | Yuri Sizov | 2023-11-08 | 1 | -3/+2 |
* | Make `GraphEdit` toolbar more customizable | Yuri Sizov | 2023-10-02 | 1 | -0/+4 |
* | Implement AnimationManager the base class of AnimationPlayer/Tree | Silc Lizard (Tokage) Renew | 2023-09-29 | 1 | -10/+5 |
* | Fix submenus deleted accidentally | kobewi | 2023-09-26 | 1 | -1/+1 |
* | Replace flat buttons with flat-styled buttons with a visible pressed state | Yuri Sizov | 2023-09-19 | 1 | -7/+7 |
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-15 | 1 | -2/+2 |
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -18/+19 |
* | Some code simplifications | Markus Sauermann | 2023-06-08 | 1 | -3/+1 |
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -1/+1 |
* | Remove a duplicated unnecessary line from BlendSpace2DEditor | Silc Renew | 2023-01-20 | 1 | -1/+0 |
* | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -9/+9 |
* | Use BitField<> in core type masks | Juan Linietsky | 2023-01-08 | 1 | -1/+1 |
* | Simplify some editor plugin logic and remove dead code | Yuri Sizov | 2023-01-05 | 1 | -6/+0 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Add null checks to AnimationTreeEditors and _clear_editors() | Silc Renew | 2022-12-13 | 1 | -11/+24 |
* | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -0/+3 |
* | Cleanup remaining EditorUndoRedoManager usages | kobewi | 2022-11-24 | 1 | -3/+9 |
* | Fix AnimationTree crash & rename get_tree() to get_animation_tree() | Silc Renew | 2022-11-21 | 1 | -8/+8 |
* | Use forward-declarations in EditorPlugin where possible | trollodel | 2022-11-11 | 1 | -0/+1 |
* | Merge pull request #42659 from kingoftheconnors/anim-tree-load-fail-alert | Rémi Verschelde | 2022-10-31 | 1 | -0/+2 |
|\ |
|
| * | Change import animation error to "animation nodes" | kingoftheconnors | 2022-08-07 | 1 | -1/+1 |
| * | Add alert in anim trees if resource load fails | kingoftheconnors | 2020-10-08 | 1 | -0/+2 |
* | | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -13/+13 |
* | | Improve naming of theme properties throughout GUI code | Yuri Sizov | 2022-09-06 | 1 | -2/+2 |
* | | Rename `CanvasItem.update()` to `queue_redraw()` | Micky | 2022-08-29 | 1 | -19/+19 |
* | | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde | 2022-08-29 | 1 | -0/+1 |
* | | Merge pull request #64885 from Mickeon/rename-tooltip-hint | Rémi Verschelde | 2022-08-28 | 1 | -7/+7 |
|\ \ |
|
| * | | Rename `hint_tooltip` to `tooltip_text` & setget | Micky | 2022-08-27 | 1 | -7/+7 |
* | | | Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_... | Rémi Verschelde | 2022-08-27 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record | 2022-08-27 | 1 | -1/+0 |
| |/ / |
|
* / / | Add read-only mode to AnimationTreeEditor plugins | SaracenOne | 2022-08-25 | 1 | -64/+99 |
|/ / |
|
* | | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -0/+1 |
* | | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov | 2022-07-31 | 1 | -0/+1 |
* | | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -5/+5 |
* | | refactor sync in AnimationTree | Silc Renew | 2022-07-16 | 1 | -1/+11 |
* | | Use antialiasing for line drawing in the AnimationTree editor | Hugo Locurcio | 2022-07-02 | 1 | -17/+17 |
* | | Removes start/end states from menus | Guilherme Felipe de C. G. da Silva | 2022-06-04 | 1 | -1/+1 |
* | | Add missing i18n to various strings | Haoyu Qiu | 2022-03-07 | 1 | -1/+1 |
* | | Update if == NOTIFICATION_* to switch statements to match coding style | megalobyte | 2022-02-16 | 1 | -40/+43 |
* | | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -0/+2 |
* | | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | 2022-02-08 | 1 | -3/+3 |
* | | Add missing SNAME macro optimization to all theme methods call | jmb462 | 2022-02-06 | 1 | -3/+3 |
* | | Vectors: Use clear() and has(). | Anilforextra | 2022-02-02 | 1 | -1/+1 |
* | | Use List Initializations for Vectors. | Anilforextra | 2022-01-12 | 1 | -4/+5 |
* | | 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 | -1/+1 |