summaryrefslogtreecommitdiff
path: root/editor/animation_track_editor.cpp
AgeCommit message (Expand)Author
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-11-17Fix animation key snapping at high zoomsTomasz Chabora
2019-11-04Fixed cases where labels with autowrap can overflow the editor uiPouleyKetchoupp
2019-10-21Enhancements and fixes for the animation editor's copy track dialogMichael Alexsander
2019-09-25Fixed missing argument for clear_selection signal in Bezier Curve editorPouleyKetchoupp
2019-09-23Fixes in AnimationTrackEditor around bezier curvesPouleyKetchoupp
2019-09-20Merge pull request #32146 from YeldhamDev/key_bezier_int_realRémi Verschelde
2019-09-20Merge pull request #32129 from YeldhamDev/fix_track_removal_errorsRémi Verschelde
2019-09-15Fix keying integer and float values from inspector not being able to use bezi...Michael Alexsander Silva Dias
2019-09-13Fix errors in the animation editor when removing tracks via undo/redoMichael Alexsander Silva Dias
2019-09-04Add informational messages to various editorsMichael Alexsander Silva Dias
2019-08-23Change mouse cursor when hovering a resize area in the animation editorHugo Locurcio
2019-08-17Merge pull request #31424 from Calinou/improve-animation-editor-timelineRémi Verschelde
2019-08-17Improve timeline drawing in the animation editorHugo Locurcio
2019-08-15Add an outline to box selection rectangles for better visibilityHugo Locurcio
2019-08-06Tweak range steps in the animation editorHugo Locurcio
2019-08-06Improve snapping in the animation editorHugo Locurcio
2019-07-24Fix undo problems with method and transform tracks in the animation editorMichael Alexsander Silva Dias
2019-07-22Make possible to edit multiple keys in an animation againMichael Alexsander Silva Dias
2019-07-22Revert "Expose "meta" to the Inspector"Rémi Verschelde
2019-07-20Merge pull request #30697 from bojidar-bg/6067-pale-customtype-scriptRémi Verschelde
2019-07-19Make custom types more subtle and more usefulBojidar Marinov
2019-07-19Merge pull request #22642 from YeldhamDev/inspector_metadataRémi Verschelde
2019-07-04Use CheckBoxes in the editor instead of CheckButtons when applicableHugo Locurcio
2019-07-03Make easier to select keys that are at position 0 in AnimationPlayer editorjens
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-23Display invalid value keys in AnimationTrackEditRémi Verschelde
2019-06-19Merge pull request #29899 from Chaosus/select_all_tracksRémi Verschelde
2019-06-19Added button to select all tracks in track copy dialogChaosus
2019-06-19Fix animation keys selection with SHIFT/CTRL Chaosus
2019-06-16i18n: Sync translation template with current sourceRémi Verschelde
2019-06-09Enhancements for the audio bus editorMichael Alexsander Silva Dias
2019-05-31Sync Animation editor with Inspectorvolzhs
2019-05-31Revert "Fix AnimationPlayer editor length and step synchronization"volzhs
2019-05-27Make animation editor change tracks positions instead of swapping themMichael Alexsander Silva Dias
2019-05-25Fix "Node not found:" error message when adding tracksMichael Alexsander Silva Dias
2019-05-24Merge pull request #24771 from timoschwarzer/animation-player-editor-pos-drag...Rémi Verschelde
2019-05-19Fix typos with codespellRémi Verschelde
2019-05-06Fix AnimationPlayer editor length and step synchronizationTimo Schwarzer
2019-04-30Fixed a few issues with the bezier animation track editor, fixed the Travis C...Ben Hickling
2019-04-30Merge pull request #28323 from homer666/animationplayer-imported-anim-warningRémi Verschelde
2019-04-30Warn when opening imported anim in AnimationPlayerhomer666
2019-04-28Update edited keyframe's snap mode properlyhomer666
2019-04-25Merge pull request #28361 from homer666/animationplayer-fps-mode-fixesHein-Pieter van Braam
2019-04-25i18n: Sync translation template with current sourceRémi Verschelde
2019-04-24AnimationPlayer FPS mode fixeshomer666
2019-04-18Fix AnimationPlayer snap mode dropdown behaviourhomer666
2019-04-15Scale animation track editor line widths on hiDPI displaysHugo Locurcio
2019-04-15Implement autokeying in Animation editor.Juan Linietsky