summaryrefslogtreecommitdiffstats
path: root/editor/plugins/abstract_polygon_2d_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve the appearance of 2D path editorsHugo Locurcio2019-08-181-1/+2
* Improve line drawing in the 2D editorHugo Locurcio2019-07-111-4/+2
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Move vertex along a single axis while editing and holding shiftMatheus Lima Cunha2019-04-161-0/+11
* Display vertex number when hovering point in collision polygonMartin Wallin2019-03-111-0/+7
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-4/+4
* Fix Polygon2D Editor interacting with its buttons too soonMichael Alexsander Silva Dias2019-02-161-2/+2
* Better and non-buggy Polygon2D editing disablingMichael Alexsander Silva Dias2019-02-161-7/+25
* Revert "Disallow polygon2D editing if internal vertices exists, as suggested ...Michael Alexsander Silva Dias2019-02-161-6/+0
* Disallow polygon2D editing if internal vertices exists, as suggested in #24853Juan Linietsky2019-02-131-0/+6
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #24109 from remorse107/godotengine-path2d-editor-fixRémi Verschelde2018-12-121-4/+4
|\
| * Fixed an issue with the Path2D plugin editor not supporting the capability to...Robert Morse2018-12-071-4/+4
* | Moved member variables to initializer listWilson E. Alvarez2018-12-111-6/+4
|/
* General enhancements to the Polygon2D, TextureRegion, and TileSet editorsMichael Alexsander Silva Dias2018-12-061-15/+21
* It is now possible to cancel on 2D polygon editor. RMB (previously close) and...Juan Linietsky2018-11-131-1/+15
* Fixes viewport scrollbars not updating with pluginsgroud2018-10-181-12/+12
* Merge pull request #22225 from groud/fix_draw_on_viewportRémi Verschelde2018-09-201-7/+5
|\
| * Fixes drawing of the 2D plugins on the 3D viewgroud2018-09-181-7/+5
* | Fixes polygon editor blocking other editor actions (move, scale...)groud2018-09-191-2/+6
|/
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-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
* 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