Opentk/Source
the_fiddler 8733dd7c2f * Platform/Windows/WinDisplayDevice.cs:
* Platform/MacOS/QuartzDisplayDeviceDriver.cs: Updated to use the new
  DisplayDevice constructors.

* Platform/X11/X11XrandrDisplayDevice.cs: Query Xinerama for the exact
  bounds of each display device, if available.
Use global X lock to protect from multithreaded access.
2009-11-06 09:50:50 +00:00
..
Bind Use new string(sbyte*) instead of Marshal.PtrToStringAnsi to increase performance when calling GetString to retrieve the list of available extensions. 2009-11-03 12:59:25 +00:00
Build Removed System.Drawing dependency from QuickStart. 2009-11-04 21:22:41 +00:00
Compatibility Qualify System.Drawing.Rectangle/Point/Size structs fully when necessary, to avoid namespace clash with OpenTK.Rectangle/Point/Size. 2009-11-02 09:37:18 +00:00
Converter Updated version numbers in preparation for release. 2009-11-01 23:07:38 +00:00
Examples Cleaned up deprecated methods. 2009-11-04 20:48:31 +00:00
GLControl Updated deprecation message with specific instructions on how to solve the issue. 2009-11-04 20:47:06 +00:00
OpenTK * Platform/Windows/WinDisplayDevice.cs: 2009-11-06 09:50:50 +00:00
QuickStart Removed System.Drawing dependency from QuickStart. 2009-11-04 21:22:41 +00:00