summaryrefslogtreecommitdiff
path: root/editor/plugins/abstract_polygon_2d_editor.cpp
AgeCommit message (Expand)Author
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-30Various fixes for 2d polygon editorBernhard Liebl
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-04Fixes Polygon2D wip mode closing when editing mode is changedBernhard Liebl
2017-11-27add "add point" and "select point" handles to polygon 2d editorBernhard Liebl
2017-11-24Universalize draw-over API for EditorPluginsPedro J. Estébanez
2017-11-13Fix drawing order of polygon 2d editor handlesBernhard Liebl
2017-11-04Use AbstractPolygon2DEditor for Line2DBernhard Liebl
2017-10-23adds alternative editing of nodes: you can select nodes, use del to delete no...Bernhard Liebl
2017-10-18Fixes snapping and replaces the _draw_canvas by forward_canvas_drawGilles Roudiere
2017-10-03Refactoring of polygon editors to a common code baseBernhard Liebl