summaryrefslogtreecommitdiffstats
path: root/editor/plugins/canvas_item_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove viewport_set_disable_environment in favor of viewport_set_environment_...clayjohn2023-01-301-0/+2
* Add gesture to ViewPanner and simplify a bit its APIGilles Roudière2023-01-231-44/+12
* Merge pull request #59081 from Sauermann/fix-cursorshape-canvasitemeditorRémi Verschelde2023-01-231-34/+33
|\
| * Use get_cursor_shape for identifying the cursor shape in CanvasItemEditorMarkus Sauermann2022-11-031-34/+33
* | Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* | Fix handling of nulls in some editorskobewi2023-01-231-0/+4
* | Clean-up, harmonize, and improve StyleBox APIYuri Sizov2023-01-191-2/+2
* | Merge pull request #64021 from ajreckof/change-shortcut-for-rect-tool-tilemapRémi Verschelde2023-01-161-4/+4
|\ \
| * | replace the use of CTRL by CMD_OR_CTRL in three places where using CTRL preve...ajreckof2023-01-161-4/+4
* | | Add EditorUndoRedoManager singletonkobewi2023-01-161-7/+7
|/ /
* | Merge pull request #71272 from MewPurPur/fix-frame-selectionRémi Verschelde2023-01-121-20/+19
|\ \
| * | Fix the Frame Selection functionalityVolTer2023-01-121-20/+19
* | | Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* | | Merge pull request #70902 from Cretezy/2d-polygon-indices-visibilityRémi Verschelde2023-01-071-4/+4
|\ \ \ | |/ / |/| |
| * | Fix "2D Polygon indices are barely visible on bright background" (#38009)Charles Crete2023-01-061-4/+4
* | | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/ /
* | Merge pull request #70428 from MrPhnix/issue-70186Rémi Verschelde2023-01-031-2/+2
|\ \
| * | CanvasItemEditor Fix snapping grid misalignmentMrPhnix2022-12-241-2/+2
* | | Fix camera override button not updating in 2D scenesSeleckyErik2022-12-301-1/+1
|/ /
* | Merge pull request #69291 from nongvantinh/fix-suggest-messageRémi Verschelde2022-12-121-2/+8
|\ \
| * | Fix incorrect hint when drag-and-drop asset into sceneNong Van Tinh2022-11-281-2/+8
* | | Adjust position and size for dropping texture.Zae2022-11-301-1/+6
* | | Use forward-declarations in big editor classestrollodel2022-11-291-2/+2
|/ /
* | Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde2022-11-161-4/+4
|\ \
| * | Remove more instances of 'instance' being used as a verbVolTer2022-11-161-4/+4
* | | Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-8/+8
|/ /
* | Code simplificationsMarkus Sauermann2022-11-071-14/+6
* | Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20Rémi Verschelde2022-11-041-6/+0
|/
* Unify usage of undo_redo in editorkobewi2022-11-021-31/+31
* Cast dragged file extension name to lowercase, closes #68104Alfred Reinold Baudisch2022-11-011-1/+3
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-11/+11
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-11/+11
* | Merge pull request #67489 from timothyqiu/auto-select-allRémi Verschelde2022-10-311-0/+8
|\ \
| * | Allow selecting SpinBox & LineEdit text when focus entersHaoyu Qiu2022-10-291-0/+8
| |/
* / Rename queue_delete => queue_freeMarc Gilleron2022-10-241-1/+1
|/
* Redraw 2D viewport when scene changeskobewi2022-10-141-0/+9
* Merge pull request #59468 from EricEzaM/fix-zoom-shortcutsRémi Verschelde2022-10-131-0/+1
|\
| * Fix zoom in/out keyboard shortcuts not working since the introduction of Edit...Eric M2022-09-241-0/+1
* | Remove default shortcut for Preview Canvas Scalekobewi2022-10-101-1/+1
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-231/+231
* | Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde2022-09-281-11/+13
|/
* Port remaining connections to callable_mpTomasz Chabora2022-09-181-7/+2
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-11/+11
* Add set_default_margin_all/individual to StyleBoxFireForge2022-09-071-4/+2
* Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov2022-09-071-1/+1
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-69/+69
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-9/+14
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-24/+24
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-24/+24
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-14/+9
|/