Opentk/Source/OpenTK
the_fiddler f127ddf031 Use StringBuilder.Capacity to specify the available buffer size in OpenGL interop (StringBuilder.Length is invalid in this case).
Added workaround for Mono 1.9.1 issue, where StringBuilder return truncated results when used in interop. Doubling the StringBuilder capacity fixes this issue.
2009-10-21 17:26:07 +00:00
..
Audio * AudioCapture.cs: Fixed documentation warning. 2009-10-07 11:21:18 +00:00
Compute Added distinct /overrides/add and /overrides/replace elements. 2009-10-17 21:49:35 +00:00
Graphics Use StringBuilder.Capacity to specify the available buffer size in OpenGL interop (StringBuilder.Length is invalid in this case). 2009-10-21 17:26:07 +00:00
Input Modified MouseDevice events to follow the class library design guidelines. 2009-09-04 23:13:24 +00:00
Math Corrected documentation on the M42 property. Fixes issue [#1227]: "Matrix4.M42 documentation". 2009-10-14 18:30:12 +00:00
Platform Avoid accessing OpenTK.Graphics.OpenGL from platform-specific code. Reduces coupling and code-duplication. 2009-10-21 10:16:32 +00:00
Properties Bumped version number. 2009-10-06 08:53:11 +00:00
AutoGeneratedAttribute.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
BindingsBase.cs * BindingsBase.cs: 2009-10-07 10:52:48 +00:00
BlittableValueType.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
Configuration.cs * Source/Build/Properties/AssemblyInfo.cs: 2009-09-04 10:34:18 +00:00
ContextHandle.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
DisplayDevice.cs Fixed XML documentation warnings. 2009-09-04 23:16:43 +00:00
DisplayResolution.cs Fixed a large number of documentation warnings. 2009-09-04 21:44:39 +00:00
Exceptions.cs Fixed a large amount of documentation warnings. 2009-06-04 11:22:20 +00:00
FrameEventArgs.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
GameWindow.cs OnLoad/OnUnload should be protected, not public, to conform with the class library design guidelines. This issue was supposed to be fixed in 0.9.9-2, but was apparently overlooked. 2009-10-21 13:33:00 +00:00
GameWindowFlags.cs Fixed license header. 2009-07-18 08:24:45 +00:00
IGameWindow.cs Marked IGameWindow as public. 2009-09-26 21:34:19 +00:00
INativeWindow.cs Implemented icon support. 2009-10-18 16:52:07 +00:00
KeyPressEventArgs.cs Made KeyChar property setter internal instead of private. Useful for reusing KeyPressEventArgs structures (instead of allocating a new one on each and every character event). 2009-09-26 21:55:23 +00:00
NativeWindow.cs Implemented icon support. 2009-10-18 16:52:07 +00:00
OpenTK.dll.config Added dllmap for OpenCL on Linux. 2009-10-19 17:53:59 +00:00
WindowBorder.cs Revert WindowBorder and WindowState value changes. 2009-10-19 21:32:33 +00:00
WindowState.cs Revert WindowBorder and WindowState value changes. 2009-10-19 21:32:33 +00:00