summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
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-09Use doubles for time in many other placesAaron Franke
2021-08-05Shortcut: Rename `shortcut` property to `event`Rémi Verschelde
2021-08-03Merge pull request #51006 from foxydevloper/drag-drop-namingRémi Verschelde
2021-08-01Use real_t in editor pluginsAaron Franke
2021-08-01Prevent warning spam to console when dragging a CanvasItem in containerYuri Roubinsky
2021-07-30Merge pull request #35891 from Calinou/editor-viewport-highlight-context-menusRémi Verschelde
2021-07-30Make the focus outline translucent for editor viewportsHugo Locurcio
2021-07-29Make drag and drop into viewport add to root node by defaultfoxydevloper
2021-07-29Name nodes added from drag & drop by `name_casing`foxydevloper
2021-07-28Improve the 2D editor ruler displayHugo Locurcio
2021-07-27Highlight context menu items at the top of the 2D/3D viewportsHugo Locurcio
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-24Merge pull request #50791 from foxydevloper/select-mode-tooltip-improvationRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-23Improve select tool's tooltipfoxydevloper
2021-07-20Merge pull request #50498 from LightningAA/zoom-out-alt-4.0Rémi Verschelde
2021-07-18Optimize StringName usagereduz
2021-07-16Add shift + [1-5] keyboard shortcuts to zoom outLightning_A
2021-07-16Tweak editor select mode drag threshold for better usabilityHugo Locurcio
2021-07-14Fix wrong behavior of alt+rmb and list tool for locked nodesfox
2021-07-13Fix casing of the "to" stop word in editor stringsHugo Locurcio
2021-07-10Improve 2D editor zoom logicHugo Locurcio
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