aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/polygon_2d_editor_plugin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-1028/+0
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-13/+13
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-1/+1
* some class renamesJuan Linietsky2017-01-121-1/+1
* Type renames:Juan Linietsky2017-01-111-5/+5
* Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-101-1/+1
* -All types have editable script now in propertiesJuan Linietsky2017-01-091-1/+2
* PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-081-2/+2
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-2/+2
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-13/+13
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-1/+1
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-14/+14
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-14/+14
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-1/+1
|\
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-1/+1
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* Removed unused variables (second pass) + dead codeRémi Verschelde2016-07-071-2/+0
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-1/+1
* i18n: Second pass at proofreadingRémi Verschelde2016-05-211-3/+3
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-25/+25
* remove trailing whitespaceHubert Jarosz2016-03-091-2/+2
* -Fix global transform cache not being cleared in 2D nodes, fixes many editor ...Juan Linietsky2016-01-021-1/+0
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Fix issue #1275Franklin Sobrinho2015-11-021-5/+6
* Add SpriteRegionEditor and update Polygon2DUVEditorMarianoGNU2015-09-281-3/+154
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* Changed popup_centered by popup_centered_minsize in editor dialogsFranklin Sobrinho2015-04-081-1/+1
* Better 2D SnappingCarl Olsson2015-02-151-13/+2
* Batch of BugfixesJuan Linietsky2014-12-071-0/+9
* Polygon2DJuan Linietsky2014-07-071-0/+880