Opentk/Source/OpenTK/Platform/X11
the_fiddler 8b60cc2018 Made GraphicsMode.Index public, as it is necessary when extending OpenTK.
Removed OpenTK.Platform.Utilities.CreateWindowInfo and made the platform-specific CreateWindowInfo methods public (e.g. CreateX11WindowInfo).
Moved Mono Windows.Forms-specific code into X11GLControl.
Removed OpenTK.Platform.Utilities.IsIdle.
Removed obsolete methods from OpenTK.Platform.Utilities.
Marked OpenTK.Platform.Utilities.CreateGraphicsContext as obsolete (use GraphicsContext constructor instead).
Made IWindowInfo implementations private.
2009-09-04 21:11:25 +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 Made GraphicsMode.Index public, as it is necessary when extending OpenTK. 2009-09-04 21:11:25 +00:00
Functions.cs Merged gw-next2 branch to trunk. 2009-06-02 15:49:39 +00:00
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 Suppressed documentation warnings and ensured public structures follow the class library design guidelines. 2009-08-11 21:11:39 +00:00
X11Factory.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
X11GLContext.cs * Source/OpenTK/Platform/Egl/EglContext.cs: 2009-09-03 12:23:11 +00:00
X11GLNative.cs Implemented INativeWindow.WindowBorderChanged and INativeWindow.WindowStateChanged events. 2009-08-17 09:34:15 +00:00
X11GraphicsMode.cs Suppressed documentation warnings and ensured public structures follow the class library design guidelines. 2009-08-11 21:11:39 +00:00
X11Input.cs Replaced XAutoRepeatOff by XkbSetDetectableAutoRepeat, because the former must be reset before the program exits (and this is not always possible). 2009-05-30 21:41:45 +00:00
X11Joystick.cs Fixed line endings and set svn:eol-style to native and svn:mime-type to text/plain for .cs files. 2009-09-03 19:01:11 +00:00
X11KeyMap.cs Normalize line endings and set the mime-type=text/plain and eol-style=native properties on all files. 2009-02-22 10:43:35 +00:00
X11WindowInfo.cs Made GraphicsMode.Index public, as it is necessary when extending OpenTK. 2009-09-04 21:11:25 +00:00
X11XrandrDisplayDevice.cs Merged fix for issue [#1074]: " X11XrandrDisplayDevice on Xming ---> Argument is out of range." from 0.9.8 branch. 2009-08-10 11:36:26 +00:00