summaryrefslogtreecommitdiff
path: root/editor/animation_track_editor_plugins.cpp
AgeCommit message (Expand)Author
2022-03-31Clip animation track keyframe rectsHaoyu Qiu
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-03-11Use get_cursor_shape for identifying the cursor shape in AnimationTrackEditTy...Markus Sauermann
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-12Use List Initializations for Vectors.Anilforextra
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-23Fixed animation insertion in SkeletonEditorSilc 'Tokage' Renew
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
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-31Merge pull request #47230 from trollodel/anim_track_colorRémi Verschelde
2021-03-27Preview the color animation in the animation editortrollodel
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
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-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-22Show preview of frame_coords in AnimationPlayerTomasz Chabora
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-05-28Align boolean/color track icons to other keys in the animation editorHugo Locurcio
2019-03-03Implement a more coherent (and way less hack) way to block animation updates,...Juan Linietsky
2019-02-21Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-06-14[AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D)Guilherme Felipe
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky