Opentk/Source
the_fiddler a58fe9e70e * GLControlFactory.cs: More defensive checks for null GraphicsModes.
* GLControl.cs: More defensive checks for null GraphicsModes.
Set flags, context version and GraphicsMode before calling
  InitializeComponents(), as the latter might cause the context to be
  created (and we need this information before creating the context).
  Fixes ArgumentNullException on Linux.
2009-10-19 17:38:16 +00:00
..
Bind Added distinct /overrides/add and /overrides/replace elements. 2009-10-17 21:49:35 +00:00
Build Removed "..\" -> "../" translation from Build.exe, as it caused issues with Visual Studio paths. 2009-09-06 09:27:17 +00:00
Compatibility Added AllowPartialTrustedCallers attribute. 2009-09-06 14:19:52 +00:00
Converter * ESCLParser.cs: Fixed long bitfield detection. 2009-10-09 06:01:02 +00:00
Examples Indicate whether the window is focused or not. 2009-10-18 15:58:48 +00:00
GLControl * GLControlFactory.cs: More defensive checks for null GraphicsModes. 2009-10-19 17:38:16 +00:00
OpenTK * X11GLNative.cs: Implemented Icon property for WMs that do not 2009-10-19 10:42:28 +00:00
QuickStart Fixed documentation on the event args for the Resize event. 2009-10-14 18:25:51 +00:00