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 |
|
the_fiddler
|
62fee03192
|
* Rectangle.cs: Fixed ToString formatting code.
|
2009-11-06 10:04:32 +00:00 |
|
the_fiddler
|
c09c21dc64
|
Cleaned up a large number of documentation issues.
|
2009-11-04 20:48:02 +00:00 |
|
the_fiddler
|
6770e171ed
|
Enabled System.Drawing.Point/Size/Rectangle replacements.
|
2009-11-04 19:10:32 +00:00 |
|
the_fiddler
|
600f657b70
|
Improved interoperation with System.Drawing with new addition, subtraction and implicit conversion operators, as well as additional method overloads.
Only expose fields through public properties to allow for parameter validation.
|
2009-11-02 07:20:59 +00:00 |
|
the_fiddler
|
ff572e83b7
|
Added experimental OpenTK.Point/Size/Rectangle alternatives to System.Drawing, to make OpenTK usable without referencing System.Drawing (disabled by default, #define EXPERIMENTAL to test). Modified a number of using directives and namespace qualifiers to accommodate this change.
|
2009-11-01 12:44:38 +00:00 |
|