summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #64678 from TokageItLab/implement-ease-bakerRémi Verschelde2022-08-231-0/+276
|\ \
| * | Fix Quaternion Tween and implement ease bakerSilc Renew2022-08-221-0/+276
| |/
* | Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDORémi Verschelde2022-08-221-7/+12
|\ \
| * | Add per-scene UndoRedokobewi2022-08-221-7/+12
* | | Merge pull request #64132 from TokageItLab/fix-optimizerRémi Verschelde2022-08-221-14/+13
|\ \ \ | |/ / |/| |
| * | improve animation track optimizer algorithmSilc Renew2022-08-091-14/+13
* | | Make `cubic_interpolate()` consider key time in animationSilc Renew2022-08-191-4/+6
| |/ |/|
* | Merge pull request #63245 from V-Sekai/animation_editor_read_onlyRémi Verschelde2022-08-101-124/+203
|\ \ | |/ |/|
| * Add read-only mode to AnimationEditor for foreign resources.SaracenOne2022-07-211-124/+203
* | Remove excessive `editor/property_editor.h` includesYuri Sizov2022-08-011-0/+1
* | Remove Signal connect bindsJuan Linietsky2022-07-291-14/+14
* | Merge pull request #48995 from KoBeWi/advanced_animationRémi Verschelde2022-07-281-16/+13
|\ \
| * | Advance animation after confirmingkobewi2022-06-291-16/+13
* | | improve animation player warning for imported scenesNathan Franke2022-07-241-1/+3
| |/ |/|
* | Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-4/+4
* | Create reset tracks with the right update modePedro J. Estébanez2022-07-171-39/+43
* | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-4/+4
* | Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-4/+4
|/
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-1/+1
* i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-22/+19
* Merge pull request #61106 from snailrhymer/animation-library-fixesRémi Verschelde2022-05-241-2/+0
|\