Opentk/Source/OpenTK/Platform/X11
the_fiddler c47893dae6 Corrected critical bug in X11/API.cs: VisualInfo.visualid was int where it should have been IntPtr, causing incorrect visuals to be created on 64bit platforms.
Removed the OnCreate/OnDestroy methods from INativeGLWindow.
Added convenience overloads to OpenTK.OpenGL.GL: Color3 and Color4 can now take a System.Drawing.Color directly.
2007-08-21 09:01:24 +00:00
..
API.cs Corrected critical bug in X11/API.cs: VisualInfo.visualid was int where it should have been IntPtr, causing incorrect visuals to be created on 64bit platforms. 2007-08-21 09:01:24 +00:00
Functions.cs Corrected critical bug in X11/API.cs: VisualInfo.visualid was int where it should have been IntPtr, causing incorrect visuals to be created on 64bit platforms. 2007-08-21 09:01:24 +00:00
Glx.cs Corrected critical bug in X11/API.cs: VisualInfo.visualid was int where it should have been IntPtr, causing incorrect visuals to be created on 64bit platforms. 2007-08-21 09:01:24 +00:00
GlxHelper.cs 2007-08-20 10:46:37 +00:00
Structs.cs Corrected critical bug in X11/API.cs: VisualInfo.visualid was int where it should have been IntPtr, causing incorrect visuals to be created on 64bit platforms. 2007-08-21 09:01:24 +00:00
WindowInfo.cs Corrected critical bug in X11/API.cs: VisualInfo.visualid was int where it should have been IntPtr, causing incorrect visuals to be created on 64bit platforms. 2007-08-21 09:01:24 +00:00
X11GLContext.cs Corrected critical bug in X11/API.cs: VisualInfo.visualid was int where it should have been IntPtr, causing incorrect visuals to be created on 64bit platforms. 2007-08-21 09:01:24 +00:00
X11GLControl.cs Improved GLControl event handling on initialization sequence (Resize event is now raised after loading the GL class). 2007-08-20 14:12:57 +00:00
X11GLNative.cs Corrected critical bug in X11/API.cs: VisualInfo.visualid was int where it should have been IntPtr, causing incorrect visuals to be created on 64bit platforms. 2007-08-21 09:01:24 +00:00
X11Input.cs Added KeyDown and KeyUp events to IKeyboard and Keyboard. 2007-08-20 13:45:04 +00:00
X11Keyboard.cs Corrected critical bug in X11/API.cs: VisualInfo.visualid was int where it should have been IntPtr, causing incorrect visuals to be created on 64bit platforms. 2007-08-21 09:01:24 +00:00
X11Mouse.cs Updated Build.exe to correctly generate sharpdev and sharpdev2 projects. 2007-08-10 09:27:13 +00:00