Superficial cleanup of the code. Mostly taking lines such as:
[freeglut] / src / freeglut_main.c
2003-10-26 Richard RauchSuperficial cleanup of the code. Mostly taking lines...
2003-10-26 Richard RauchFixed the buglet about failing to report the program...
2003-10-08 Richard RauchChanged CreateNotify (in X11 ONLY) to act like a Config...
2003-10-08 Richard RauchFixed a bug in the menu callback behavior. Menus were...
2003-10-04 J.C. JonesTweaking for menu behavior in Linux regarding mouse...
2003-10-01 Richard RauchAdded support for more arbitrary number of mouse button...
2003-09-24 Richard RauchCorrected a bug w.r.t. display and joystick events...
2003-09-23 Richard RauchFixed:
2003-09-22 Richard RauchMoved the #include/#ifdef/#define stuff up to the top.
2003-09-20 J.C. JonesRichard Rauch's patch to ensure that freeglut does...
2003-09-13 J.C. JonesNigel Stewart's joystick fix (for hopefully all platfor...
2003-09-10 J.C. JonesRe-add catches for the case in which a menu callback...
2003-09-09 Christopher John... More to fix a deinitialization related crash.
2003-09-08 J.C. JonesMenus should deallocate better now - John Fay
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 J.C. JonesCasting changes, John Fay
2003-08-27 J.C. JonesMajor overhaul to the menu system, by John Fay
2003-08-05 Eric Sandallsrc/freeglut_main.c:816 and :1571, set the current...
2003-08-02 J.C. JonesMajor menu changes (they appear in their own window...
2003-07-07 Christopher John... glutMainLoopEvent() was not closing windows properly.
2003-07-02 Christopher John... It was crashing on and event for a unknown window.
2003-06-27 Brian PaulXF86 game mode fixes, context sharing option. (John...
2003-06-23 Eric SandallChanged all references to the 'freeglut-1.3' directory...