summaryrefslogtreecommitdiffstats
path: root/editor/plugins/canvas_item_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98534 from YeldhamDev/i_hate_mathThaddeus Crews2024-11-141-125/+173
|\
| * Make possible to scale multiple nodes at once in the canvas editorMichael Alexsander2024-10-301-125/+173
* | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
* | Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-43/+0
|/
* Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-291-25/+25
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-25/+25
* | Fix heap-use-after-free when ctrl-clicking controls in a containerHaoyu Qiu2024-10-261-2/+4
|/
* Merge pull request #96389 from kitbdev/extract-main-screenRémi Verschelde2024-09-111-1/+2
|\
| * Extract editor main screenkit2024-09-091-1/+2
* | Merge pull request #96681 from Giganzo/lock-group-double-buttonsRémi Verschelde2024-09-101-0/+2
|\ \ | |/ |/|
| * Fix double lock/group buttons when starting editor with empty sceneGiganzo2024-09-051-0/+2
* | Fix tooltip description to be more preciseHarsche2024-09-081-1/+1
|/
* Fix selection stuck after saving sceneHilderin2024-09-041-1/+2
* Merge pull request #92842 from mihe/multi-node-keyingRémi Verschelde2024-08-301-9/+9
|\
| * Allow keying properties with multiple nodes selectedMikael Hermansson2024-08-191-9/+9
* | [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-3/+3
* | Merge pull request #94288 from KoBeWi/cursed_codeRémi Verschelde2024-08-281-17/+29
|\ \ | |/ |/|
| * Allow box selecting over CanvasItems when Shift is heldkobewi2024-07-131-17/+29
* | Merge pull request #93764 from patwork/fix-aspect-div-by-zeroRémi Verschelde2024-07-291-1/+1
|\ \ | |/ |/|
| * Fix division by zero in aspect ratio calculationpatwork2024-06-301-1/+1
* | Fix edited node being removed before editor plugin handles focus lossAnni Ryynänen2024-07-101-1/+0
* | fix: change esthetic -> aestheticEric allen2024-07-051-1/+1
* | Prevent selecting when a CanvasItem is selectedkobewi2024-06-291-9/+32
|/
* Fix snapping lines don't disappearing after drag anchorsmatheusmdx2024-06-231-0/+5
* fixed issue #93043, ruler tool prevents new nodes from being added with right...Manny-OnGit2024-06-191-2/+8
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-13/+13
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-10/+10
* Merge pull request #92392 from KoBeWi/this_makes_editor_200%_fasterRémi Verschelde2024-05-301-3/+2
|\
| * Optimize usage of position icon in 2D editorkobewi2024-05-261-3/+2
* | Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-271-1/+1
|/
* Remove duplicate shortcut definitionskobewi2024-05-211-4/+4
* Create AudioStreamPlayer when dropping AudioStreamHaoyu Qiu2024-05-191-139/+227
* Merge pull request #91874 from Nodragem/editor-scene-drag-and-drop-defaultRémi Verschelde2024-05-171-8/+8
|\
| * change default behaviour when drag-and-drop to 2d and 3d editorNodragem2024-05-161-8/+8
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-17/+17
* | Use Core/Scene stringnames consistentlykobewi2024-05-131-9/+9
|/
* fix 2d editor selectionnaputt2024-05-081-0/+7
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-54/+54
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-2/+2
* Add temporary pivot for rotating multiple 2D nodeskobewi2024-04-261-15/+66
* Make the loading scene open in the current scene tab if the current scene is ...风青山2024-04-161-25/+40
* Fix crash when dragging scene files to 2D/3D screen风青山2024-04-121-1/+1
* Disable lock and group buttons when selected item can't be locked or groupedjsjtxietian2024-03-211-2/+12
* Merge pull request #89264 from ryevdokimov/don't-update-snap-every-scanRémi Verschelde2024-03-081-2/+5
|\
| * Move `snap_controls_to_pixels` from process to projects settings changed methodRobert Yevdokimov2024-03-071-2/+5
* | Fix wrong undo-redo action when dropping files containing circular dependenciesDavid Luevano Alvarado2024-03-071-12/+25
|/
* Merge pull request #87886 from ryevdokimov/don't-use-physics-processRémi Verschelde2024-03-071-3/+3
|\