]> O.S.I.I.S - jp/crow.git/commit
new layouting queue with double linked list, buggy
authorjpbruyere <jp.bruyere@hotmail.com>
Thu, 4 Feb 2016 13:10:19 +0000 (14:10 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Thu, 4 Feb 2016 14:17:13 +0000 (15:17 +0100)
commit14c11116a5a53bc8c628b4963ecdfd31ccd41ee0
treea4da1b41fbbac0b994089ea6b501f1351f909db6
parentd5f05d1fb773975e868291dfd1f6b8b69ddedc6d
new layouting queue with double linked list, buggy
13 files changed:
.gitignore
Tests/GOLIBTests.cs
Tests/Interfaces/colorItem.crow
Tests/Interfaces/testColorList.crow
Tests/Tests.csproj
UnitTest/NUnitCrowWindow.cs
src/GraphicObjects/GenericStack.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Grid.cs
src/GraphicObjects/ILayoutable.cs
src/LayoutingQueue.cs
src/LayoutingQueueItem.cs
src/OpenTKGameWindow.cs