Opentk/Source/OpenTK/Platform/X11
the_fiddler eb183f4cfe Added stack traces to automatic error checking.
Added GraphicsContext.ErrorChecking property to temporarily disable error checking if necessary.
Error checking is now added to all functions in debug mode (the generator would miss specific CLS-compliant overloads before).
2009-03-29 21:41:30 +00:00
..
Bindings * Platform/X11/Bindings/Glx.cs: Added glXIsDirect method and made all enums private. Added ErrorCodes enum. 2009-03-20 23:13:24 +00:00
API.cs Fixed all known build warnings, apart from missing xml comments. 2009-03-25 21:53:12 +00:00
Functions.cs
GlxHelper.cs Added the capability to specify the desired OpenGL version and parameters (debug / forward-compatible context). 2009-03-07 10:36:51 +00:00
Structs.cs Fixed all known build warnings, apart from missing xml comments. 2009-03-25 21:53:12 +00:00
X11Factory.cs Added the capability to specify the desired OpenGL version and parameters (debug / forward-compatible context). 2009-03-07 10:36:51 +00:00
X11GdiPlusInternals.cs
X11GLContext.cs Added stack traces to automatic error checking. 2009-03-29 21:41:30 +00:00
X11GLControl.cs Added new GLControl constructors that allow you specify the desired GraphicsContext (OpenGL) version and flags. 2009-03-07 11:03:41 +00:00
X11GLNative.cs * X11GLNative.cs: Ensure that Width and Height properties return valid values in the OnLoad event. 2009-03-23 11:57:49 +00:00
X11GraphicsMode.cs * Platform/X11/X11GraphicsMode.cs: Major clean up. Refactored 2009-03-20 19:38:52 +00:00
X11Input.cs
X11Joystick.cs Relaxed checks to allow input devices that do not contain any axes and/or buttons (e.g. tablets or keyboard extensions). 2009-03-08 20:03:33 +00:00
X11KeyMap.cs
X11WindowInfo.cs
X11XrandrDisplayDevice.cs