| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -8/+8 |
|\ |
|
| * | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -8/+8 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | [Scene] Add SceneStringName::toggled | Yuri Rubinsky | 2024-08-28 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -10/+10 |
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -4/+4 |
* | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -2/+2 |
* | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -8/+8 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -2/+2 |
* | Add text to icon-only interpolation OptionButton | Haoyu Qiu | 2024-04-27 | 1 | -3/+3 |
* | 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 |