summaryrefslogtreecommitdiff
path: root/editor/animation_track_editor.cpp
AgeCommit message (Expand)Author
2023-01-10Fix undo of editing animation length with spinner by adding flagSilc Renew
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-22Add inspector plugin for key time edit & Change find key argumentSilc Renew
2022-12-10Fix unmerged history in AnimationTrackEditorSilc Renew
2022-12-02Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/PlayerSilc Renew
2022-11-30Fix crash AnimationTimelineEdit when switch FPS mode without trackSilc Renew
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-28Merge pull request #68874 from TokageItLab/fix-unique-path-keyingRémi Verschelde
2022-11-25Fix wrong AnimationTrackKeyEdit update timingSilc Renew
2022-11-24Cleanup remaining EditorUndoRedoManager usageskobewi
2022-11-20Fix connection of animation changed signal in AnimationTrackEditorSilc Renew
2022-11-19Add option to get_path_to() to get the shortest path with unique nameSilc Renew
2022-11-17Fix update timing when AnimationEditor changes FPSSilc Renew
2022-11-14Merge pull request #67963 from KoBeWi/den_of_actionsRémi Verschelde
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-28Fix nested actions in EditorUndoRedoManagerkobewi
2022-10-22Add a tutorial link to Retarget ClassesSilc Renew
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-08Bind `AnimationTrackEditor::_redraw_tracks` for UndoRedoHaoyu Qiu
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-18Merge pull request #44143 from KoBeWi/callable_multiplayerRémi Verschelde
2022-09-18Port remaining connections to callable_mpTomasz Chabora
2022-09-16Fix loop mode button update in the Animation editorYuri Sizov
2022-09-16Merge pull request #65325 from TokageItLab/refactor-variant-for-animRémi Verschelde
2022-09-15Move some methods to Animation from Variant for refactoringSilc Renew
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-07Merge pull request #65437 from YuriSizov/theme-gui-renamesRémi Verschelde
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov
2022-09-06Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky
2022-09-05Improvements to multi-node editingFireForge
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29Merge pull request #64980 from TokageItLab/fix-animedit-draw-and-find-keyRémi Verschelde
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-29Fixed AnimationTrackEditor redraw/deselect timing and find key compearationSilc Renew
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...Rémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Add optimization for Animation::ValueTrackSilc Renew
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-27Add linear/cubic angle interpolation to Animation interpolation typeSilc Renew
2022-08-26Make Cubic to CubicInTime and reduce items in the track intrp typeSilc Renew
2022-08-23Disable editing properties in foreign resourcesSaracenOne
2022-08-23Merge pull request #64647 from TokageItLab/auto-tangentRémi Verschelde
2022-08-23Add bezier preset and refactor bezier editorSilc Renew
2022-08-23Merge pull request #64678 from TokageItLab/implement-ease-bakerRémi Verschelde
2022-08-22Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDORémi Verschelde
2022-08-22Merge pull request #64132 from TokageItLab/fix-optimizerRémi Verschelde
2022-08-22Add per-scene UndoRedokobewi
2022-08-22Fix Quaternion Tween and implement ease bakerSilc Renew