Opentk/Source/GLControl
the_fiddler 3c26795d7a * Source/GLControl/GLControl.cs: Validate internal state when public
members are accessed (issue [#1141]: "Unhandled exception in
  GlControl possible bug in rev 2207"). Throw ObjectDisposedException
  if public members are accessed after the GLControl has been
  disposed. Force the create/recreation of the control if a public
  member is called and the control handle or context does not exist.
2009-09-03 12:26:42 +00:00
..
Properties Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
CarbonGLControl.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
DummyGLControl.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
GLControl.cs * Source/GLControl/GLControl.cs: Validate internal state when public 2009-09-03 12:26:42 +00:00
GLControl.Designer.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
GLControl.resx Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
GLControlFactory.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
IGLControl.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
WinGLControl.cs Create the WinGLControl unconditionally in the constructor. Construction/destruction is done lazily when the actual GLControl handle is created/destroyed. 2009-09-02 22:55:51 +00:00
X11GLControl.cs * GLControl.cs: Delayed creation of IGLControl implementation until 2009-09-02 12:00:44 +00:00