summaryrefslogtreecommitdiffstats
path: root/editor/plugins/path_3d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-4/+4
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+0
|/
* Add per-scene UndoRedokobewi2022-08-221-6/+7
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-3/+3
* fix end handles being reversed in Path3DGizmoHayden Leete2022-06-041-20/+25
* swap path_3d_editor_plugin control points orderHayden Leete2022-06-021-10/+10
* Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-3/+3
* Fix more issues found by cppcheck.bruvzg2022-04-201-2/+2
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-7/+6
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Fix theme application in various curve editorsYuri Sizov2022-01-291-9/+26
* Fix secondary handles in editor gizmosjfons2022-01-121-12/+12
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-3/+3
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-9/+0
* Swap args of Plane(point, normal) constructormennomax2021-10-151-6/+6
* Implemented SkeletonEditorGizmoSilc Renew2021-10-071-11/+11
* add missing undo on CloseCurve path3dStéphane Fortin2021-09-141-1/+8
* Removes const from set functions on the GizmosAndreaCatania2021-08-071-2/+2
* Node3D gizmo improvementsjfons2021-07-231-28/+28
* Optimize StringName usagereduz2021-07-181-9/+9
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-4/+4
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-1/+1
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde2020-12-281-1/+1
* Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde2020-12-081-0/+2
|\
| * Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-0/+2
* | Rename EditorNode3DGizmoPlugin "get_name" to "get_gizmo_name"Aaron Franke2020-12-041-1/+1
|/
* Proposal 1246: Make Path3D handles more visible.Ryan Roden-Corrent2020-11-121-2/+4
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-4/+8
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-2/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-25/+46
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-38/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Rename all gizmo classes, using the 4.0 node names.jfons2020-04-071-13/+13
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* doc: Update classref with node renamesRémi Verschelde2020-03-301-1/+1
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-0/+653