X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=d1f9b77abb90625c2ba64a3a1aaaa4a8635185bf;hb=6af9cb78643b6b461c8886cb1ec6f935c8107429;hp=d81b5867a737f73a921decc473fb170311807298;hpb=1a7b5b7702bcc093a613b02be7af4720f2618c79;p=freeglut diff --git a/ChangeLog b/ChangeLog index d81b586..d1f9b77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -283,7 +283,7 @@ October 24, 2002: fghChangeDisplayMode(): remove superflous attempt to change ViewPort glutEnterGameMode(): move special XMoveWindow() from generic code here glutEnterGameMode(): call XSync() to avoid races with XPointer calls - glutEnterGameMode(): call to XWrapPointer() to ensure that the pointer is grabbed + glutEnterGameMode(): call to XWarpPointer() to ensure that the pointer is grabbed glutEnterGameMode(): wait until window is viewable to avoid exit on XSetInputFocus glutEnterGameMode(): move decorations away to fix fullscreen w/ max resolution @@ -293,3 +293,57 @@ October 24, 2002: src/freeglut_window.c: fgOpenWindow(): remove obsolete special case for GameModeEnter() +******************************************************************************************* +* Changes up to September 12, 2003 +******************************************************************************************* + +(101) Include files: Underscores added to the defined constants which prevent multiple inclusions + +(102) String functions: Arguments changed from "char *" to "unsigned char *" for compatibility with GLUT + +(103) Added several explicit type casts to allow compilation with "Dev C++" compiler + +(104) Quite a bit of debugging of the menus in their menu windows + +(105) Removed "glib" dependency from joystick code; now it compiles under FreeBSD + +(106) Removed the "fgCleanUpGlutsMess" function because it was redundant + + +******************************************************************************************* +* Changes on September 13, 2003 +******************************************************************************************* + +(107) Repaired DOS line endings in the MSVC project and workspace files + +(108) Fixed some relative paths in the MSVC demo project files + +(109) Fixed all the demo makefiles to ensure they compiled properly; included minor changes to some of the sources. + +(110) Fixed compiliation of freeglut_joystick.c on FreeBSD + +******************************************************************************************* +* Freeglut 2.0.0 Released on September 29, 2003! +******************************************************************************************* + +******************************************************************************************* +* Changes on October 3, 2003 +******************************************************************************************* + +(110) Tweaking for the menu behavior on Linux regarding mice, etc. - John Fay + +******************************************************************************************* +* Changes on October 6, 2003 +******************************************************************************************* + +(111) freeglut_menu.c:328 Fix submenu triangle (John Fay) + +******************************************************************************************* +* Changes on October 8, 2003 +******************************************************************************************* + +(112) freeglut_menu.c:217,519,532: Fix menus to stay in the window (John Fay) + +******************************************************************************************* +* Freeglut 2.0.1 Released on 23 October, 2003! +*******************************************************************************************