summaryrefslogtreecommitdiffstats
path: root/editor/plugins/sprite_frames_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Add duplicate animationAinsley Su2024-09-011-0/+2
* Enable SpriteFramesEditor to guess the amount of rows and columns of a sprite...Sofox2024-08-261-0/+3
* Fix Crash when trying to undo SpriteFrames animation rename #93079Hilderin2024-06-121-1/+1
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* Avoid double editing when clicking AnimatedSpritekobewi2024-04-171-1/+2
* Remember frames when selecting SpriteFrame framesLeul Mulugeta2024-03-051-0/+2
* Added multi-selection for sprite_frame_editorDominic Marier2024-02-291-6/+12
* Defer updating the animations Tree in SpriteFramesEditor to avoid crashes风青山2023-10-181-0/+4
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Hide Animation Frames section when there are no animations and show messageHakim2023-05-191-0/+3
* Improve SpriteFrameEditor frame addition orderingNinni Pipping2023-03-301-2/+30
* Few improvements for SpriteFrames EditorDanil Alexeev2023-01-301-3/+5
* Make AnimatedSprite's playback API consistent with AnimationPlayerSilc Renew2023-01-261-4/+39
* Merge pull request #65609 from dalexeev/animated-spriteRémi Verschelde2023-01-051-3/+15
|\
| * `AnimatedSprite{2D,3D}` improvementsDanil Alexeev2023-01-051-3/+15
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-5/+0
* Add shortcuts for SpriteFrames editor. Small renaming changes for clarity & c...Eric M2022-10-131-5/+5
* Add read only mode to SpriteFrames editor.SaracenOne2022-09-061-0/+2
* Add per-scene UndoRedokobewi2022-08-221-2/+3
* SpriteFramesEditor Add animation searchboxkleonc2022-07-181-0/+3
* Fix typos with codespellRémi Verschelde2022-05-231-1/+1
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+1
* Fixed issue where panels in sprite frames editor couldn't be resizedIgor Kordiukiewicz2022-04-261-1/+0
* Improve Select Frames dialog of SpriteFrames editorHaoyu Qiu2022-04-091-1/+20
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-35/+35
* Improves SpriteFrames editorHaoyu Qiu2022-03-151-0/+1
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-2/+0
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-2/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+8
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
* SpriteFramesEditor Fix preview grid in "Select Frames" dialogkleonc2021-09-071-0/+1
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* Allow selecting frames by holding down the mouse in SpriteFrames editorHugo Locurcio2021-06-171-0/+1
* SpriteFramesEditor Minor fixeskleonc2021-05-231-4/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Added zoom functionality to sprite frames editor pluginJavier Dehesa2020-08-141-0/+25
* Add override keywords.Marcel Admiraal2020-07-101-5/+5
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-11/+11
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* SpriteFramesEditor improvements around deleting animationsPouleyKetchoupp2019-09-061-0/+3
* Small improvements to the new Sprite Sheet dialogMichael Alexsander Silva Dias2019-04-211-0/+2
* Ability to create sprite frames in AnimatedSprite from sprite sheet.Juan Linietsky2019-04-131-0/+17
* Small changes to the SpriteFrames editorMichael Alexsander Silva Dias2019-02-071-14/+14