summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
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-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
2022-08-26Merge pull request #64570 from KoBeWi/node🧳ingRémi Verschelde
2022-08-24Fix ruler lines rendering on top of textAlexHCC
2022-08-22Add per-scene UndoRedokobewi
2022-08-18Unify node casing adjustmentkobewi
2022-08-10Allow using numpad for zoom shortcuts in the 2D/code editorsHugo Locurcio
2022-08-05Remove rect_ prefix from control properties when keyframingHakim
2022-08-02Merge pull request #50614 from foxydevloper/clarify-group-tooltipRémi Verschelde
2022-08-01Remove excessive `editor/property_editor.h` includesYuri Sizov
2022-07-31Improve tooltips for grouping/ungrouping nodesfoxydevloper
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-28Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...Rémi Verschelde
2022-07-21Fix selection list in 2D editorkobewi
2022-07-20Use FlowContainer to handle toolbar overflow more gracefullyYuri Sizov
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-07-16rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller
2022-07-14Clear drag_selection when drag endskobewi
2022-07-14Fix drag_selection crash on scene closekobewi
2022-07-07Fix regressions from Font refactorbruvzg
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-07-05Show the transform operation numbers in 2Dkobewi
2022-06-22Remake resource thread safety and APIreduz
2022-06-14[macOS] Fix high-precision scrolling direction in the canvas editor zoom.bruvzg
2022-06-12Fixed missing call to AnimationTrackEditor::make_insert_queueAndreas Raddau