| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -29/+29 |
|\ |
|
| * | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -29/+29 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6d | Spartan322 | 2024-10-18 | 1 | -1/+2 |
|\| |
|
| * | Don't flip playback control buttons in RTL layout | Haoyu Qiu | 2024-10-16 | 1 | -1/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | Add duplicate animation | Ainsley Su | 2024-09-01 | 1 | -0/+44 |
* | Enable SpriteFramesEditor to guess the amount of rows and columns of a sprite... | Sofox | 2024-08-26 | 1 | -4/+86 |
* | Fix sprite frame editor crash with null `frames` pounter | jsjtxietian | 2024-07-03 | 1 | -1/+1 |
* | Add a way to force history for undoredo | kobewi | 2024-06-26 | 1 | -0/+4 |
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -11/+11 |
* | [Scene] Add `SceneStringNames::confirmed` | A Thousand Ships | 2024-06-19 | 1 | -2/+2 |
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | Fix Crash when trying to undo SpriteFrames animation rename #93079 | Hilderin | 2024-06-12 | 1 | -3/+7 |
* | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
* | Select text in SpriteFramesEditor spin boxes on focus | Paweł | 2024-05-27 | 1 | -0/+8 |
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -27/+27 |
* | Merge pull request #91909 from KoBeWi/have_fun_reviewing_this | Rémi Verschelde | 2024-05-14 | 1 | -12/+12 |
|\ |
|
| * | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -12/+12 |
* | | Fix errors on pressing autoplay in sprite frames editor | Yuri Rubinsky | 2024-05-13 | 1 | -1/+1 |
|/ |
|
* | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 1 | -1/+1 |
* | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -8/+8 |
* | Avoid double editing when clicking AnimatedSprite | kobewi | 2024-04-17 | 1 | -1/+5 |
* | Reorganize some code to have 2D things grouped together | Aaron Franke | 2024-04-13 | 1 | -6/+6 |
* | Fix SpriteFrames editor visibility problems | kobewi | 2024-03-21 | 1 | -1/+3 |
* | Merge pull request #88413 from LeulMulugeta/dont_reset_select_frames | Rémi Verschelde | 2024-03-05 | 1 | -12/+15 |
|\ |
|
| * | Remember frames when selecting SpriteFrame frames | Leul Mulugeta | 2024-03-05 | 1 | -12/+15 |
* | | Add editor shortcuts to toggle bottom panel visibility | Hugo Locurcio | 2024-03-05 | 1 | -1/+2 |
|/ |
|
* | Merge pull request #85494 from Hobitus/Allow-multi-selection-of-frames-in-the... | Rémi Verschelde | 2024-03-04 | 1 | -98/+205 |
|\ |
|
| * | Added multi-selection for sprite_frame_editor | Dominic Marier | 2024-02-29 | 1 | -98/+205 |
* | | Extract BottomPanel from EditorNode | kit | 2024-02-20 | 1 | -2/+3 |
* | | Make auto translation inheritable | Michael Alexsander | 2024-02-15 | 1 | -1/+1 |
* | | Extend minimum/maximum zoom level of TextureRegion editor | Hugo Locurcio | 2024-01-29 | 1 | -1/+1 |
* | | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | | Merge pull request #83577 from DennisManaa/fix-translation-for-item-list | Rémi Verschelde | 2024-01-04 | 1 | -0/+1 |
|\ \ |
|
| * | | Implement automatic translation for ItemList | DennisManaa | 2023-10-23 | 1 | -0/+1 |
* | | | Add const references detected by clang-tidy | Wilson E. Alvarez | 2023-12-16 | 1 | -1/+1 |
| |/
|/| |
|
* | | Remove AnimatedSprite pointer when clearing editor | kobewi | 2023-11-08 | 1 | -1/+2 |
|/ |
|
* | Defer updating the animations Tree in SpriteFramesEditor to avoid crashes | 风青山 | 2023-10-18 | 1 | -11/+27 |
* | Merge pull request #79872 from dalexeev/sprite-frames-editor-2 | Rémi Verschelde | 2023-10-05 | 1 | -8/+6 |
|\ |
|
| * | SpriteFrames Editor: Fix Frame Duration applied to wrong frame when switching... | Danil Alexeev | 2023-07-25 | 1 | -8/+6 |
* | | Merge pull request #79692 from dalexeev/sprite-frames-editor | Rémi Verschelde | 2023-10-05 | 1 | -14/+8 |
|\ \ |
|
| * | | SpriteFrames Editor: Fix FPS applied to two animations when switching animation | Danil Alexeev | 2023-07-25 | 1 | -14/+8 |
| |/ |
|
* | | Merge pull request #81939 from YuriSizov/gui-flat-and-depressed | Rémi Verschelde | 2023-09-25 | 1 | -22/+22 |
|\ \ |
|
| * | | Replace flat buttons with flat-styled buttons with a visible pressed state | Yuri Sizov | 2023-09-19 | 1 | -22/+22 |
* | | | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform | ajreckof | 2023-09-19 | 1 | -2/+3 |
|/ / |
|
* | | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-15 | 1 | -1/+1 |
* | | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -33/+34 |
* | | Use compile-time Unicode string conversion | Hugo Locurcio | 2023-08-07 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #79743 from TokageItLab/fix-name-list-asp | Yuri Sizov | 2023-07-24 | 1 | -6/+5 |
|\ |
|