summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_library_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-1/+202
|\
| * Add persistent folding to Animation Library EditorIllauriel2024-11-191-1/+202
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51edSpartan3222024-10-151-2/+2
|\|
| * Fix positioning of popup menu in AnimationLibrary editor.Saracen2024-09-281-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix animation library copy-paste not preserving resource referenceMikael Hermansson2024-07-161-1/+3
* Fix undoredo handling in some dialogskobewi2024-07-041-0/+22
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+3
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Add icon, tooltip, rename button in AnimationLibraryEditor for clarity.Illauriel2024-01-111-6/+17
* Allow to load multiple animation/libraries at once in the animation managerMichael Alexsander2023-11-071-87/+127
* Change AnimationLibEditor's mixer to actual Mixerkobewi2023-11-061-22/+23
* Allow changing keys for imported AnimationLibraries in the editorJonathan Nicholl2023-10-281-1/+1
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-62/+62
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-13/+14
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Fix right-click on tilset atlas popup wrong positionGilles Roudière2023-01-181-2/+2
* Add EditorUndoRedoManager singletonkobewi2023-01-161-12/+12
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-12/+12
* Refactor to use internal foreign resource checking function.SaracenOne2022-09-071-5/+11
* Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-2/+2
* Add per-scene UndoRedokobewi2022-08-221-12/+13
* Add read-only mode to AnimationEditor for foreign resources.SaracenOne2022-07-211-21/+116
* Add missing new function parameter.Trevor Davenport2022-06-171-3/+3
* Merge pull request #61106 from snailrhymer/animation-library-fixesRémi Verschelde2022-05-241-5/+9
|\
| * Fix errors and improve UX relating to new animation librariesSnailRhymer2022-05-171-5/+9
* | Add the button pressed to some signals in Treetrollodel2022-05-211-1/+1
|/
* Fix global AnimationLibrary name validationHaoyu Qiu2022-05-051-3/+3
* Fix AnimationLibrary name validationHaoyu Qiu2022-04-191-5/+3
* Implement Animation Librariesreduz2022-04-111-0/+689