]> O.S.I.I.S - jp/crow.git/commit
* Grid.cs, TabView.cs, Wrapper.cs, GenericStack.cs, GraphicObject.cs:
authorjpbruyere <jp.bruyere@hotmail.com>
Tue, 3 Jan 2017 12:20:21 +0000 (13:20 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Tue, 3 Jan 2017 12:20:21 +0000 (13:20 +0100)
commit3d3e97a4f86c5efd7292142f74dbd2f1168b61d0
treeb38c167468c03efd638336f3c0de889ef0b6def7
parent96698e1d3a00679932bf3b0c4a30f9d91250eea0
* Grid.cs, TabView.cs, Wrapper.cs, GenericStack.cs, GraphicObject.cs:
  IsDirty instead of deleting bmp, resolve blinking bug

* Interface.cs:
  DrawingQueue locked inside the foreach loop, once per item

* OpenTKGameWindow.cs:
  non blocking mutex inside render frame loop
Tests/OpenTKGameWindow.cs
src/GraphicObjects/GenericStack.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Grid.cs
src/GraphicObjects/TabView.cs
src/GraphicObjects/Wrapper.cs
src/Interface.cs