Opentk/Source/OpenTK/Platform/X11
2007-08-05 17:54:11 +00:00
..
API.cs Corrected the OnCreate infinite loop between X11GLNative and X11Input. 2007-08-05 17:54:11 +00:00
Glx.cs 'Merged' windowing branch. Ugly, but it seems to have worked. 2007-07-23 00:15:18 +00:00
WindowInfo.cs Changed the WindowInfo(WindowInfo parent) constructor to make the newly created window a child of the specified parent. This should be the last bug causing the NRE in X11Input.cs 2007-08-05 17:45:59 +00:00
X11GLContext.cs Added IWindowInfo.cs, X11/WindowInfo.cs and Windows/WindowInfo.cs, which hold information regarding a platform specific window object. 2007-08-05 13:42:31 +00:00
X11GLControl.cs Removed exceptions from Fullscreen properties. 2007-08-05 13:51:07 +00:00
X11GLNative.cs Corrected the OnCreate infinite loop between X11GLNative and X11Input. 2007-08-05 17:54:11 +00:00
X11Input.cs Changed the WindowInfo(WindowInfo parent) constructor to make the newly created window a child of the specified parent. This should be the last bug causing the NRE in X11Input.cs 2007-08-05 17:45:59 +00:00
X11Keyboard.cs Corrected what might be the cause of the NRE on X11GLNative. 2007-08-05 17:39:31 +00:00
X11Mouse.cs Started implementing X11Input.cs, X11Keyboard.cs and X11Mouse.cs drivers. Removed some warnings from X11Api.cs 2007-08-05 09:03:22 +00:00