summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2022-06-10Merge pull request #59776 from fire-forge/more-roundRémi Verschelde
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-06-07Define zoom shortcut before using itRechieKho
2022-06-05Fix inverted mouse wheel zoom in CanvasItemEditor #61716Andy Gainey
2022-06-04Fix zoom in callback for CanvasItemEditor to use correct numeric signAndy Gainey
2022-05-25Add rounded corners to the contextual toolbarFireForge
2022-05-22Remove zoom_reset shortcut in 2D editorkobewi
2022-05-17Merge pull request #59242 from Sauermann/fix-editor-select-toplevelRémi Verschelde
2022-05-17Fix that Top Level CanvasItems are unselectable in editorMarkus Sauermann
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-06Cleanup metadata usagekobewi
2022-05-03Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-04-08Fix 2D editor menu positionkobewi
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-03-27Fix errors when locking nodesMichael Alexsander
2022-03-15Update to only use select tool on button presstaigi100
2022-03-15Merge pull request #45263 from KoBeWi/😕Rémi Verschelde
2022-03-15Separate 2D grid visibility and grid snapHaoyu Qiu
2022-03-12Hide smart snapping line when guideline dragging endsHaoyu Qiu
2022-03-09Change some math macros to constexprkobewi
2022-03-08Don't show Lock & Group buttons for nodes hidden by CanvasLayerHaoyu Qiu
2022-02-23Utilize mouse position when zooming with shortcuts in 2D editorHaoyu Qiu
2022-02-21Merge pull request #58315 from KoBeWi/fixibilityRémi Verschelde
2022-02-20Fix 2D instance drop positionkobewi
2022-02-19Fix CanvasItem visibility propagationkobewi
2022-02-16Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-10Merge pull request #57902 from aaronfranke/canvas-editor-scaleRémi Verschelde
2022-02-10Merge pull request #55157 from pycbouh/control-inspector-reorgRémi Verschelde
2022-02-10Reorganize inspector layout workflow for Control nodesYuri Sizov
2022-02-10Fix texture file dropping in 2D editorkobewi
2022-02-10Fix CanvasItemEditor scale editor not using the editor methodsAaron Franke
2022-02-08Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-08Refactor some object type checking code with `cast_to`Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-05Fix node types in image drag-and-drop and add node iconsFireForge
2022-02-03Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière