summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-10-07Implemented SkeletonEditorGizmoSilc Renew
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-30Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio
2021-09-29Use functions defined in the their classes.Anilforextra
2021-09-24Merge pull request #52430 from AnilBK/vector2-replacementsRémi Verschelde
2021-09-23Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...Rémi Verschelde
2021-09-21Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra
2021-09-17Merge pull request #52458 from jmb462/fix-node-pivot-shortcut-always-activeRémi Verschelde
2021-09-10Enable Pixel Snap by default in the 2D editorHugo Locurcio
2021-09-07Fix node pivot shortcut is always activejmb462
2021-09-07Use builtin Vector2 functions for calculation of angles.Anilforextra
2021-08-27Merge pull request #51962 from LoipesMas/zoom_fixMax Hilbrunner
2021-08-25Fix zoom label not being updatedLoipesMas
2021-08-23Rename polygon editor settings for better display in the Editor SettingsHugo Locurcio
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-20Add missing SNAME macro optimization for StringName in some functionsjmb462
2021-08-14Add support for partial custom editor themesYuri Sizov
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