summaryrefslogtreecommitdiffstats
path: root/editor/plugins/abstract_polygon_2d_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Remove empty bind_methods()kobewi2024-08-151-1/+0
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* Merge pull request #87161 from ryevdokimov/do-not-commitRémi Verschelde2024-03-081-0/+1
|\
| * Do not commit transforms and handles if no changes were madeRobert Yevdokimov2024-02-121-0/+1
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
|/
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+1
* Unify usage of undo_redo in editorkobewi2022-11-021-3/+0
* Add per-scene UndoRedokobewi2022-08-221-1/+2
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-4/+4
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-8/+8
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-4/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-211-1/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-8/+8
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-4/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-8/+15
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* Better and non-buggy Polygon2D editing disablingMichael Alexsander Silva Dias2019-02-161-0/+4
* Revert "Disallow polygon2D editing if internal vertices exists, as suggested ...Michael Alexsander Silva Dias2019-02-161-2/+0
* Disallow polygon2D editing if internal vertices exists, as suggested in #24853Juan Linietsky2019-02-131-0/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* General enhancements to the Polygon2D, TextureRegion, and TileSet editorsMichael Alexsander Silva Dias2018-12-061-4/+2
* It is now possible to cancel on 2D polygon editor. RMB (previously close) and...Juan Linietsky2018-11-131-0/+1
* Fixes drawing of the 2D plugins on the 3D viewgroud2018-09-181-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Universalize draw-over API for EditorPluginsPedro J. Estébanez2017-11-241-2/+2
* Use AbstractPolygon2DEditor for Line2DBernhard Liebl2017-11-041-0/+5
* adds alternative editing of nodes: you can select nodes, use del to delete no...Bernhard Liebl2017-10-231-3/+32
* Fixes snapping and replaces the _draw_canvas by forward_canvas_drawGilles Roudiere2017-10-181-2/+4
* Refactoring of polygon editors to a common code baseBernhard Liebl2017-10-031-0/+131