From bf9ffa7d8cd8152b2cb30e29b0c0ce4ea2de21ef Mon Sep 17 00:00:00 2001 From: puggles Date: Sat, 13 Sep 2003 16:09:22 +0000 Subject: [PATCH] Most everything's been resolved for the 2.0.0 release. git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@190 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/TODO | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/freeglut/freeglut/TODO b/freeglut/freeglut/TODO index 4f0e565..9ff6800 100644 --- a/freeglut/freeglut/TODO +++ b/freeglut/freeglut/TODO @@ -4,19 +4,8 @@ Issues in Freeglut (so we don't forget): -Issues to Settle in 2.0.0: - -(A) We need a "configure" script. - -(B) We need to settle on MSVC workspace and project names for the static and dynamic "freeglut" libraries. - -(C) We need a "configure" script. - (D) I'd like to change the names of the Windows target directories from names like "Debug__Win32_freeglut_static" (or something like that) to names like "DebugStatic". -(E) We seem to have a problem with binary font compatibility. - - Issues that can Wait until 2.2.0: (1) In the Atlantis demo, under windows and with the task bar to the left of the screen, the GLUT window comes up in a position relative to the corner of the screen while the "freeglut" window comes up down and to the right of where it was the last time it was opened.