Adding header files to the "freeglut" projects per e-mail from Paul Martz dated 1...
[freeglut] / src / freeglut_init.c
2012-01-09 John F. FayAdding further comments to the removal of the "atexit...
2011-12-20 John F. FayLeave game mode on "deinitialization" if we entered...
2011-12-20 John F. FayFixing the "fgDeinitialize" call properly per e-mail...
2011-12-17 John F. FayRemoving the "atexit ( fgDeinitialize )" call from...
2011-12-14 John F. FayFixing a memory leak in the "fgHintPresent" function...
2011-06-10 John F. FayFixing a null argument to 'strdup' per e-mail from...
2011-05-27 John F. FayAdding "MouseWheelTicks" to the "fgState" structure...
2011-03-16 John F. FayImplementing John Tsiombikas' game mode patch per e...
2011-03-14 John F. FayFixing a bug which set the "ErrorFunc" field in the...
2010-11-20 John F. FayFixing typo in a comment per e-mail from Arvin Schnell...
2010-11-01 John F. FayAddressing feature request 2116152 -- adding an fgError...
2010-01-30 John F. FayAdding a more comprehensive warning message if "CreateD...
2010-01-29 John F. FayImplementing Windows multiple-display patch per e-mail...
2009-12-13 John F. FayHaving the library poll joysticks only if there is...
2009-12-02 John F. FaySee e-mail from Martin Payne dated 11/30/09 at 5:51...
2009-11-03 John F. FayProtecting "errno" in case it is not defined per e...
2009-08-10 Sven PanneAdded support for sRGB framebuffers via the GLX_ARB_fra...
2009-07-23 Sven PanneUnbreak the build for non-Windows platforms, fixing...
2009-07-10 John F. FayMaking the "AT_EXIT" hack look a bit less like a copy...
2009-05-22 Sven PanneAdded the ugly ATEXIT_HACK from GLUT 3.7, making freegl...
2009-03-26 Sven PanneUnbreak the build: C++ style comments are not allowed...
2009-03-17 John F. FayRemoving some build warnings from deprecated functions...
2009-03-16 Sven PanneSet the default number of samples per pixel to 4 and...
2008-11-02 Sven PanneAdded OpenGL 3.0 context creation API entries
2007-12-02 John F. FayAdding "glutFullScreenToggle" for X11 -- still needs...
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...