]> O.S.I.I.S - jp/crow.git/commit
- Window
authorjpbruyere <jp.bruyere@hotmail.com>
Fri, 12 Jun 2015 12:42:57 +0000 (14:42 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Fri, 12 Jun 2015 12:42:57 +0000 (14:42 +0200)
commit3260d86cda78bd53070f7318863df642f3492588
tree4b3799dbc4ff9e5cd083fc8fc2234a118d1aac55
parentf986e2521e113bd67a2f06b92c2ca774aa1e0937
- Window
- Popper
- redraw clipping debug, solved old top container clipping bug :-)
17 files changed:
GOLib.csproj
Templates/Popper.goml
Templates/Window.goml [new file with mode: 0755]
Tests/GOLIBTest_4.cs
Tests/GOLIBTest_Container.cs [new file with mode: 0644]
Tests/GOLIBTest_Label.cs [new file with mode: 0644]
Tests/GOLIBTest_Window.cs [new file with mode: 0644]
Tests/Interfaces/test4.goml
Tests/Interfaces/testContainer.goml [new file with mode: 0755]
Tests/Interfaces/testLabel.goml [new file with mode: 0755]
Tests/Interfaces/testWindow.goml [new file with mode: 0755]
Tests/Tests.csproj
src/GraphicObjects/GenericStack.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/PrivateContainer.cs
src/GraphicObjects/Window.cs
src/OpenTKGameWindow.cs