summaryrefslogtreecommitdiffstats
path: root/editor/plugins/polygon_2d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix Scrollbar range calculation errorBiBi2020-12-281-4/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-4/+4
* Merge pull request #43192 from YeldhamDev/poly2deditor_buttons_flatRémi Verschelde2020-10-291-0/+1
|\
| * Set previous tool buttons in the Polygon2D editor to be flat againMichael Alexsander2020-10-291-0/+1
* | Fix "Move Points" button sometimes not showing up on UV mode in the Polygon2D...Michael Alexsander2020-10-291-1/+1
|/
* Minor improvements to the Polygon 2D UV editorMichael Alexsander2020-07-231-4/+9
* Fix undo/redo for bone painting in Polygon2D UV EditorMaganty Rushyendra2020-06-261-23/+25
* Enable finer grained control when creating polygon with UV EditorMaganty Rushyendra2020-06-231-1/+2
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-8/+11
* 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-32/+60
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-71/+0
* Rename InputFilter back to InputRémi Verschelde2020-04-281-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Fix more -Wmaybe-uninitialized warnings with target=release_debugRémi Verschelde2020-03-311-2/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-2/+2
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-18/+18
* Working multiple window support, including editorJuan Linietsky2020-03-261-8/+7
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-2/+2
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-2/+2
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-33/+19
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-21/+21
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-27/+27
* Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky2020-02-111-4/+4
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Fixes scrollbar positions on HiDPI displayHaoyu Qiu2020-01-231-2/+3
* Cleanup unnecessary code from before the scrollbar overlapping fixesMichael Alexsander2020-01-141-1/+0
* Fix more scrollbar anchoringsMichael Alexsander2020-01-141-0/+10
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Increase the TileSet and polygon UV editor zoom limits to 16×Hugo Locurcio2019-12-141-1/+1
* Improve the appearance of 2D path editorsHugo Locurcio2019-08-181-3/+4
* Improve line drawing in the 2D editorHugo Locurcio2019-07-111-22/+11
* Fix scroll for texture_region and polygon_2d editorGuilherme Felipe2019-04-251-3/+3
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-1/+2
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-3/+3
* Better and non-buggy Polygon2D editing disablingMichael Alexsander Silva Dias2019-02-161-3/+24
* Revert "Disallow polygon2D editing if internal vertices exists, as suggested ...Michael Alexsander Silva Dias2019-02-161-10/+0
* Disallow polygon2D editing if internal vertices exists, as suggested in #24853Juan Linietsky2019-02-131-0/+10
* Change some editing display options to make it clearer, as requested in #24853Juan Linietsky2019-02-131-21/+28
* Clear internal vertex counter when redrawing polygons, closes #24862.Juan Linietsky2019-01-151-0/+1
* i18n: Sync translation template with current sourceRémi Verschelde2019-01-141-1/+1
* Fix UndoRedo operations for the new features in the Polygon2D UV EditorMichael Alexsander Silva Dias2019-01-101-9/+12
* Removed splits in Polygon editor, replace by internal vertices and polygon su...Juan Linietsky2019-01-081-150/+264
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix sometimes uninitialized variable warning raised by Xcode 9.4.1Rémi Verschelde2018-12-171-1/+1
* General enhancements to the Polygon2D, TextureRegion, and TileSet editorsMichael Alexsander Silva Dias2018-12-061-114/+196
* Properly show 2D bone previews in 2D skeleton UV editor, fixes #20950Juan Linietsky2018-11-221-9/+19