summaryrefslogtreecommitdiff
path: root/editor/animation_track_editor.cpp
AgeCommit message (Expand)Author
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-07ScrollContainer's scrollbar visibility is now enumkobewi
2021-12-06Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_m...Rémi Verschelde
2021-12-06Fix error when adding RESET key for new trackkobewi
2021-12-06Merge pull request #52280 from jmb462/fix-bad-popup-offset-with-single-window...Rémi Verschelde
2021-12-06Fix bad popups offset in editor with single window offjmb462
2021-12-06Rename minimum_size_changed() methodkobewi
2021-12-06Allow to add RESET values from existing keyskobewi
2021-12-06Add a constant StringName for RESET animationkobewi
2021-11-16Make bezier handle type a property of keyframes, update interfaceNathan Lovato
2021-11-15Use a different icon for eased keyframes in the animation editorHugo Locurcio
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-03reimplement ping-pongSilc 'Tokage' Renew
2021-10-25Merge pull request #54050 from reduz/animation-compressionRémi Verschelde
2021-10-24Fix max argument count on AnimationTrackEdit spinboxWilson E. Alvarez
2021-10-23Fixed animation insertion in SkeletonEditorSilc 'Tokage' Renew
2021-10-21Implement Animation Compressionreduz
2021-10-16Implement Animation Blend Shape Tracksreduz
2021-10-12Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz
2021-10-11Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky
2021-10-09implement ping-pong loop in animationTokage
2021-10-07fixed insert track queue in AnimationTrackEditor doesn't work correctlySilc 'Tokage' Renew
2021-10-07Implemented SkeletonEditorGizmoSilc Renew
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-30Fix non-const iterators in const methodsLightning_A
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-14Improve the animation bezier editorHugo Locurcio
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-08-08Merge pull request #51217 from timothyqiu/more-i18nRémi Verschelde
2021-08-05Shortcut: Rename `shortcut` property to `event`Rémi Verschelde
2021-08-03Fix various i18n failuresHaoyu Qiu
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-07-13Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde
2021-07-13Merge similar editor stringsHaoyu Qiu
2021-07-04Improvements to Label's layout optionsHendrik Brucker
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-17AnimationMultiTrackKeyEdit Allow editing easing if it's possible for all edit...kleonc
2021-06-16Documentation search fixesGregory Basile
2021-06-15Fix build after merge of #48598Rémi Verschelde
2021-06-15Merge pull request #48598 from Calinou/animation-track-editor-improve-scrollingRémi Verschelde
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-06-03Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3DAaron Franke
2021-06-03Rename Variant TRANSFORM to TRANSFORM3DAaron Franke
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-23Merge pull request #40397 from KoBeWi/silent_seekerRémi Verschelde
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-05-10Improve scrolling actions in the animation track editorHugo Locurcio