summaryrefslogtreecommitdiff
path: root/editor/animation_bezier_editor.cpp
AgeCommit message (Expand)Author
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-05fix AnimationTrackEditor's undo with correction invalid method nameTokage
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename Math::stepify to snappedMarcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-05Remove connect *_compat methodsAaron Franke
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-07-02Fix timeline cursor not updating on zoom change in the Bezier editorMichael Alexsander
2020-07-01Make timeline cursor in the Bezier editor just as thick as the Animation editorMichael Alexsander
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-21Remove unused #if 0'ed codeRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-25Fixed missing argument for clear_selection signal in Bezier Curve editorPouleyKetchoupp
2019-09-06Animation Bezier Editor : fix double inserts on undoValentin Zagura
2019-09-03Merge pull request #31916 from puthre/bezier_editor_zoomRémi Verschelde
2019-09-03Animation Bezier Editor - fixed vertical zoom around mouseValentin Zagura
2019-08-30Animation Bezier Editor: Extended zoom in and zoom out limits and fixed guide...Valentin Zagura
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 C...Ben Hickling
2019-02-21Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-18Change color of AnimationPlayer curve to "highlight"Mateus Felipe C. C. Pinto
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