summaryrefslogtreecommitdiffstats
path: root/editor/plugins/abstract_polygon_2d_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-6/+6
* Update viewport after Polygon2D deselectedmujpao2021-03-121-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-2/+3
* Make PosVertex to Vertex slicing explicit.Marcel Admiraal2020-09-041-1/+1
* Fix accidental duplication of Polygon2D start pointMaganty Rushyendra2020-06-251-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-3/+6
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-1/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-17/+32
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-100/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-32/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-6/+6
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+1
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-3/+3
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-3/+3
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-9/+5
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-5/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-6/+6
* Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky2020-02-111-2/+2
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* 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