summaryrefslogtreecommitdiffstats
path: root/editor/plugins/sprite_frames_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Merge pull request #41050 from Calinou/spriteframes-editor-compactRémi Verschelde2020-09-031-1/+6
|\
| * Make the SpriteFrames animation speed SpinBox take less vertical spaceHugo Locurcio2020-08-051-1/+6
* | Added zoom functionality to sprite frames editor pluginJavier Dehesa2020-08-141-12/+174
|/
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-1/+1
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-3/+2
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-11/+22
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-36/+71
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-54/+0
* Add AtlasTexture support in SpriteFrames Editor - Add Frames from a Sprite SheetMrRevington2020-04-301-2/+9
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-4/+13
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-14/+14
* Working multiple window support, including editorJuan Linietsky2020-03-261-5/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Signals: Fix some regressions from #36426Rémi Verschelde2020-03-031-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-47/+24
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-24/+24
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Texture refactorJuan Linietsky2020-02-111-14/+14
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #34625 from timothyqiu/i18nRémi Verschelde2019-12-301-1/+1
|\
| * Makes more editor strings translatableHaoyu Qiu2019-12-301-1/+1
* | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
|/
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-2/+0
* Fix typos with codespellRémi Verschelde2019-11-221-1/+1
* Merge pull request #32000 from codecustard/Add_Reorder_frames_via_dragndropRémi Verschelde2019-09-231-9/+30
|\
| * Add ability to reorder animation frames via drag and dropEmmanuel Barroga2019-09-051-9/+30
* | SpriteFramesEditor improvements around deleting animationsPouleyKetchoupp2019-09-061-5/+22
|/
* Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...hbina0852019-06-291-1/+2
* Merge pull request #28831 from dankan1890/spriteframes_sheet_fixRémi Verschelde2019-05-131-18/+25
|\
| * AnimatedSprite: Add from spritesheets now work as expected. Fix #28030dankan18902019-05-121-18/+25
* | Apply sprite frames editor FPS value correctly upon _animation_selectfreestraws2019-05-111-0/+4
|/
* Small improvements to the new Sprite Sheet dialogMichael Alexsander Silva Dias2019-04-211-41/+69
* Fix typo in SpriteFrameEditor preview drawRémi Verschelde2019-04-201-1/+1
* Ability to create sprite frames in AnimatedSprite from sprite sheet.Juan Linietsky2019-04-131-2/+228
* Fixes Adding animation to AnimatedSprite doesn't update inspector immediatelypiyushdagar2019-03-201-6/+0
* Fix latest regression error in SpriteFramesEditorqarmin2019-02-091-1/+0
* Small changes to the SpriteFrames editorMichael Alexsander Silva Dias2019-02-071-43/+20
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix many errors found by PVS-StudioAaron Franke2018-11-281-1/+1
* Opens the SpriteFrames editor when editing an AnimatedSpritegroud2018-10-111-8/+14
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2