From f7d88c5252acd36dfe9d0fe72b42443dbe25a72c Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Thu, 24 Jan 2008 13:07:51 +0000 Subject: [PATCH] Updated with fullscreen support. --- Documentation/Changelog.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/Changelog.txt b/Documentation/Changelog.txt index a702afa8..45c5b6cc 100644 --- a/Documentation/Changelog.txt +++ b/Documentation/Changelog.txt @@ -14,9 +14,13 @@ OpenTK 0.9.0 -> 0.9.1 + Graphics + Fixed Glu tessellation. + Refactored/updated DisplayMode and ColorMode. Added docs, fixed a few problematic corner cases. Width/Height are no longer available in DisplayMode. - + Added DisplayDevice class, to enumerate available display devices (i.e. monitors). + + Added DisplayDevice class, to enumerate available display devices (i.e. monitors) and switch resolutions. + + Added DisplayResolution class, to hold resolution information. + Audio + Added AudioContext class. + + GameWindow + + Implemented Fullscreen property. + + Implemented Visible property. + Examples + Added GluTessellator example.