summaryrefslogtreecommitdiffstats
path: root/editor/plugins/canvas_item_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-4/+0
* Prevent selecting when a CanvasItem is selectedkobewi2024-06-291-1/+3
* Create AudioStreamPlayer when dropping AudioStreamHaoyu Qiu2024-05-191-10/+10
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* Add temporary pivot for rotating multiple 2D nodeskobewi2024-04-261-0/+2
* Reorganize some code to have 2D things grouped togetherAaron Franke2024-04-131-1/+1
* Merge pull request #89264 from ryevdokimov/don't-update-snap-every-scanRémi Verschelde2024-03-081-0/+2
|\
| * Move `snap_controls_to_pixels` from process to projects settings changed methodRobert Yevdokimov2024-03-071-0/+2
* | Fix wrong undo-redo action when dropping files containing circular dependenciesDavid Luevano Alvarado2024-03-071-1/+1
|/
* Update lock and group button state when selection changedjsjtxietian2024-03-061-0/+1
* Merge pull request #88829 from ryevdokimov/institate_message-2dRémi Verschelde2024-02-271-1/+3
|\
| * Show instantiating or inherit message when using to drag to instantiate in 2DRobert Yevdokimov2024-02-271-1/+3
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
|/
* Remove unused prev_rot variableRobert Yevdokimov2024-01-181-1/+0
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-5/+5
* Introduce a "Gizmos" submenu for toggling visibility of gizmos in 2D editorJ. N. Witch2023-10-251-2/+7
* Merge pull request #81557 from YuriSizov/editor-toolbars-dividedRémi Verschelde2023-09-141-2/+7
|\
| * Improve the looks of 2D/3D viewport contextual toolbarsYuri Sizov2023-09-131-2/+7
* | Merge pull request #81255 from JohnGabrielUK/primary-line-separate-xyRémi Verschelde2023-09-121-1/+1
|\ \ | |/ |/|
| * Allow configuring primary line X/Ys separatelyJohn Gabriel2023-09-121-1/+1
* | Add a theme preview switcher to the 2D viewportYuri Sizov2023-09-061-0/+16
|/
* Simplify making texture nodes in 2D editorkobewi2023-08-191-1/+0
* Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-171-1/+2
* Add Center View button to 2D editorkobewi2023-05-311-0/+1
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-0/+1
* Properly remember snapping options per-projectkobewi2023-03-091-5/+7
* Merge pull request #73685 from Calinou/textureregion-polygon-editors-default-...Rémi Verschelde2023-03-031-1/+2
|\
| * Use 8×8 default grid size for TextureRegion and 2D polygon editorsHugo Locurcio2023-02-211-1/+2
* | Revert "Reordering emitted signals in PopupMenu" and fix editor selection iss...bruvzg2023-02-241-0/+1
|/
* Add gesture to ViewPanner and simplify a bit its APIGilles Roudière2023-01-231-4/+2
* Merge pull request #59081 from Sauermann/fix-cursorshape-canvasitemeditorRémi Verschelde2023-01-231-2/+4
|\
| * Use get_cursor_shape for identifying the cursor shape in CanvasItemEditorMarkus Sauermann2022-11-031-2/+4
* | Fix the Frame Selection functionalityVolTer2023-01-121-0/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Use forward-declarations in big editor classestrollodel2022-11-291-9/+8
* | Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-3/+3
* | Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+3
|/
* Unify usage of undo_redo in editorkobewi2022-11-021-5/+0
* Redraw 2D viewport when scene changeskobewi2022-10-141-0/+3
* Port remaining connections to callable_mpTomasz Chabora2022-09-181-2/+0
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* Add per-scene UndoRedokobewi2022-08-221-2/+3
* Fix default values for rotation snapping in canvas_item_editor_plugin.cppSnailRhymer2022-07-301-2/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Use FlowContainer to handle toolbar overflow more gracefullyYuri Sizov2022-07-201-5/+2
* Clear drag_selection when drag endskobewi2022-07-141-1/+1
* Show the transform operation numbers in 2Dkobewi2022-07-051-0/+2
* Add rounded corners to the contextual toolbarFireForge2022-05-251-2/+0