summaryrefslogtreecommitdiffstats
path: root/editor/plugins/canvas_item_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Do not use physics process for 2D editorRobert Yevdokimov2024-02-021-3/+3
* | Merge pull request #89132 from jsjtxietian/lock-updateRémi Verschelde2024-03-061-29/+33
|\ \
| * | Update lock and group button state when selection changedjsjtxietian2024-03-061-29/+33
* | | Fix editor crash when unsupported `Resource` is dropped in sceneDavid Luevano Alvarado2024-03-041-51/+48
|/ /
* | Merge pull request #88829 from ryevdokimov/institate_message-2dRémi Verschelde2024-02-271-49/+61
|\ \
| * | Show instantiating or inherit message when using to drag to instantiate in 2DRobert Yevdokimov2024-02-271-49/+61
* | | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
|/ /
* | Add methods to add submenus without using nameskobewi2024-02-221-12/+6
* | Merge pull request #69032 from KoBeWi/check_every_changed_setting_in_every_gr...Rémi Verschelde2024-02-201-0/+4
|\ \
| * | Use check_changed_settings_in_group() everywherekobewi2024-02-191-0/+4
* | | use ED_IS_SHORTCUT macro instead of matches_eventCookieBadger2024-02-191-10/+10
|/ /
* | Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* | Select newly added nodes on drag and drop in 2D viewportviksl2024-02-141-0/+5
* | Fix CanvasItem/Node3D editor plugin drag drop transform calculationkleonc2024-02-131-1/+1
* | Merge pull request #86659 from MajorMcDoom/live-debug-local-transformRémi Verschelde2024-02-121-1/+5
|\ \
| * | Changed various editor transform operations to be committed in local instead ...Zi Ye2024-01-051-1/+5
* | | Merge pull request #87623 from Calinou/editor-scene-drag-and-drop-tweak-modifierRémi Verschelde2024-02-051-7/+6
|\ \ \
| * | | Change scene drag-and-drop modifier behavior in the 2D and 3D editorsHugo Locurcio2024-01-261-7/+6