summaryrefslogtreecommitdiffstats
path: root/editor/plugins/polygon_2d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+33
|\
| * Merge pull request #97081 from aXu-AP/uv-editor-without-polygonThaddeus Crews2024-11-111-1/+33
| |\
| | * Open uv editor in point editing mode if no pointsaXu-AP2024-09-171-1/+33
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-16/+16
|\| |
| * | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-16/+16
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Allow opening of polygon editor without textureaXu-AP2024-09-081-15/+8
* Fix Polygon2D UV editor error when opening grid settingsLars Pettersson2024-08-311-1/+1
* [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-2/+2
* Fix snapping when zoomed in Polygon2D UV editorkleonc2024-08-271-12/+8
* Remove spaces and punctuation from the beginning of translatable strings.bruvzg2024-08-221-1/+2
* Fix leaf Bone2Ds drawing in Polygon2D UV editorkleonc2024-08-071-30/+29
* Fix undoredo handling in some dialogskobewi2024-07-041-2/+28
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-6/+6
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-2/+2
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-8/+8
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+3
* Remove uv_editor_bounds editor settingkobewi2024-04-231-4/+5
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-1/+6
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Improve UV editor zoom behavioraXu-AP2024-01-101-76/+76
* Fix UV editor not showing polygon correctlyaXu-AP2023-12-051-12/+44
* Merge pull request #84076 from aXu-AP/uv-editor-texture-transformRémi Verschelde2023-12-041-1/+4
|\
| * Fix UV editor not using texture transformaXu-AP2023-10-271-1/+4
* | Fix 2D bone weight editor not accounting for offsetaXu-AP2023-10-271-2/+2
|/
* Fix Polygon2D undo on transforming verticesaXu-AP2023-10-201-8/+17
* Merge pull request #81939 from YuriSizov/gui-flat-and-depressedRémi Verschelde2023-09-251-4/+6
|\
| * Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-4/+6
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-1/+2
|/
* Add EditorStringNames singletonkobewi2023-09-031-18/+18
* apply selected texture filter when editing UVAlex Drozd2023-06-181-0/+2
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+3
* Use 8×8 default grid size for TextureRegion and 2D polygon editorsHugo Locurcio2023-02-211-1/+2
* Add gesture to ViewPanner and simplify a bit its APIGilles Roudière2023-01-231-12/+4
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* Add EditorUndoRedoManager singletonkobewi2023-01-161-4/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+4
* Unify usage of undo_redo in editorkobewi2022-11-021-1/+7
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-2/+2
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-2/+2
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-2/+2
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-42/+42
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-2/+2
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-14/+14
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-14/+14
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+2
|/