aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/abstract_polygon_2d_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Various fixes for 2d polygon editorBernhard Liebl2017-12-301-48/+62
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-10/+15
* Fixes Polygon2D wip mode closing when editing mode is changedBernhard Liebl2017-12-041-2/+5
* add "add point" and "select point" handles to polygon 2d editorBernhard Liebl2017-11-271-4/+3
* Universalize draw-over API for EditorPluginsPedro J. Estébanez2017-11-241-1/+1
* Fix drawing order of polygon 2d editor handlesBernhard Liebl2017-11-131-0/+8
* Use AbstractPolygon2DEditor for Line2DBernhard Liebl2017-11-041-33/+96
* adds alternative editing of nodes: you can select nodes, use del to delete no...Bernhard Liebl2017-10-231-154/+271
* Fixes snapping and replaces the _draw_canvas by forward_canvas_drawGilles Roudiere2017-10-181-16/+5
* Refactoring of polygon editors to a common code baseBernhard Liebl2017-10-031-0/+619