Opentk/Source/OpenTK
2010-10-28 13:00:21 +00:00
..
Audio Marked int* overloads as non CLS-compliant. 2010-10-28 09:00:23 +00:00
Compute Disabled OpenCL bindings (#define EXPERIMENTAL in project options to re-enable). 2010-10-03 13:19:05 +00:00
Graphics Avoid using deprecated methods. 2010-10-28 09:00:36 +00:00
Input Modified GetState() to return the combined state for all mouse/keyboard devices. 2010-10-28 11:10:57 +00:00
Math Fixed issue [#2072]: "Box2 constructor bug". 2010-10-11 07:54:46 +00:00
Platform Do not modify device state during the GetState() call. Fixes intermittent crashes. 2010-10-28 13:00:21 +00:00
Properties All projects now read common AssemblyInfo items from GlobalAssemblyInfo.cs. The various AssemblyInfo.cs files now only contain project-specific information. Assembly versions are now controlled by Build.UpdateVersion. 2010-10-04 21:37:33 +00:00
AutoGeneratedAttribute.cs
BindingsBase.cs Renamed internal BindingsBase.LoadAll/Load methods to LoadEntryPoints/LoadEntryPoint, in order to avoid name clashes with the static GL.LoadAll() method. 2009-11-04 16:49:56 +00:00
BlittableValueType.cs Synced trunk with 1.0 branch. 2010-10-02 18:52:34 +00:00
Configuration.cs Synced trunk with 1.0 branch. 2009-11-16 18:45:41 +00:00
ContextHandle.cs
DisplayDevice.cs Always set the DisplayDevice.Bounds to a correct value. Fixes issue [#1339]: "DisplayDevice.Bounds not set". 2009-11-07 10:42:25 +00:00
DisplayResolution.cs Fixed spelling of hertz and fps. Fixes issue [#1333]: "Spelling of SI units in documentation and captions". Patch by iRBiS. 2009-11-06 16:46:28 +00:00
Exceptions.cs
FrameEventArgs.cs
GameWindow.cs Fixed potential race condition when raising events: an event might be modified to null after the null check and before being raised. 2010-10-28 09:37:57 +00:00
GameWindowFlags.cs
IGameWindow.cs
INativeWindow.cs * Source/OpenTK/NativeWindow.cs: 2010-10-18 15:25:25 +00:00
KeyPressEventArgs.cs
Minimal.cs
NativeWindow.cs Fixed potential race condition when raising events: an event might be modified to null after the null check and before being raised. 2010-10-28 09:37:57 +00:00
OpenTK.csproj Implemented raw keyboard input for Windows. Improved the interface for receiving input. Moved raw input window to its own thread. 2010-10-22 14:57:06 +00:00
OpenTK.dll.config Backported bugfixes from 1.0 branch. 2010-02-03 19:04:42 +00:00
Toolkit.cs
WindowBorder.cs
WindowState.cs