From 401cff32400dfdf444783437b62476135c268209 Mon Sep 17 00:00:00 2001 From: rkrolib Date: Sat, 7 Feb 2004 11:36:39 +0000 Subject: [PATCH] Added entries for the joystick updates and the offscreen experimental support. git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@455 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/freeglut/freeglut/ChangeLog b/freeglut/freeglut/ChangeLog index fc0ffc7..dfd009c 100644 --- a/freeglut/freeglut/ChangeLog +++ b/freeglut/freeglut/ChangeLog @@ -665,3 +665,24 @@ packaged with distributions ******************************************************************************************* * Freeglut 2.2.0 Released on December 12, 2003! ******************************************************************************************* + + +*************************************************************************** +* Changes on Februrary 5, 2004. +*************************************************************************** + +(182) With permission from Steve Baker, John Fay imported the latest joystick +code from PLIB into freeglut. This is expected to provide better support +joysticks such as USB joysticks. However, it is largely untested beyond +compiling, and likely will require some debugging. + + +*************************************************************************** +* Changes on Februrary 7, 2004. +*************************************************************************** + +(183) Richard Rauch added experimental support for a new feature: +GLUT_OFFSCREEN as a rendering mode (as proposed by Nigel Stewart). +The intent is that you specify GLUT_OFFSCREEN as a GLUT display mode, +and then open a "window" much as you would a regular top-level window. +Only UNIX_X11 is supprted at this point, for lack of knowledge.