Opentk/Source/OpenTK/Platform/X11
the_fiddler 95318a8366 Added OpenTK.Platform.WindowInfo and OpenTK.Platform.IMutableWindowInfo. Split IWindowInfo implementation to IWindowInfo and IMutableWindowInfo. Added several methods.
X11 and Windows GLControl and GLNative implementation now use IGLContext interfaces instead of direct X11GLContext and WinGLContext. Decouples the two (good!).
Updated all Native, Control, Context classes to use the new interfaces.
2007-09-09 15:10:21 +00:00
..
API.cs Merged with bind branch: updated GL.cs wrappers, Glx and Glu implementation suppoort files, faster Bind. 2007-09-02 00:40:43 +00:00
Functions.cs Fixed a CLSCompliance issue. 2007-08-21 09:43:50 +00:00
Glx.cs Trunk now compiles again. 2007-09-02 00:53:24 +00:00
GlxHelper.cs Merged with Bind. Added GLU bindings. Corrected OpenGL overload trimming. 2007-09-02 22:52:00 +00:00
Structs.cs Fixed CLS-Compliance. 2007-08-21 09:34:05 +00:00
WindowInfo.cs Added OpenTK.Platform.WindowInfo and OpenTK.Platform.IMutableWindowInfo. Split IWindowInfo implementation to IWindowInfo and IMutableWindowInfo. Added several methods. 2007-09-09 15:10:21 +00:00
X11GLContext.cs Added OpenTK.Platform.WindowInfo and OpenTK.Platform.IMutableWindowInfo. Split IWindowInfo implementation to IWindowInfo and IMutableWindowInfo. Added several methods. 2007-09-09 15:10:21 +00:00
X11GLControl.cs Added OpenTK.Platform.WindowInfo and OpenTK.Platform.IMutableWindowInfo. Split IWindowInfo implementation to IWindowInfo and IMutableWindowInfo. Added several methods. 2007-09-09 15:10:21 +00:00
X11GLNative.cs Added OpenTK.Platform.WindowInfo and OpenTK.Platform.IMutableWindowInfo. Split IWindowInfo implementation to IWindowInfo and IMutableWindowInfo. Added several methods. 2007-09-09 15:10:21 +00:00
X11Input.cs Added IDisposable to all input drivers. 2007-08-22 00:30:16 +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