summaryrefslogtreecommitdiff
path: root/editor/plugins/sprite_frames_editor_plugin.cpp
AgeCommit message (Expand)Author
2023-01-12Add expand modes to TextureRectkobewi
2023-01-10Change set_drag_forwarding() to use callables.Juan Linietsky
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-05Merge pull request #65609 from dalexeev/animated-spriteRémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-05`AnimatedSprite{2D,3D}` improvementsDanil Alexeev
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-24Cleanup remaining EditorUndoRedoManager usageskobewi
2022-11-14Fix misc formatting issuesRémi Verschelde
2022-10-30`SpriteFramesEditor` Fix calculating frame index from mouse positionkleonc
2022-10-13Merge pull request #66337 from EricEzaM/sprite-framesRémi Verschelde
2022-10-13Add shortcuts for SpriteFrames editor. Small renaming changes for clarity & c...Eric M
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-14Merge pull request #65421 from V-Sekai/spriteframes_read_onlyRémi Verschelde
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov
2022-09-06Add read only mode to SpriteFrames editor.SaracenOne
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-22Add per-scene UndoRedokobewi
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-18Capitalize the SpriteFrames search bar placeholderFireForge
2022-07-18SpriteFramesEditor Add animation searchboxkleonc
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-26Fixed issue where panels in sprite frames editor couldn't be resizedIgor Kordiukiewicz
2022-04-09Improve Select Frames dialog of SpriteFrames editorHaoyu Qiu
2022-03-15Improves SpriteFrames editorHaoyu Qiu
2022-03-12Allow negative indexes in ItemList and PopupMenukobewi
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-07Merge pull request #57725 from jmb462/missing-sname-theme-settersRémi Verschelde
2022-02-06SpriteFramesEditor Fix crash when selecting non-Texture2D file for splittingkleonc
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-25SpriteFramesEditor Incorrect texture type fixkleonc
2022-01-22SpriteFramesEditor Show AtlasTexture's source texture path in the frame's too...kleonc
2022-01-15Fix AtlasTexture nestingkleonc
2022-01-07Rename TextureRect.expand to ignore_texture_sizekobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-07ScrollContainer's scrollbar visibility is now enumkobewi
2021-11-12Use "enum class" for input enumsAaron Franke
2021-09-07SpriteFramesEditor Fix preview grid in "Select Frames" dialogkleonc
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-07-29SpriteFramesEditor: preserve source texture margins when creating frames from...kleonc
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde