summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix rotation key edit is labeled scale in AnimationMultiTrackKeyEditSilc Renew2023-02-061-1/+1
* Remove some unused signalsRémi Verschelde2023-01-311-1/+0
* Implement blending audio feature to AnimationTreeSilc Renew2023-01-281-7/+43
* Add gesture to ViewPanner and simplify a bit its APIGilles Roudière2023-01-231-33/+13
* Add EditorUndoRedoManager singletonkobewi2023-01-161-36/+36
* Fix undo of editing animation length with spinner by adding flagSilc Renew2023-01-101-1/+1
* Use BitField<> in core type masksJuan Linietsky2023-01-081-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add inspector plugin for key time edit & Change find key argumentSilc Renew2022-12-221-1114/+1040
* Fix unmerged history in AnimationTrackEditorSilc Renew2022-12-101-40/+34
* Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/PlayerSilc Renew2022-12-021-12/+1
* Fix crash AnimationTimelineEdit when switch FPS mode without trackSilc Renew2022-11-301-1/+3
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+3
* Merge pull request #68874 from TokageItLab/fix-unique-path-keyingRémi Verschelde2022-11-281-9/+7
|\
| * Add option to get_path_to() to get the shortest path with unique nameSilc Renew2022-11-191-9/+7
* | Fix wrong AnimationTrackKeyEdit update timingSilc Renew2022-11-251-20/+25
* | Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-25/+37
* | Fix connection of animation changed signal in AnimationTrackEditorSilc Renew2022-11-201-8/+2
|/
* Fix update timing when AnimationEditor changes FPSSilc Renew2022-11-171-2/+3
* Merge pull request #67963 from KoBeWi/den_of_actionsRémi Verschelde2022-11-141-1/+1
|\
| * Fix nested actions in EditorUndoRedoManagerkobewi2022-10-281-1/+1
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-4/+4
|\ \ | |/ |/|
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-4/+4
* | Add a tutorial link to Retarget ClassesSilc Renew2022-10-221-1/+1
|/
* Bind `AnimationTrackEditor::_redraw_tracks` for UndoRedoHaoyu Qiu2022-10-081-0/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-52/+50
* Merge pull request #44143 from KoBeWi/callable_multiplayerRémi Verschelde2022-09-181-13/+5
|\
| * Port remaining connections to callable_mpTomasz Chabora2022-09-181-13/+5
* | Fix loop mode button update in the Animation editorYuri Sizov2022-09-161-0/+4
|/
* Merge pull request #65325 from TokageItLab/refactor-variant-for-animRémi Verschelde2022-09-161-3/+2
|\
| * Move some methods to Animation from Variant for refactoringSilc Renew2022-09-151-3/+2
* | Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-7/+7
* | Merge pull request #65437 from YuriSizov/theme-gui-renamesRémi Verschelde2022-09-071-2/+2
|\ \
| * | Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-2/+2
* | | Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky2022-09-061-1/+1
|/ /
* / Improvements to multi-node editingFireForge2022-09-051-14/+8
|/
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-36/+36
* Merge pull request #64980 from TokageItLab/fix-animedit-draw-and-find-keyRémi Verschelde2022-08-291-102/+90
|\
| * Fixed AnimationTrackEditor redraw/deselect timing and find key compearationSilc Renew2022-08-291-102/+90
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-2/+3
* | Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-14/+14
|\ \ | |/ |/|
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-14/+14
* | Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...Rémi Verschelde2022-08-271-3/+2
|\ \
| * | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-3/+2
| |/
* | Add optimization for Animation::ValueTrackSilc Renew2022-08-271-11/+15
* | Add linear/cubic angle interpolation to Animation interpolation typeSilc Renew2022-08-271-5/+39
|/
* Make Cubic to CubicInTime and reduce items in the track intrp typeSilc Renew2022-08-261-5/+2
* Disable editing properties in foreign resourcesSaracenOne2022-08-231-4/+4
* Merge pull request #64647 from TokageItLab/auto-tangentRémi Verschelde2022-08-231-40/+68
|\
| * Add bezier preset and refactor bezier editorSilc Renew2022-08-231-40/+68