Include freeglut header via <GL/freeglut.h> rather than "../include/GL/freeglut.h"
[freeglut] / src / freeglut_structure.c
2004-03-08 Nigel StewartInclude freeglut header via <GL/freeglut.h> rather...
2003-12-30 Richard RauchSplit a few overlong lines.
2003-12-30 Nigel StewartTypesafe handling of temporary window destroy callback
2003-12-22 Richard RauchGot rid of those int/ptr warnings on AMD64. (The code was
2003-12-22 Richard RauchSeveral test-on-assignment cases have been converted...
2003-12-19 Richard RauchWrote SET_WCB() to set a window callback. This lets...
2003-12-11 Christopher John... The deferred window destruction code was destroying...
2003-12-11 Richard RauchJohn correctly observed that the initialization {OldHei...
2003-11-28 Christopher John... Timer optimizations.
2003-11-27 Christopher John... Window close fix.
2003-11-25 Richard RauchUpdate from John: Removed the freeglut hack of decremen...
2003-11-25 Richard RauchMore work from John (sorry for procrastinating):
2003-11-25 Richard RauchChange from John (I removed a couple of spaces from...
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-15 Christopher John... Removed the state variable BuildingAMenu.
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-11 Richard RauchCorrected the numbering of the ChangeLog (there were...
2003-11-10 Richard RauchHm. I thought that I already hit this file for style...
2003-11-10 Richard RauchOoops. Forgot that we already had a call to fgClearCal...
2003-11-10 Richard RauchAdded Nigel's suggested code to clear all but the destr...
2003-11-07 Richard RauchOh well, I might as well add the call to clear callback...
2003-11-07 Richard RauchAdded fgInitCallBacks() to freeglut_structure.c. ...
2003-11-06 Richard RauchCleanup pass after committing callback conversion ...
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 Rauch * Indentation issues.
2003-10-30 Richard RauchFinished off most of the issues with freeglut_structure...
2003-10-30 Richard RauchEliminated most of the say-nothing-new comments.
2003-10-04 J.C. JonesTweaking for menu behavior in Linux regarding mouse...
2003-09-09 Christopher John... Fix for 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-28 J.C. JonesCasting changes, John Fay
2003-08-02 J.C. JonesMajor menu changes (they appear in their own window...
2003-06-23 Eric SandallChanged all references to the 'freeglut-1.3' directory...