]> O.S.I.I.S - jp/crow.git/commit
Layouting queue
authorjpbruyere <jp.bruyere@hotmail.com>
Mon, 27 Apr 2015 12:58:27 +0000 (14:58 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Mon, 27 Apr 2015 12:58:27 +0000 (14:58 +0200)
commit7b8ff62e3ee75e19d9eeeabd31bedef371215554
treef58ee90791028768b69921841cd604e20a3a5c02
parent79224ffe3efe06a99cb5dfb183f16a5427504b2a
Layouting queue
18 files changed:
GOLib.csproj
Tests/GOLIBTest_1.1.cs [new file with mode: 0644]
Tests/GOLIBTest_1.2.cs [new file with mode: 0644]
Tests/Interfaces/test0.goml
Tests/Interfaces/test1.1.goml [new file with mode: 0755]
Tests/Interfaces/test1.2.goml [new file with mode: 0755]
Tests/Interfaces/test1.goml
Tests/Tests.csproj
src/GraphicObjects/Container.cs
src/GraphicObjects/GenericStack.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/ILayoutable.cs
src/GraphicObjects/Scroller.cs
src/Interface.cs
src/LayoutingQueue.cs [new file with mode: 0644]
src/LayoutingQueueItem.cs [new file with mode: 0644]
src/OpenTKGameWindow.cs