summaryrefslogtreecommitdiffstats
path: root/editor/animation_bezier_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use range iterators for `Map`Lightning_A2021-09-301-9/+9
* Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...Rémi Verschelde2021-09-231-2/+2
|\
| * Add missing SNAME macro optimization for StringName in some functionsjmb4622021-08-201-2/+2
* | Replace close icon with button in the Bezier editorNathan Lovato2021-08-261-34/+14
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-3/+1
|/
* Improve the animation bezier editorHugo Locurcio2021-08-141-15/+20
* Shortcut: Rename `shortcut` property to `event`Rémi Verschelde2021-08-051-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+4
* Optimize StringName usagereduz2021-07-181-25/+25
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-6/+6
* fix AnimationTrackEditor's undo with correction invalid method nameTokage2021-05-051-5/+5
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-9/+9
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Math::stepify to snappedMarcel Admiraal2020-12-281-4/+4
* Rename Control margin to offsetMarcel Admiraal2020-12-231-1/+1
* Remove connect *_compat methodsAaron Franke2020-12-051-7/+7
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-18/+26
* Fix timeline cursor not updating on zoom change in the Bezier editorMichael Alexsander2020-07-021-0/+1
* Make timeline cursor in the Bezier editor just as thick as the Animation editorMichael Alexsander2020-07-011-1/+2
* 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