summaryrefslogtreecommitdiff
path: root/editor/plugins/sprite_frames_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-05-23SpriteFramesEditor Minor fixeskleonc
2021-05-20Make is_equal_approx have explicit float and double versionsAaron Franke
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-12Scale zoom values in the SpriteFrames editor for hiDPI displaysHugo Locurcio
2021-01-12Create spritesheet for SpriteFrames by drag and dropping.dankan1890
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-03Merge pull request #41050 from Calinou/spriteframes-editor-compactRémi Verschelde
2020-08-14Added zoom functionality to sprite frames editor pluginJavier Dehesa
2020-08-05Make the SpriteFrames animation speed SpinBox take less vertical spaceHugo Locurcio
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-30Add AtlasTexture support in SpriteFrames Editor - Add Frames from a Sprite SheetMrRevington
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-03Signals: Fix some regressions from #36426Rémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-23Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-30Merge pull request #34625 from timothyqiu/i18nRémi Verschelde
2019-12-30Makes more editor strings translatableHaoyu Qiu
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-11-22Fix typos with codespellRémi Verschelde
2019-09-23Merge pull request #32000 from codecustard/Add_Reorder_frames_via_dragndropRémi Verschelde
2019-09-06SpriteFramesEditor improvements around deleting animationsPouleyKetchoupp
2019-09-05Add ability to reorder animation frames via drag and dropEmmanuel Barroga
2019-06-29Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...hbina085
2019-05-13Merge pull request #28831 from dankan1890/spriteframes_sheet_fixRémi Verschelde
2019-05-12AnimatedSprite: Add from spritesheets now work as expected. Fix #28030dankan1890
2019-05-11Apply sprite frames editor FPS value correctly upon _animation_selectfreestraws
2019-04-21Small improvements to the new Sprite Sheet dialogMichael Alexsander Silva Dias
2019-04-20Fix typo in SpriteFrameEditor preview drawRémi Verschelde
2019-04-13Ability to create sprite frames in AnimatedSprite from sprite sheet.Juan Linietsky
2019-03-20Fixes Adding animation to AnimatedSprite doesn't update inspector immediatelypiyushdagar
2019-02-09Fix latest regression error in SpriteFramesEditorqarmin
2019-02-07Small changes to the SpriteFrames editorMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde