Opentk/Source/OpenTK
2009-02-20 18:02:34 +00:00
..
Audio Comment out unused code. 2008-12-02 16:01:02 +00:00
Graphics Merged text branch and updated changelog. 2009-02-13 19:09:38 +00:00
Input Applied ALyman's patch for MouseDevice.Move (http://www.opentk.com/node/652) with modifications. 2009-02-20 18:02:34 +00:00
Math Fixed infinite recursion in Quaternion constructor (http://www.opentk.com/node/663). 2009-02-15 16:22:49 +00:00
OpenAL Moved and renamed OpenTK.OpenAL to OpenTK.Audio.OpenAL (namespace still unchanged). 2008-02-02 13:34:46 +00:00
Platform Fixed SetWindowPos function (IntPtr instead of int parameter). 2009-02-13 21:45:50 +00:00
Properties Bumped version number to 0.9.3. 2009-02-20 18:01:50 +00:00
ColorMode.cs Renamed ColorDepth to ColorFormat, to avoid class with System.Drawing.ColorDepth. 2008-03-03 12:44:56 +00:00
Configuration.cs Added debug message for the detected configuration. 2009-02-12 22:51:42 +00:00
ContextHandle.cs Made ContextHandle a struct to reduce GC pressure (ContextHandles are created per frame). 2008-11-23 20:17:50 +00:00
DisplayMode.cs Renamed ColorDepth to ColorFormat, to avoid class with System.Drawing.ColorDepth. 2008-03-03 12:44:56 +00:00
Exceptions.cs Moved and renamed OpenTK.GLContext to OpenTK.Graphics.GraphicsContext. 2008-01-31 14:39:54 +00:00
GameWindow.cs Fixed build warnings. 2008-12-09 10:07:05 +00:00
GLControl.cs Moved DummyGLContext and DummyGLControl to the OpenTK/Platform/Dummy directory and namespace. 2008-12-09 10:09:03 +00:00
GLControl.Designer.cs Fixed issue with multiple GLControls becoming invisible. Simplified GLControl, the platform dependent code now resides in GLContext and WindowInfo - GLControl itself is platform independent, just like GameWindow. This allowed to remove IGLControl.cs, WinGLControl.cs, X11GLControl.cs and DummyGLControl.cs 2007-10-05 06:52:40 +00:00
GLControl.resx Added timing information to UpdateFrame. 2007-09-22 22:01:43 +00:00
OpenTK.dll.config Added openal32.dll and alut.dll to OpenTK.dll.config 2008-01-15 23:51:39 +00:00
WindowBorder.cs Added WindowBorder enum. 2008-04-20 17:48:19 +00:00
WindowState.cs Fixed documentation and made WindowState.Normal the default. 2008-04-20 17:49:07 +00:00