Rémi Verschelde
|
7b9f2d9929
|
Finish renaming *Frame GUI classes to *Rect
ReferenceFrame had been overlooked, and the cpp files still used the old
names. Also ripgrep'ed it all to find some forgotten references.
|
2017-01-14 10:52:54 +01:00 |
|
Juan Linietsky
|
da477b76a9
|
some class renames
TextureFrame -> TextureRect
Patch9Frame -> NinePatchRect
ColorFrame -> ColorRect
|
2017-01-12 18:28:12 -03:00 |
|
Juan Linietsky
|
118eed485e
|
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant.
All usages of "type" to refer to classes were renamed to "class"
ClassDB has been exposed to GDScript.
OBJ_TYPE() macro is now GDCLASS()
|
2017-01-02 23:03:46 -03:00 |
|
Juan Linietsky
|
95eb7466df
|
-Added a ColorFrame control, kind of like Texture but for color.
-Added dropping nodes to text editor for them to become a path
-Fixed issues with font not properly being set in code editor
|
2016-09-11 11:28:01 -03:00 |
|