summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_blend_space_1d_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-6/+6
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-6/+6
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-1/+1
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-5/+5
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-4/+4
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-2/+2
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-6/+6
* Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+2
* Add text to icon-only interpolation OptionButtonHaoyu Qiu2024-04-271-3/+3
* Add methods to add submenus without using nameskobewi2024-02-221-3/+2
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* Fix unintentional translations in AnimationTreeJunji Takakura2024-02-031-0/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Fix node names of submenu items across the editorYuri Sizov2023-11-081-3/+2
* Make `GraphEdit` toolbar more customizableYuri Sizov2023-10-021-0/+4
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-11/+5
* Fix submenus deleted accidentallykobewi2023-09-261-1/+1
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-5/+5
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-2/+2
* Add EditorStringNames singletonkobewi2023-09-031-15/+16
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Consistent with NodeBlendSpace1D option NodeBlendSpace2DSilc Renew2023-01-311-0/+16
* Add EditorUndoRedoManager singletonkobewi2023-01-161-7/+7
* Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add null checks to AnimationTreeEditors and _clear_editors()Silc Renew2022-12-131-11/+23
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-3/+7
* Fix AnimationTree crash & rename get_tree() to get_animation_tree()Silc Renew2022-11-211-7/+7
* Merge pull request #42659 from kingoftheconnors/anim-tree-load-fail-alertRémi Verschelde2022-10-311-0/+2
|\
| * Change import animation error to "animation nodes"kingoftheconnors2022-08-071-1/+1
| * Add alert in anim trees if resource load failskingoftheconnors2020-10-081-0/+2
* | Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-2/+2
* | Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-14/+14
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* | Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-5/+5
|\ \
| * | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-5/+5
* | | Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...Rémi Verschelde2022-08-271-1/+0
|\ \ \
| * | | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
| |/ /
* / / Add read-only mode to AnimationTreeEditor pluginsSaracenOne2022-08-251-69/+91
|/ /
* | Add per-scene UndoRedokobewi2022-08-221-0/+1
* | Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* | Remove Signal connect bindsJuan Linietsky2022-07-291-4/+4
* | refactor sync in AnimationTreeSilc Renew2022-07-161-1/+11
* | Use antialiasing for line drawing in the AnimationTree editorHugo Locurcio2022-07-021-8/+8
* | Removes start/end states from menusGuilherme Felipe de C. G. da Silva2022-06-041-1/+1