summaryrefslogtreecommitdiff
path: root/editor/plugins/path_3d_editor_plugin.cpp
AgeCommit message (Expand)Author
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-22Add per-scene UndoRedokobewi
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-06-04fix end handles being reversed in Path3DGizmoHayden Leete
2022-06-02swap path_3d_editor_plugin control points orderHayden Leete
2022-05-03Rename Basis get_axis to get_column, remove redundant methodsAaron Franke
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-29Fix theme application in various curve editorsYuri Sizov
2022-01-12Fix secondary handles in editor gizmosjfons
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-10-15Swap args of Plane(point, normal) constructormennomax
2021-10-07Implemented SkeletonEditorGizmoSilc Renew
2021-09-14add missing undo on CloseCurve path3dStéphane Fortin
2021-08-07Removes const from set functions on the GizmosAndreaCatania
2021-07-23Node3D gizmo improvementsjfons
2021-07-18Optimize StringName usagereduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde
2020-12-08Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde
2020-12-04Rename EditorNode3DGizmoPlugin "get_name" to "get_gizmo_name"Aaron Franke
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-12Proposal 1246: Make Path3D handles more visible.Ryan Roden-Corrent
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-07Rename all gizmo classes, using the 4.0 node names.jfons
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30doc: Update classref with node renamesRémi Verschelde
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde