]> O.S.I.I.S - jp/crow.git/commit
- svg image support
authorjpbruyere <jp.bruyere@hotmail.com>
Mon, 30 Mar 2015 10:48:56 +0000 (12:48 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Mon, 30 Mar 2015 10:48:56 +0000 (12:48 +0200)
commit30baf7a73449a5a0b5c6ea7f3952d4d614ec741f
tree65f8c22ad3d6c65fac0e657754b4870fcbfa29bc
parent4338402e29d2c448c24f4efe6a788adb84f81785
- svg image support
- bug fixes
21 files changed:
GOLib.csproj
Images/Icons/question_mark.svg [new file with mode: 0644]
Tests/GOLIBTest_1.cs [new file with mode: 0644]
Tests/GOLIBTest_3.cs [new file with mode: 0755]
Tests/Interfaces/test1.xml [new file with mode: 0755]
Tests/Interfaces/test3.xml [new file with mode: 0755]
Tests/Tests.csproj
Tests/image/Mana.svg [new file with mode: 0755]
Tests/image/u.svg [new file with mode: 0644]
src/Colors.cs
src/CompilerServices/CompilerServices.cs
src/GraphicObjects/Button.cs
src/GraphicObjects/Container.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/ILayoutable.cs
src/GraphicObjects/Image.cs
src/GraphicObjects/Label.cs
src/GraphicObjects/ProgressBar.cs
src/GraphicObjects/Window.cs [new file with mode: 0644]
src/OpenTKGameWindow.cs