summaryrefslogtreecommitdiffstats
path: root/editor/plugins/sprite_frames_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
|/
* Add per-scene UndoRedokobewi2022-08-221-1/+6
* Remove Signal connect bindsJuan Linietsky2022-07-291-9/+9
* Capitalize the SpriteFrames search bar placeholderFireForge2022-07-181-1/+1
* SpriteFramesEditor Add animation searchboxkleonc2022-07-181-4/+24
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-4/+4
* Use range iterators for RBSet in most casesAaron Record2022-05-191-4/+4
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-3/+3
* Fixed issue where panels in sprite frames editor couldn't be resizedIgor Kordiukiewicz2022-04-261-3/+0
* Improve Select Frames dialog of SpriteFrames editorHaoyu Qiu2022-04-091-60/+207
* Improves SpriteFrames editorHaoyu Qiu2022-03-151-18/+29
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-1/+1
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-5/+4
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+3
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-4/+4
* Merge pull request #57725 from jmb462/missing-sname-theme-settersRémi Verschelde2022-02-071-4/+4
|\
| * Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-4/+4
* | SpriteFramesEditor Fix crash when selecting non-Texture2D file for splittingkleonc2022-02-061-1/+1
|/
* SpriteFramesEditor Incorrect texture type fixkleonc2022-01-251-1/+1
* SpriteFramesEditor Show AtlasTexture's source texture path in the frame's too...kleonc2022-01-221-8/+19
* Fix AtlasTexture nestingkleonc2022-01-151-15/+1
* Rename TextureRect.expand to ignore_texture_sizekobewi2022-01-071-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* ScrollContainer's scrollbar visibility is now enumkobewi2021-12-071-2/+0
* Use "enum class" for input enumsAaron Franke2021-11-121-8/+8
* SpriteFramesEditor Fix preview grid in "Select Frames" dialogkleonc2021-09-071-56/+70
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* SpriteFramesEditor: preserve source texture margins when creating frames from...kleonc2021-07-291-14/+16
* Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-1/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-13/+13
* Fix hidden seperators when horizontal frames is 1foxydevloper2021-07-201-7/+5
* Optimize StringName usagereduz2021-07-181-19/+19
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Allow selecting frames by holding down the mouse in SpriteFrames editorHugo Locurcio2021-06-171-8/+46
* Consistently prefix bound virtual methods with _kobewi2021-06-121-3/+3
* SpriteFramesEditor Minor fixeskleonc2021-05-231-30/+34
* Make is_equal_approx have explicit float and double versionsAaron Franke2021-05-201-1/+1
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-7/+7
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-5/+5
* Scale zoom values in the SpriteFrames editor for hiDPI displaysHugo Locurcio2021-03-121-9/+11
* Create spritesheet for SpriteFrames by drag and dropping.dankan18902021-01-121-1/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-6/+6