summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-07-01Merge pull request #50040 from reduz/fix-renderingserver-bindingsRémi Verschelde
2021-07-01Clean up RenderingServer and its bindingsreduz
2021-06-30Add keyboard shortcuts for grouping and locking nodes, change grid toggleHugo Locurcio
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-29Tweak the 2D game camera override tooltips to match 3DHugo Locurcio
2021-06-29Merge pull request #49719 from LightningAA/rename-node-is-ancestor-ofRémi Verschelde
2021-06-24Use Ctrl + G to toggle the 3D editor grid visibility by defaultHugo Locurcio
2021-06-21Rename `is_a_parent_of()` to `is_ancestor_of()`Lightning_A
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
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-28Bind CanvasItemEditor::_zoom_on_position and CanvasItemEditor::get_state to C...nobuyuki_nyuu
2021-05-26Fixed console error spam (about invalid edited scene index)Yuri Roubinsky
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-07Merge pull request #48535 from groud/tiles_squashedRémi Verschelde
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière
2021-05-06Merge pull request #45607 from Calinou/improve-editor-themeRémi Verschelde
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-04-28Remove obsolete LargeTexture, it's no longer useful since 3.xRémi Verschelde
2021-04-27Improve the editor themeHugo Locurcio
2021-04-16Merge pull request #47629 from Calinou/editor-allow-center-selection-without-...Rémi Verschelde
2021-04-13Fix multi-selection doesn't correctly show in the inspectorray90514
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-04-04Allow Center Selection to work without any selection in 2D/3D editorsHugo Locurcio
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-15Reset ruler tool when switching tools with shortcutsDominik 'dreamsComeTrue' Jasiński
2021-03-07Fix crashes when manipulating nodes in editorRafał Mikrut
2021-03-01Merge pull request #41437 from KoBeWi/put_it_hereRémi Verschelde
2021-02-26Allow to create a node at specific positionTomasz Chabora
2021-02-26Add outline to dragged guide textVedat Günel
2021-02-21Prevent selecting hidden nodes in 3D and Canvas Item editorshilfazer
2021-02-01Merge pull request #37547 from aaronfranke/tauRémi Verschelde
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-12CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde
2021-01-09Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke
2021-01-05Commit CanvasItem state only if it changedkobewi
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44586 from madmiraal/rename-stepifyRémi Verschelde
2020-12-28Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde
2020-12-28Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde
2020-12-28Rename Math::stepify to snappedMarcel Admiraal
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-27Fix Layout menu not workingkobewi
2020-12-23Merge pull request #44605 from madmiraal/rename-control-marginRémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-21Use integer text position in scroll container, TextEdit and canvas editor, to...bruvzg
2020-12-14Add outline to ruler toolTomasz Chabora
2020-12-09Fix scene being modified when arrows are pressed with no node selectedNick Swoboda
2020-12-06Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal