summaryrefslogtreecommitdiffstats
path: root/editor/plugins/path_2d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-8/+8
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-8/+8
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #96404 from larspet/path2d-selectionRémi Verschelde2024-09-161-1/+2
|\
| * Fix Path2D editor not updating gizmos on selectionLars Pettersson2024-08-311-1/+2
* | Add Create Curve button to Path2D editorkobewi2024-09-061-13/+48
* | Merge pull request #96292 from AThousandShips/null_check_ref_fixRémi Verschelde2024-09-031-1/+1
|\ \
| * | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
| |/
* / Fix Path2D splittingkobewi2024-08-281-7/+17
|/
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* Allow cancelling actions in Path2D editorkobewi2024-06-121-14/+46
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-6/+6
* Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+4
* Fix various typos with codespellRémi Verschelde2024-05-071-10/+10
* Fix Path2D's add new point's UndoRedo bugjsjtxietian2024-03-261-5/+8
* Merge pull request #87161 from ryevdokimov/do-not-commitRémi Verschelde2024-03-081-30/+35
|\
| * Do not commit transforms and handles if no changes were madeRobert Yevdokimov2024-02-121-30/+35
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
|/
* Improve Path2D editingkobewi2024-01-051-15/+17
* Add a button to clear curve points in the Path2D editorAttackButton2023-10-031-15/+92
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-5/+7
* Improve the looks of 2D/3D viewport contextual toolbarsYuri Sizov2023-09-131-18/+7
* Add EditorStringNames singletonkobewi2023-09-031-9/+9
* Add EditorUndoRedoManager singletonkobewi2023-01-161-5/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-1/+5
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-2/+2
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-5/+5
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-5/+5
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
|/
* Add per-scene UndoRedokobewi2022-08-221-0/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-5/+5
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-6/+4
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Fix theme application in various curve editorsYuri Sizov2022-01-291-13/+12
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-6/+6
* Rename polygon editor settings for better display in the Editor SettingsHugo Locurcio2021-08-231-1/+1
* Use get_global_* functions instead of using transforms.Anilforextra2021-08-141-1/+1
* Use is_equal_approx in more placesAaron Franke2021-07-211-1/+1
* Optimize StringName usagereduz2021-07-181-9/+9
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-2/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-5/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-5/+10