summaryrefslogtreecommitdiffstats
path: root/editor/animation_bezier_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-22/+44
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-50/+0
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-21/+21
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-6/+3
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-3/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-10/+10
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Remove unused #if 0'ed codeRémi Verschelde2020-01-211-20/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixed missing argument for clear_selection signal in Bezier Curve editorPouleyKetchoupp2019-09-251-1/+1
* Animation Bezier Editor : fix double inserts on undoValentin Zagura2019-09-061-7/+0
* Merge pull request #31916 from puthre/bezier_editor_zoomRémi Verschelde2019-09-031-0/+4
|\
| * Animation Bezier Editor - fixed vertical zoom around mouseValentin Zagura2019-09-031-0/+4
* | Animation Bezier Editor: Extended zoom in and zoom out limits and fixed guide...Valentin Zagura2019-08-301-5/+7
|/
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-2/+2
* Fixed a few issues with the bezier animation track editor, fixed the Travis C...Ben Hickling2019-04-301-20/+34
* Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias2019-02-211-4/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Change color of AnimationPlayer curve to "highlight"Mateus Felipe C. C. Pinto2018-12-181-1/+2
* Refactor editor icon retrievalwillnationsdev2018-09-141-6/+3
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-0/+1183