summaryrefslogtreecommitdiffstats
path: root/editor/animation_bezier_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Merge pull request #93860 from CookieBadger/animation-bezier-undo-on-differen...Rémi Verschelde2024-07-071-1/+1
|\
| * fix animation bezier editor undo operations applying to wrong animationemild2024-07-021-1/+1
* | Clamp bezier handle length to half the length of animationKasper Frandsen2024-07-041-1/+0
|/
* fix animation bezier keys not showing in inspector after selectionemild2024-06-211-1/+1
* Merge pull request #88498 from CookieBadger/animation-fix-snapping-multipleRémi Verschelde2024-03-241-0/+1
|\
| * Fix snapping multiple keys in Animationemild2024-03-181-0/+1
* | Merge pull request #88445 from CookieBadger/animation-paste-snap-fixRémi Verschelde2024-03-241-2/+2
|\ \
| * | Fix various bugs in Animation key right click actionsemild2024-02-201-2/+2
| |/
* / Add auto focus timeline and bezier scale on animation editorHilderin2024-03-191-0/+4
|/
* implemented cut selected keys in animation playeremild2024-02-151-1/+2
* implement consistent select, copy, paste, duplicate in animation playeremild2024-02-061-1/+9
* Add vertical scrolling to bézier track editor.Saracen2023-10-221-2/+5
* Add gesture to ViewPanner and simplify a bit its APIGilles Roudière2023-01-231-3/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-3/+0
* Merge pull request #64647 from TokageItLab/auto-tangentRémi Verschelde2022-08-231-10/+28
|\
| * Add bezier preset and refactor bezier editorSilc Renew2022-08-231-10/+28
* | Add per-scene UndoRedokobewi2022-08-221-2/+3
|/
* Add read-only mode to AnimationEditor for foreign resources.SaracenOne2022-07-211-1/+2
* Add a new HashSet templatereduz2022-05-201-2/+3
* Replace most uses of Map by HashMapreduz2022-05-161-5/+5
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-6/+6
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-2/+2
* Implement drawing and editing all anim beziersFrancois Belair2022-02-091-6/+38
* Minor tweaks and fixes to panningkobewi2022-01-231-1/+1
* Add ViewPanner to 2D editorkobewi2022-01-211-1/+1
* Add ViewPanner to more editorskobewi2022-01-141-3/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Make bezier handle type a property of keyframes, update interfaceNathan Lovato2021-11-161-12/+5
* Replace close icon with button in the Bezier editorNathan Lovato2021-08-261-20/+19
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-3/+3
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-0/+141