summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
2022-01-08Allow showing both left and right side panelsHaoyu Qiu
2022-01-05Merge pull request #55293 from LlamaLad7/masterRémi Verschelde
2022-01-05Fix names of scenes dropped onto viewportkobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-21Editor: Resolve being able to move control nodes in containers using arrow keysLlamaLad7
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Fix bad popups offset in editor with single window offjmb462
2021-12-03Merge pull request #54687 from KoBeWi/where_mouseRémi Verschelde
2021-11-30Mention that Ctrl+Alt with select tool will scalekobewi
2021-11-27Fix offset in Viewport drag movementPablo Dobarro
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-23Move container warning to the toasterkobewi
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-09Merge pull request #54649 from bruvzg/shadowsRémi Verschelde
2021-11-08Improve Add Node Here popupkobewi
2021-11-07Show mouse position when clicking ruler toolkobewi
2021-11-06Fix Label and RichTextLabale text shadows and shadow outlines.bruvzg
2021-11-03Merge pull request #54072 from KoBeWi/hrcr_is_dedRémi Verschelde
2021-10-28clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-28Remove node_hrcr hackkobewi
2021-10-25Ignore empty Font resources as theme override.bruvzg
2021-10-12Merge pull request #53471 from KoBeWi/🥞Rémi Verschelde
2021-10-07Implemented SkeletonEditorGizmoSilc Renew
2021-10-06Improve editor panning and remove RMB panningkobewi
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