summaryrefslogtreecommitdiffstats
path: root/editor/plugins/sprite_frames_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #79872 from dalexeev/sprite-frames-editor-2Rémi Verschelde2023-10-051-8/+6
|\
| * SpriteFrames Editor: Fix Frame Duration applied to wrong frame when switching...Danil Alexeev2023-07-251-8/+6
* | Merge pull request #79692 from dalexeev/sprite-frames-editorRémi Verschelde2023-10-051-14/+8
|\ \
| * | SpriteFrames Editor: Fix FPS applied to two animations when switching animationDanil Alexeev2023-07-251-14/+8
| |/
* | Merge pull request #81939 from YuriSizov/gui-flat-and-depressedRémi Verschelde2023-09-251-22/+22
|\ \
| * | Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-22/+22
* | | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-2/+3
|/ /
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* | Add EditorStringNames singletonkobewi2023-09-031-33/+34
* | Use compile-time Unicode string conversionHugo Locurcio2023-08-071-1/+1
|/
* Merge pull request #79743 from TokageItLab/fix-name-list-aspYuri Sizov2023-07-241-6/+5
|\
| * Make animation name list scroll to new animation in SpriteEditorSilc Lizard (Tokage) Renew2023-07-211-6/+5
* | Fix rename animation in SpriteFramesEditor/AnimationNodeStateMachineEditorRindbee2023-07-181-1/+4
|/
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Merge pull request #74341 from dalexeev/sprite-frames-texture-filterRémi Verschelde2023-05-221-0/+2
|\
| * Use nearest with mipmaps texture filter in SpriteFrames editor pluginDanil Alexeev2023-03-041-0/+2
* | Hide Animation Frames section when there are no animations and show messageHakim2023-05-191-5/+21
* | Make SpriteFrames editor toolbar a FlowContainerkleonc2023-05-131-22/+36
* | Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* | Improve SpriteFrameEditor frame addition orderingNinni Pipping2023-03-301-95/+316
|/
* Set default name if SpriteFrames name is emptyEldor Zang2023-02-171-1/+5
* Fix ghost SpriteFramesEditor cause crashSilc Renew2023-02-061-17/+14
* Fix switching method in SpriteFramesEditorSilc Renew2023-01-311-20/+18
* Few improvements for SpriteFrames EditorDanil Alexeev2023-01-301-25/+32
* Make AnimatedSprite's playback API consistent with AnimationPlayerSilc Renew2023-01-261-102/+398
* Merge pull request #48570 from Calinou/animation-editors-new-nameRémi Verschelde2023-01-201-2/+2
|\
| * Tweak the name for new animations in the editorHugo Locurcio2022-07-131-2/+2
* | Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-4/+1
|\ \
| * | Remove set_drag_forwarding_compat()kobewi2023-01-141-4/+1
* | | Add EditorUndoRedoManager singletonkobewi2023-01-161-15/+15
|/ /
* | Add expand modes to TextureRectkobewi2023-01-121-1/+1
* | Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* | Use BitField<> in core type masksJuan Linietsky2023-01-081-2/+2
* | Merge pull request #65609 from dalexeev/animated-spriteRémi Verschelde2023-01-051-89/+166
|\ \
| * | `AnimatedSprite{2D,3D}` improvementsDanil Alexeev2023-01-051-89/+166
* | | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/ /
* | Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* | Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-6/+14
* | Fix misc formatting issuesRémi Verschelde2022-11-141-1/+1
* | `SpriteFramesEditor` Fix calculating frame index from mouse positionkleonc2022-10-301-3/+7
* | Merge pull request #66337 from EricEzaM/sprite-framesRémi Verschelde2022-10-131-42/+63
|\ \
| * | Add shortcuts for SpriteFrames editor. Small renaming changes for clarity & c...Eric M2022-10-131-42/+63
* | | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
|/ /
* | Merge pull request #65421 from V-Sekai/spriteframes_read_onlyRémi Verschelde2022-09-141-1/+30
|\ \
| * | Add read only mode to SpriteFrames editor.SaracenOne2022-09-061-1/+30
* | | Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-1/+1
|/ /
* | Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-4/+4
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* | Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-17/+17
|\ \
| * | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-17/+17