Implementing Jocelyn Frechot's changes -- see e-mail of Thursday, 11/8/2007 9:12 AM.
[freeglut] / src / freeglut_init.c
2007-11-12 John F. FayImplementing Jocelyn Frechot's changes -- see e-mail...
2007-09-21 John F. FayRemoving compiler warnings in MSVC 2005 build
2007-09-21 John F. FayImplementing Larry Ramey's "glutExit" feature (see...
2006-09-24 Joe KrahnConverted Time counter to a uniform unsigned long it...
2006-09-21 John F. FayAdding temporary fix to "glutInitDisplayString" to...
2006-09-21 John F. FayJoe Krahn's changes to "TARGET_HOST" defined constants
2005-07-06 Sven PanneX11 only: Destroy the global menu rendering context...
2005-07-02 Sven PanneHandle modifiers in MotionNotify events, too. This...
2005-06-22 John F. FayJoe Krahn\'s input (dials) device implementation.
2005-05-04 John F. FayMaking the \"key repeat\" initialization consistent...
2005-04-27 John F. FayFixing Bug Report [ 1160442 ] glutGet(GLUT_ELAPSED_TIME...
2005-02-15 Brian PaulAUX buffers for Windows (John Fay)
2005-02-11 Brian PaulAux color buffer support. Pass one of GLUT_AUX[1234...
2005-01-03 Sven PanneMoved '#include "config.h"' to freeglut_internal.h...
2005-01-03 Sven PanneMake it compile again with "-Wall -pedantic -Werror...
2005-01-03 J.C. JonesAdding initialization checking to all GLUT interface...
2005-01-01 Sven PanneMake "gcc -Wall -pedantic -Werror" happy.
2004-10-05 Brian Paulimproved comments and mouse coord adjustments (John...
2004-10-05 Brian Paulmore clean-ups, fixes from John Fay
2004-09-23 Brian Paulassorted updates from John Fay
2004-09-15 J.C. JonesFix to glutInit() command-line argument compaction...
2004-09-13 Brian Paulmore updates from John Fay
2004-09-13 Brian Paulsome function renaming, etc (John Fay)
2004-09-10 Brian Pauljoystick updates from John Fay
2004-09-10 Brian Paulupdated comments from John Fay
2004-05-12 J.C. JonesJohn Fay: Implement the modified logic of the direct...
2004-03-22 Daniel Wagnerremoved .cpp file (using LoadLibrary() instead)
2004-03-16 Daniel Wagnerreplaced all tabs with 4 spaces
2004-03-16 Nigel StewartWhitespace conversion - tabs to 4 spaces
2004-03-15 Daniel Wagneradded support for WindowsCE (building on top of klimt)
2004-03-14 Nigel StewartResolution of X11 key-repeat handling
2004-03-14 Nigel StewartStripped out tabs and end-of-line whitespace
2004-03-08 Nigel StewartignoreKeyRepeat mode in FreeGLUT is TRUE by default
2004-03-08 Nigel StewartInclude freeglut header via <GL/freeglut.h> rather...
2004-02-09 Richard RauchCommit of John's tidying-up of a comment, closing out...
2004-02-05 Richard RauchBig import of updated joystick code from PLIB, with...
2003-12-30 Nigel StewartfgState.FPSInterval is unsigned int (GLuint), environme...
2003-11-28 Christopher John... Timer optimizations.
2003-11-26 Richard RauchAdded change from Nigel to have resize events cause...
2003-11-21 Richard RauchNumerous style normalizations from John:
2003-11-18 Christopher John... Lots of stuff that John F. Fay pointed out.
2003-11-17 Christopher John... Fix spelling mistake in a variable name.
2003-11-16 Christopher John... Made Modifers variable global as per glut classic.
2003-11-16 Christopher John... Removed old unused glutInitDisplayString code.
2003-11-16 Christopher John... Use XParseGeometry for better geometry parsing.
2003-11-15 Christopher John... Removed the state variable BuildingAMenu.
2003-11-15 Christopher John... freeglut_assert_ready is going to have to go at some...
2003-11-15 Christopher John... Replace TRUE with GL_TRUE and FALSE with GL_FALSE where...
2003-11-15 Christopher John... Added a new state variable "Initalized".
2003-11-14 Richard RauchPlowed one more file this morning. Still just trivial...
2003-11-06 Richard RauchConverted the "Callbacks" structure (with named members...
2003-11-04 Richard RauchGot rid of the G_LOG_DOMAIN junk, per discussion on...
2003-11-03 Richard RauchFixed a memory leak (thanks for the correction, John!).
2003-10-31 Richard RauchEn masse removal of most (I think) of the remaining...
2003-10-26 Richard RauchAdded some error-checking (particularly w.r.t. strdup()).
2003-10-26 Richard RauchFixed the buglet about failing to report the program...
2003-09-23 Richard RauchPer Nigel Stewart's comments, converted
2003-08-28 Christopher John... Changed #ifdef to #if
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-02 J.C. JonesMajor menu changes (they appear in their own 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...