summaryrefslogtreecommitdiff
path: root/editor/animation_bezier_editor.cpp
AgeCommit message (Collapse)Author
2019-09-25Fixed missing argument for clear_selection signal in Bezier Curve editorPouleyKetchoupp
Also removed unused clear_selection signal in Animation Track editor (never emitted) Fixes #32348
2019-09-06Animation Bezier Editor : fix double inserts on undoValentin Zagura
2019-09-03Merge pull request #31916 from puthre/bezier_editor_zoomRémi Verschelde
Animation Bezier Editor - fixed vertical zoom around mouse
2019-09-03Animation Bezier Editor - fixed vertical zoom around mouseValentin Zagura
Fixed vertical zoom so it zooms around the mouse cursor not around the center of the window.
2019-08-30Animation Bezier Editor: Extended zoom in and zoom out limits and fixed ↵Valentin Zagura
guide lines to accomodate sub unit steps and steps other than powers of 5
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-04-30Fixed a few issues with the bezier animation track editor, fixed the Travis ↵Ben Hickling
CI errors, added TTR to bezier value labels and rounded them to 3 decimal points
2019-02-21Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
Happy new year to the wonderful Godot community!
2018-12-18Change color of AnimationPlayer curve to "highlight"Mateus Felipe C. C. Pinto
This is to be consistent with Curve editor and to be less confusing related to tangent lines color.
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-08-29Add missing copyright headersRémi Verschelde
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky