summaryrefslogtreecommitdiffstats
path: root/editor/plugins/abstract_polygon_2d_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-3/+3
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-3/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix polygon node losing its UV toolbar by adding a call to the show method wh...Hristo Iliev2024-09-021-1/+3
* Remove empty bind_methods()kobewi2024-08-151-3/+0
* Fix unnecessary overbright modulates used in a few editorsMewPurPur2024-06-281-1/+1
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-3/+3
* Merge pull request #87161 from ryevdokimov/do-not-commitRémi Verschelde2024-03-081-9/+10
|\
| * Do not commit transforms and handles if no changes were madeRobert Yevdokimov2024-02-121-9/+10
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
|/
* Prioritize points in polygon editor hoverkobewi2023-10-261-49/+50
* Merge pull request #81939 from YuriSizov/gui-flat-and-depressedRémi Verschelde2023-09-251-3/+3
|\
| * Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-3/+3
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-1/+1
|/
* Improve the looks of 2D/3D viewport contextual toolbarsYuri Sizov2023-09-131-1/+0
* Add EditorStringNames singletonkobewi2023-09-031-8/+9
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+2
* Add EditorUndoRedoManager singletonkobewi2023-01-161-5/+5
* Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* Merge pull request #70902 from Cretezy/2d-polygon-indices-visibilityRémi Verschelde2023-01-071-3/+7
|\
| * Fix "2D Polygon indices are barely visible on bright background" (#38009)Charles Crete2023-01-061-3/+7
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Unify usage of undo_redo in editorkobewi2022-11-021-2/+5
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-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-6/+6
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-6/+6
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
|/
* Add per-scene UndoRedokobewi2022-08-221-0/+1
* Fix axis snapping of CollisionPolygon2d's newly created vertexGrzegorz Puławski2022-08-071-1/+1
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+2
* Remove Signal connect bindsJuan Linietsky2022-07-291-3/+3
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-1/+1
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-4/+0
* Merge pull request #57436 from AnilBK/change-scopesRémi Verschelde2022-03-131-4/+3
|\
| * Code quality cleanup for some variable scopes.Anilforextra2022-02-101-4/+3
* | Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-0/+1
* | Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-4/+2
* | Merge pull request #57994 from jmb462/polygon2d-handlesRémi Verschelde2022-02-121-0/+8
|\ \
| * | Hide Polygon2D lines and handles when node is not visible in tree.Jean-Michel Bernard2022-02-111-0/+8
| |/
* / Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
|/
* Fix theme application in various curve editorsYuri Sizov2022-01-291-3/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2