freeglut
2003-10-21 Christopher... Added --disable-replace-glut option to autoconf configure.
2003-10-15 J.C. JonesNoted the release of 2.0.0
2003-10-15 J.C. JonesVersion bump
2003-10-14 Richard RauchSwept the freeglut_font.c for comment cleanup:
2003-10-13 Richard RauchSmall bug-fix that's been on my mind:
2003-10-13 Richard RauchRemoved the obsolete hack (or very ill-conceived dream...
2003-10-13 Richard RauchCleaned up some of the style issues (mostly "fluff...
2003-10-13 Richard RauchComment-cleaning sweep.
2003-10-13 Richard RauchCleaned up the comments a bit in the callbacks.c file...
2003-10-12 Richard RauchAdded all missing GLUT cursor types for X11.
2003-10-11 Richard RauchThree tidying-up changes to the code of freeglut_callba...
2003-10-11 Richard RauchFixed a basic readability/style error in the code....
2003-10-11 Richard RauchAdded a safety-check on a memory allocation. (Timers...
2003-10-11 Richard RauchCommitted two lines from John to help fix the menus...
2003-10-11 Richard RauchCheck the glutDisplayFunc() callback for being a NULL...
2003-10-09 Richard RauchApplied John's updated ReadConfigFile() changes to...
2003-10-09 Richard RauchFixed:
2003-10-09 Richard RauchA few minor changes:
2003-10-08 Richard RauchChanged CreateNotify (in X11 ONLY) to act like a Config...
2003-10-08 Eric Sandallfreeglut_menu.c:217,519,532: Fix menus to stay in the...
2003-10-08 Richard RauchSeveral updates from John and myself.
2003-10-08 Richard RauchFixed a bug in the menu callback behavior. Menus were...
2003-10-06 Eric Sandallfreeglut_menu.c:328 Fix submenu triangle (John Fay)
2003-10-04 J.C. JonesTweaking for menu behavior in Linux regarding mouse...
2003-10-01 Richard RauchApplied a patch from "extraeme@netbsd.org" to add joyst...
2003-10-01 Richard RauchAdded support for more arbitrary number of mouse button...
2003-09-27 Christopher... Don't install the demos.
2003-09-26 J.C. JonesPackage the demos.dsw file.
2003-09-26 J.C. JonesDemos workspace for MSVC users
2003-09-24 Richard RauchCorrected a bug w.r.t. display and joystick events...
2003-09-23 Brian Pauladded needClear flag to take care of initial window...
2003-09-23 Richard RauchPer Nigel Stewart's comments, converted
2003-09-23 Richard RauchFixed:
2003-09-22 Richard RauchMoved the #include/#ifdef/#define stuff up to the top.
2003-09-22 Christopher... Fix to allow demos to compile before freeglut has been...
2003-09-22 J.C. JonesAdd an idle function to ensure that the screen gets...
2003-09-21 J.C. JonesNote the possible buffer overflow in window_title
2003-09-21 J.C. JonesFix the window title.
2003-09-21 J.C. JonesFix window title, and ensure that the random integer...
2003-09-20 J.C. JonesRichard Rauch's patch to ensure that freeglut does...
2003-09-20 J.C. JonesResolution for bug 809561 reported by Nigel Stewart...
2003-09-14 Christopher... Removed unused AC_PROG_RANLIB from configure.in
2003-09-14 J.C. JonesResolve bug 806008 -- let Microsoft's compiler know...
2003-09-13 J.C. JonesTaking care of keeping things mostly up-to-date
2003-09-13 J.C. JonesMost everything's been resolved for the 2.0.0 release.
2003-09-13 J.C. JonesThierry Thomas said that FreeBSD has no machine/joystic...
2003-09-13 J.C. JonesRemoved the incorrect relative path for including freeg...
2003-09-13 J.C. JonesMade all demos compile. Thanks to Thierry Thomas for...
2003-09-13 J.C. JonesNigel Stewart's joystick fix (for hopefully all platfor...
2003-09-13 J.C. JonesFix location of the include files from a fixed to relat...
2003-09-13 J.C. JonesAdd dos line endings. Fixes bug 805476
2003-09-10 Christopher... A minor fix to that last commit.
2003-09-10 Christopher... Removed some remaining glib depandancy.
2003-09-10 J.C. JonesRe-add catches for the case in which a menu callback...
2003-09-09 Christopher... More to fix a deinitialization related crash.
2003-09-09 Christopher... Fix for a deinitialization related crash.
2003-09-08 J.C. JonesMenus should deallocate better now - John Fay
2003-09-05 J.C. JonesAdd freeglut_static.dsp to the releases
2003-09-03 Christopher... Moved #ifdef for non XFree86 X11 compile.
2003-09-02 Christopher... Fix to stop fgSetWindow(NULL) crashing on X11.
2003-08-29 J.C. JonesThese change a bunch of assignments to calls to set...
2003-08-29 J.C. JonesAnother typecast bugfix from John Fay
2003-08-28 Christopher... Changed #ifdef to #if
2003-08-28 J.C. Joneschange the GLUT stroke function arguments from "const...
2003-08-28 J.C. JonesChanges stroke function arguments from "const char...
2003-08-28 Christopher... Removing files from old freeglut-1.3 directory.
2003-08-28 J.C. JonesCasting changes, John Fay
2003-08-27 J.C. JonesMajor overhaul to the menu system, by John Fay
2003-08-27 Christopher... Added double underscores to the header included macros.
2003-08-20 Christopher... Minor typo fix
2003-08-19 Christopher... Moving that "#if TARGET_HOST_UNIX_X11" to the correct...
2003-08-17 Christopher... Game mode fixes from Bernhard Kaindl and Eric Espie.
2003-08-05 Christopher... Using override_redirect instead of motif wm hints.
2003-08-05 Christopher... I suspect a lot of people will not have motif installed.
2003-08-05 Eric Sandall(98) src/Makefile.am:34 Added mwmborder.c
2003-08-05 Eric Sandallsrc/freeglut_main.c:816 and :1571, set the current...
2003-08-04 Christopher... Added X11 code for glutGet(GLUT_WINDOW_BORDER_WIDTH...
2003-08-04 Christopher... Replacing glutGet(GLUT_WINDOW_X) and glutGet(GLUT_WINDO...
2003-08-04 J.C. JonesKeep the X11 decoration-zapping code confined to X11...
2003-08-04 J.C. JonesMenus' decorations are removed on Linux. Not sure if...
2003-08-03 Christopher... Got rid of configure warnings when using a newer autoconf
2003-08-02 Christopher... Putting stuff back that was undone with the menu code...
2003-08-02 J.C. JonesMajor menu changes (they appear in their own window...
2003-08-01 Christopher... Added autoconf detection for the xf86 vid mode extentions.
2003-08-01 Eric Sandallsrc/freeglut_window.c:551 Removed extra carriage retur...
2003-08-01 Eric SandallCredit Dave Reed for fix
2003-08-01 Eric Sandallsrc/freeglut_initial.c:91 Added check for SOLARIS OS
2003-07-23 Christopher... This should put an end to the font binary compatibility...
2003-07-23 Eric Sandallsrc/freeglut_window.c Windowing fixes from John F.
2003-07-23 Eric Sandalldoc/Makefile.am:4 Removed trailing backslash and added...
2003-07-23 Brian Paulno change, testing CVS
2003-07-22 Brian Paulno change, just testing CVS
2003-07-22 Eric Sandallfreeglut.lsm:3 Removed 'beta' label for next release...
2003-07-21 Christopher... The version info had the revision and the age transposed.
2003-07-21 Eric Sandallsrc/Makefile.am:38 Changed versioning to 11:0:8 thanks...
2003-07-17 Eric SandallApplied John F. Fay's fixes to freeglut.dsp and freeglu...
2003-07-17 Eric SandallChanged the overlay (freeglut_state.c:662) to return...
2003-07-12 Andreas Umbachrenamed freeglut library to glut, bumped version info...
2003-07-12 Andreas Umbachbumped version number to 2.0.0
2003-07-12 Andreas Umbachchanges for make dist
next