summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.h
AgeCommit message (Expand)Author
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-13Merge pull request #51035 from foxydevloper/drag-drop-more-supportRémi Verschelde
2021-08-13Fix some unnecessary includesAaron Franke
2021-08-10Improve drag and drop by supporting more file types & node typesfoxydevloper
2021-08-09Some work on double supportAaron Franke
2021-08-09Use doubles for time in many other placesAaron Franke
2021-08-01Use real_t in editor pluginsAaron Franke
2021-07-27Highlight context menu items at the top of the 2D/3D viewportsHugo Locurcio
2021-06-15Merge pull request #49310 from foxydevloper/add-drag-threshold-select-modeRémi Verschelde
2021-06-05New and improved IK system for Skeleton2DTwistedTwigleg
2021-06-04Add threshold to dragging nodes with select to prevent accidental dragsfox
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière
2021-02-26Allow to create a node at specific positionTomasz Chabora
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-09-09Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio
2020-07-23Merge pull request #37336 from dreamsComeTrue/canvas-editor-change-cursorRémi Verschelde
2020-07-10Add override keywords.Marcel Admiraal
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-042D Editor: modified zoom increment to the twelveth root of twojohan
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-03-26Request immediate refresh of cursor in 2D editor while using shortcutsDominik 'dreamsComeTrue' Jasiński
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