summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.h
AgeCommit message (Expand)Author
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
2018-07-30Fixes bugs on the 2D editor scrollable areagroud
2018-06-12Fixes a crash on draw_hovergroud
2018-05-15Bring back 2D bone selectionGilles Roudiere
2018-05-05Fixes some 2d bones display problemsgroud
2018-05-04Fix bone refresh logic, closes #18564Juan Linietsky
2018-05-04Made bone handling for actual Bone2D a special case. Make custom bones appear...Juan Linietsky
2018-05-02Fixes locks and groups on 2d editorgroud
2018-04-23Fixes 2d editor panning not workinggroud
2018-04-03Displays node icon on hoverGilles Roudiere
2018-04-03Display nodes without rect's positionGilles Roudiere
2018-04-03Remove the selection rect for nodes that do not require itGilles Roudiere
2018-04-03Fixes issues with selectable children and locksGilles Roudiere
2018-03-17Fixes scrollbars in Canvas Item EditorGilles Roudiere
2018-03-02Add "Show Origin" and "Show Viewport" options to 2D Editor ViewportBlazej Floch
2018-02-19Merge pull request #16566 from groud/gui_input_reworkRémi Verschelde
2018-02-162D editor GUI input rework. Changes are:Gilles Roudiere
2018-02-13Add a function to remove controls from containersGeorge Marques