summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-5/+5
* Remove duplicate shortcut definitionskobewi2024-05-211-2/+4
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-10/+10
* Use Core/Scene stringnames consistentlykobewi2024-05-131-10/+9
* Add shorthand for using singleton string nameskobewi2024-05-111-10/+10
* [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
* Fix various typos with codespellRémi Verschelde2024-05-071-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-11/+12
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-1/+2
* Make adding track process to set interpolation type on creating RESETSilc Lizard (Tokage) Renew2024-04-271-0/+1
* Improve SceneTreeEditor usabilityRedMser2024-03-311-2/+7
* Merge pull request #89599 from timothyqiu/vegetateRémi Verschelde2024-03-231-0/+1
|\
| * Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* | Merge pull request #88498 from CookieBadger/animation-fix-snapping-multipleRémi Verschelde2024-03-241-13/+32
|\ \
| * | Fix snapping multiple keys in Animationemild2024-03-181-13/+32
* | | Merge pull request #88445 from CookieBadger/animation-paste-snap-fixRémi Verschelde2024-03-241-13/+32
|\ \ \
| * | | Fix various bugs in Animation key right click actionsemild2024-02-201-13/+32
| |/ /
* | / Add auto focus timeline and bezier scale on animation editorHilderin2024-03-191-1/+102
| |/ |/|
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
* | Merge pull request #69032 from KoBeWi/check_every_changed_setting_in_every_gr...Rémi Verschelde2024-02-201-4/+8
|\ \ | |/ |/|
| * Use check_changed_settings_in_group() everywherekobewi2024-02-191-4/+8
* | use ED_IS_SHORTCUT macro instead of matches_eventCookieBadger2024-02-191-5/+5
|/
* Merge pull request #88436 from AThousandShips/editor_ellipsesRémi Verschelde2024-02-181-17/+17
|\
| * [Editor] Add missing ellipses to menu options that open dialogsA Thousand Ships2024-02-171-17/+17
* | Merge pull request #88350 from CookieBadger/animation-cut-keyframeRémi Verschelde2024-02-181-4/+42
|\ \
| * | implemented cut selected keys in animation playeremild2024-02-151-4/+42
* | | Fix crash with animation audio track offsetA Thousand Ships2024-02-171-1/+7
| |/ |/|
* | Make consistent the retrieval of audio tracksSilc Lizard (Tokage) Renew2024-02-181-1/+177
* | Merge pull request #87530 from YeldhamDev/atr_inheritanceRémi Verschelde2024-02-171-2/+2
|\ \
| * | Make auto translation inheritableMichael Alexsander2024-02-151-2/+2
* | | Merge pull request #86608 from TokageItLab/add-warn-setting-animRémi Verschelde2024-02-171-36/+42
|\ \ \ | |/ / |/| |
| * | Add option to silence some warnings in AnimationMixer cachingSilc Lizard (Tokage) Renew2024-02-141-36/+42
| |/
* | Merge pull request #88352 from CookieBadger/bezier-handle-mode-undo-fixRémi Verschelde2024-02-151-1/+1
|\ \
| * | Fix bezier editor handle mode undo history mismatchemild2024-02-151-1/+1
| |/
* | Merge pull request #88302 from CookieBadger/bezier-remove-unused-signalsRémi Verschelde2024-02-131-1/+0
|\ \ | |/ |/|
| * remove unused signals in AnimationBezierTrackEditemild2024-02-131-1/+0
* | Fix vertical zoom factor in Animation Bezier Editoremild2024-02-131-2/+2
* | Merge pull request #87250 from CookieBadger/animation-copy-paste-keyframeRémi Verschelde2024-02-121-96/+337
|\ \
| * | implement consistent select, copy, paste, duplicate in animation playeremild2024-02-061-96/+337
* | | Merge pull request #85367 from KoBeWi/elephant_in_the_editorRémi Verschelde2024-02-121-5/+11
|\ \ \ | |_|/ |/| |
| * | Fix custom type icon sizes in animation trackskobewi2023-11-251-5/+11
* | | Split theme generation logic into several subroutinesYuri Sizov2024-01-161-1/+1
* | | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
| |/ |/|
* | Update deferred calls to use Callableskobewi2024-01-091-2/+1
* | Merge pull request #86867 from TokageItLab/reset-copy-options-for-moreRémi Verschelde2024-01-081-2/+5
|\ \
| * | Copy intrp/loop for all track & use_blend for audio when adding resetSilc Lizard (Tokage) Renew2024-01-061-2/+5
* | | Merge pull request #85142 from CookieBadger/animation-player-improvementsRémi Verschelde2024-01-081-3/+63
|\ \ \ | |/ / |/| |
| * | Improved usability of zoom features in animation playerCookieBadger2024-01-071-3/+63
* | | Merge pull request #86630 from TokageItLab/value-track-default-optionRémi Verschelde2024-01-021-44/+79
|\ \ \