summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2022-09-18Port remaining connections to callable_mpTomasz Chabora
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-07Add set_default_margin_all/individual to StyleBoxFireForge
2022-09-07Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-26Merge pull request #64367 from Mickeon/rename-var-to-strRémi Verschelde
2022-08-26Rename `str2var` to `str_to_var` and similarMicky