summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.h
AgeCommit message (Expand)Author
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-11Fix selectable locked itemsTomasz Chabora
2020-02-10Merge pull request #35704 from KoBeWi/free_the_nodesRémi Verschelde
2020-02-10Include locked nodes on selection listTomasz Chabora
2020-02-09Merge pull request #33451 from MCrafterzz/movementHandleRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-19Cancel drag when selection changesTomasz Chabora
2019-11-18Fixed "Add Sprite..." label overlapping with zoom controlsPouleyKetchoupp
2019-11-11Added options to disable movement/scaling handles in 2DMCrafterzz
2019-11-08Added movement handles to 2DMCrafterzz
2019-11-08Merge pull request #27742 from rxlecky/camera-replicationRémi Verschelde
2019-11-02Added snapping for scaling in 2D editorMCrafterzz
2019-10-29Add primary grid lines to the 2D editorHugo Locurcio
2019-10-23Implement game camera overrideErik
2019-10-10Move grid snapping to an independent buttonGilles Roudière
2019-09-17Display the current zoom percentage in the 2D editorHugo Locurcio
2019-09-01Add 2D ruler toolTomasz Chabora
2019-08-26Merge pull request #31585 from 2shady4u/removeguidesRémi Verschelde
2019-08-24Added button/shortcut for removing all guidesshaderbeast
2019-08-22Merge pull request #31545 from groud/add_smart_snapping_displayRémi Verschelde
2019-08-21Displays smart snapping guides when snappedGilles Roudière
2019-08-21Edit TileMap only with TOOL_SELECTTomasz Chabora
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-07-28Make it so that 2D viewport does not pan while editing tilemapsBojidar Marinov
2019-07-15Use resize cursors when hovering or dragging guides in the 2D editorHugo Locurcio
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-05Allow to change 2D pan hotkeyTomasz Chabora
2019-05-13Improve the anchors and margin workflowGilles Roudiere
2019-04-15Implement autokeying in Animation editor.Juan Linietsky
2019-04-07Allow panning while moving a nodeTomasz Chabora
2019-04-05Ability to make CanvasLayers have pseudo 3D depth.Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-16Fixes drag and drog of image files on scaled nodesgroud
2018-11-11Fixed various uninitialised member variables in editor plugins.Ibrahn Sahir
2018-10-30Add an overlay on editor to display error messagesgroud
2018-10-30Allow the Container children selection but don't allow them to movegroud
2018-10-18Fixes viewport scrollbars not updating with pluginsgroud
2018-10-04Fix some cppcheck errorsSimon Wenner
2018-10-02Merge pull request #22329 from DualMatrix/no_selectRémi Verschelde
2018-09-25Add both X and Y scale in the scale editorgroud
2018-09-23Made children of Containers not selectable.DualMatrix
2018-09-20Merge pull request #22295 from groud/fix_2D_IKJuan Linietsky
2018-09-20Fixes 2D IKgroud
2018-09-20Added ability to hide edit lock and groups in editor viewDualMatrix
2018-09-19Fixes polygon editor blocking other editor actions (move, scale...)groud
2018-09-11Add a scale mode to the 2D editorgroud
2018-09-09Fixes 2D nodes lock not workinggroud