This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx-backup
/
Opentk
Watch
1
Star
0
Fork
You've already forked Opentk
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
e35f9d5374
Opentk
/
Source
History
the_fiddler
e35f9d5374
Disabled OpenTK.Point, Size and Rectangle structures that were meant to replace their System.Drawing implementations until the correct course of action can be determined. This change is too disruptive to existing applications, especially if they are also using Windows.Forms (see discussion here:
http://www.opentk.com/node/1348
).
2009-11-08 23:02:53 +00:00
..
Bind
Use new string(sbyte*) instead of Marshal.PtrToStringAnsi to increase performance when calling GetString to retrieve the list of available extensions.
2009-11-03 12:59:25 +00:00
Build
Removed System.Drawing dependency from QuickStart.
2009-11-04 21:22:41 +00:00
Compatibility
Qualify System.Drawing.Rectangle/Point/Size structs fully when necessary, to avoid namespace clash with OpenTK.Rectangle/Point/Size.
2009-11-02 09:37:18 +00:00
Converter
Updated version numbers in preparation for release.
2009-11-01 23:07:38 +00:00
Examples
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
GLControl
MacOS may have an X server installed. Prefers the native Carbon/Quartz platform driver over X in this case (same issue as rev. 2465).
2009-11-06 18:51:06 +00:00
OpenTK
Disabled OpenTK.Point, Size and Rectangle structures that were meant to replace their System.Drawing implementations until the correct course of action can be determined. This change is too disruptive to existing applications, especially if they are also using Windows.Forms (see discussion here:
http://www.opentk.com/node/1348
).
2009-11-08 23:02:53 +00:00
QuickStart
Removed System.Drawing dependency from QuickStart.
2009-11-04 21:22:41 +00:00