summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor_plugins.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Remove empty bind_methods()kobewi2024-08-151-6/+0
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-48/+48
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Remove unnecessary assignmentsWilson E. Alvarez2023-12-131-4/+2
* Add EditorStringNames singletonkobewi2023-09-031-15/+16
* Code simplificationsMarkus Sauermann2023-06-211-3/+1
* Fix `draw_multiline_colors` usageDanil Alexeev2023-05-151-30/+24
* Fix display for no-length audio stream keysSilc Renew2023-02-151-14/+10
* Fix AnimationEditor ignoring region of Sprite2DSalia Nifo2023-02-061-2/+2
* Add EditorUndoRedoManager singletonkobewi2023-01-161-3/+2
* Merge pull request #65609 from dalexeev/animated-spriteRémi Verschelde2023-01-051-2/+2
|\
| * `AnimatedSprite{2D,3D}` improvementsDanil Alexeev2023-01-051-2/+2
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Add inspector plugin for key time edit & Change find key argumentSilc Renew2022-12-221-6/+6
* AnimationTrackEditTypeAudio: Both start and end offset dragging is now possi...Eduard Zalyaev2022-12-121-24/+64
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-12/+15
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-18/+18
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-6/+6
* Add per-scene UndoRedokobewi2022-08-221-0/+1
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+0
* Clip animation track keyframe rectsHaoyu Qiu2022-03-311-6/+6
* Initialize bools in the headers in editorAaron Franke2022-03-121-1/+0
* Use get_cursor_shape for identifying the cursor shape in AnimationTrackEditTy...Markus Sauermann2022-03-111-7/+10
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Use List Initializations for Vectors.Anilforextra2022-01-121-14/+13
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-2/+2
* Fixed animation insertion in SkeletonEditorSilc 'Tokage' Renew2021-10-231-2/+2
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+2
* Optimize StringName usagereduz2021-07-181-65/+65
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-2/+2
* fix AnimationTrackEditor's undo with correction invalid method nameTokage2021-05-051-1/+1
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* Merge pull request #47230 from trollodel/anim_track_colorRémi Verschelde2021-03-311-25/+45
|\
| * Preview the color animation in the animation editortrollodel2021-03-271-25/+45
* | Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-2/+2
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-23/+45
* 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/+14
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-76/+0
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-4/+4
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-8/+8
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-45/+45
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-4/+2