summaryrefslogtreecommitdiff
path: root/editor/plugins/animation_player_editor_plugin.cpp
AgeCommit message (Expand)Author
2022-11-02Unify usage of undo_redo in editorkobewi
2022-10-14Make some Image methods statickobewi
2022-10-10Merge pull request #65942 from SaracenOne/animation_change_callback_fixRémi Verschelde
2022-10-10Add animation_selected signal to AnimationPlayerEditorSilc Renew
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-29Animation editor: Disable onion skinning temporarily due to rendering bugRémi Verschelde
2022-09-16Fix animation change callbacksSaracenOne
2022-09-07Refactor to use internal foreign resource checking function.SaracenOne
2022-09-01Rename `uniform` to `parameter` across the engineYuri Rubinsky
2022-08-29Merge pull request #64386 from timothyqiu/anim-disableRémi Verschelde
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-22Add per-scene UndoRedokobewi
2022-08-14Fix crash when loading Animation Library after reloading a sceneHaoyu Qiu
2022-08-10Merge pull request #63245 from V-Sekai/animation_editor_read_onlyRémi Verschelde
2022-08-04Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-21Add read-only mode to AnimationEditor for foreign resources.SaracenOne
2022-07-18Use integer types in Image and ImageTexture methodsFireForge
2022-07-13Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-06-23Add missing TTR in dialog titleHaoyu Qiu
2022-06-09Increase AnimationPlayer position SpinBox to fit more decimalsDanny Chung
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-05-24Remove configuration warning from AnimationPlayerSnailRhymer
2022-05-24Merge pull request #61106 from snailrhymer/animation-library-fixesRémi Verschelde
2022-05-17Fix errors and improve UX relating to new animation librariesSnailRhymer
2022-05-09Fixed delta & Implement selection of whether or not to seek rootSilc Renew
2022-05-05Fix global AnimationLibrary name validationHaoyu Qiu
2022-04-19Fix AnimationLibrary name validationHaoyu Qiu
2022-04-12Disable Open in Inspector when there is no animationHaoyu Qiu
2022-04-11Implement Animation Librariesreduz
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-03-12Allow negative indexes in ItemList and PopupMenukobewi
2022-03-11Remove unused code in `AnimationPlayerEditor::_update_animation_list_icons()`Haoyu Qiu
2022-03-10Fix some Animation panel icons not updating after theme changeHaoyu Qiu
2022-03-05Fix animation resource name after duplicationHaoyu Qiu
2022-02-16Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-14Merge pull request #57306 from trollodel/remove_editornode_paramRémi Verschelde
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-14Make duplicate animation prompt for new nameHaoyu Qiu
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-04String: Add contains().Anilforextra
2022-01-21Fixed target which connected animation player, follow up #55066Silc 'Tokage' Renew
2022-01-20Store panels and docks singletons in their own classestrollodel
2022-01-19[Editor] Move some animation specific keying logic out of inspector.Fabio Alessandrelli
2022-01-04Add option to paste animation as duplicateTomasz Chabora