summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
2023-05-18Fix crash when trying to create bones from Controlkobewi
2023-04-26Remove wrong Ctrl from 2D editor tooltipkobewi
2023-04-24Change cursor consistently when panning in the 2D EditorHakim
2023-04-10Initialize editor values on first launchkobewi
2023-04-07Improve editor state initializationkobewi
2023-04-07Properly remember snapping options per-projectkobewi
2023-03-30Don't allow selecting nodes without ownerkobewi
2023-03-14Redraw 2d viewport when guides are clearedthe-sink
2023-02-24Revert "Reordering emitted signals in PopupMenu" and fix editor selection iss...bruvzg
2023-01-30Remove viewport_set_disable_environment in favor of viewport_set_environment_...clayjohn
2023-01-23Add gesture to ViewPanner and simplify a bit its APIGilles Roudière
2023-01-23Merge pull request #59081 from Sauermann/fix-cursorshape-canvasitemeditorRémi Verschelde
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-23Fix handling of nulls in some editorskobewi
2023-01-19Clean-up, harmonize, and improve StyleBox APIYuri Sizov
2023-01-16Merge pull request #64021 from ajreckof/change-shortcut-for-rect-tool-tilemapRémi Verschelde
2023-01-16replace the use of CTRL by CMD_OR_CTRL in three places where using CTRL preve...ajreckof
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-12Merge pull request #71272 from MewPurPur/fix-frame-selectionRémi Verschelde
2023-01-12Fix the Frame Selection functionalityVolTer
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-07Merge pull request #70902 from Cretezy/2d-polygon-indices-visibilityRémi Verschelde
2023-01-06Fix "2D Polygon indices are barely visible on bright background" (#38009)Charles Crete
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-03Merge pull request #70428 from MrPhnix/issue-70186Rémi Verschelde
2022-12-30Fix camera override button not updating in 2D scenesSeleckyErik
2022-12-24CanvasItemEditor Fix snapping grid misalignmentMrPhnix
2022-12-12Merge pull request #69291 from nongvantinh/fix-suggest-messageRémi Verschelde
2022-11-30Adjust position and size for dropping texture.Zae
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-28Fix incorrect hint when drag-and-drop asset into sceneNong Van Tinh
2022-11-16Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde
2022-11-16Remove more instances of 'instance' being used as a verbVolTer
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-11-07Code simplificationsMarkus Sauermann
2022-11-04Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20Rémi Verschelde
2022-11-03Use get_cursor_shape for identifying the cursor shape in CanvasItemEditorMarkus Sauermann
2022-11-02Unify usage of undo_redo in editorkobewi
2022-11-01Cast dragged file extension name to lowercase, closes #68104Alfred Reinold Baudisch
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-31Merge pull request #67489 from timothyqiu/auto-select-allRémi Verschelde
2022-10-29Allow selecting SpinBox & LineEdit text when focus entersHaoyu Qiu
2022-10-24Rename queue_delete => queue_freeMarc Gilleron
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-14Redraw 2D viewport when scene changeskobewi
2022-10-13Merge pull request #59468 from EricEzaM/fix-zoom-shortcutsRémi Verschelde
2022-10-10Remove default shortcut for Preview Canvas Scalekobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-28Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde
2022-09-24Fix zoom in/out keyboard shortcuts not working since the introduction of Edit...Eric M