Explicitly cast function pointer to (void *) in SET_WCB since all callbacks stored...
[freeglut] / src /
2003-12-30 Nigel StewartExplicitly cast function pointer to (void *) in SET_WCB...
2003-12-30 Nigel StewartTypesafe handling of temporary window destroy callback
2003-12-30 Nigel StewartThree supported win32 compilation environments: MSVC...
2003-12-30 Nigel Stewartstrlen expects (char *), rather than (unsigned char *)
2003-12-30 Nigel StewartReplace assignment of array to struct with field-by...
2003-12-30 Nigel StewartglutBitmapString and glutBitmapLength expect (unsigned...
2003-12-30 Nigel StewartReplace #ifdef WIN32 with #ifdef TARGET_HOST_WIN32...
2003-12-30 Nigel StewartfgState.FPSInterval is unsigned int (GLuint), environme...
2003-12-30 Nigel StewartOpenGL context is not made current on Win32 until fgSet...
2003-12-30 Nigel Stewart#pragma message is only understood my MS compiler
2003-12-30 Nigel StewartResolve bug 864978 - GLUT_OWNS_JOYSTICK unhandled
2003-12-30 Nigel StewartTidy nested if/else to suppress gcc -Wall -pedantic...
2003-12-23 Richard RauchMoved the window-resize code so that it happens wheneve...
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 RauchOoops, left some cruft in a comment in the header when...
2003-12-19 Richard RauchWrote SET_WCB() to set a window callback. This lets...
2003-12-11 Richard RauchStripped out TABs that got reintroduced.
2003-12-11 Christopher John... The deferred window destruction code was destroying...
2003-12-11 J.C. JonesNigel Stewart's Win32 window-sizing fix for game mode
2003-12-11 J.C. JonesUpdate to reflect 2.2.0 release
2003-12-11 Richard RauchJohn correctly observed that the initialization {OldHei...
2003-12-10 Richard RauchCommit of John's change to stop an infinite-loop condit...
2003-12-03 Richard RauchTouched up several comments, pointing up things that...
2003-12-03 Richard RauchHrm. I misunderstood the purpose of {window->State...
2003-12-02 Richard RauchChanged Create/ConfigureNotify handling in UNIX_X11:
2003-12-02 Richard RauchAdded an "XXX" earmark for post-release contemplation...
2003-12-02 Richard RauchEnsure that the time-out for sleeping is never negative.
2003-12-02 Richard RauchFixed a bug for UNIX_X11 where window reshape events...
2003-12-01 Christopher John... Added missing prototype for new list function.
2003-11-28 Christopher John... Timer optimizations.
2003-11-28 Christopher John... Timer optimizations.
2003-11-28 Christopher John... Fixed windows compilation problem with last update.
2003-11-27 Christopher John... Window close fix.
2003-11-26 Richard RauchAdded change from Nigel to have resize events cause...
2003-11-25 Richard RauchJohn reported, and fixed, a problem that recent changes...
2003-11-25 Richard RauchUpdate from John: Removed the freeglut hack of decremen...
2003-11-25 Richard RauchCommit of work from Nigel:
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-21 Richard RauchAll changes are from John, except for:
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 Richard RauchNormalized the spacing around symbols, for the most...
2003-11-15 Christopher John... Added a call to fgDeinitialize() before the call to...
2003-11-15 Richard RauchStyle normalizations to the joystick code.
2003-11-15 Christopher John... Added a new state variable "Initalized".
2003-11-14 Richard RauchNormalized the internal header's style a bit.
2003-11-14 Richard RauchPlowed one more file this morning. Still just trivial...
2003-11-14 Richard RauchYet more trivial style normalizations.
2003-11-14 Richard RauchMinor style corrections.
2003-11-14 Richard RauchMinor spacing quibble.
2003-11-14 Richard RauchAdded a brief explanatory note to the X code for GLUT_C...
2003-11-14 Richard RauchNoted one of a few cases where we do something immediat...
2003-11-11 Richard RauchRemoval of all remaining TABs in the freeglut *.[ch...
2003-11-11 Richard RauchCorrected the numbering of the ChangeLog (there were...
2003-11-10 Richard RauchJohn's fix for the minimize/close/maximize controls...
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-10 Richard RauchModified the menus to refer to {border} rather than...
2003-11-10 Richard RauchWell, a couple of days have gone by, so I assume that...
2003-11-08 Richard RauchA first pass over freeglut_menu.c to bring it in line...
2003-11-07 Richard RauchFrom John:
2003-11-07 Richard RauchStripped out the now truly extraneous {braces} in such...
2003-11-07 Richard RauchAdopted Eero Pajarre's suggestion of using a do { ...
2003-11-07 Richard RauchPure code janitoring: Shuffled the order of some of...
2003-11-07 Richard RauchCombined EnterNotify and LeaveNotify event processing...
2003-11-07 Richard RauchAdded ReparentNotify case to UNIX_X11 event loop, to...
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-07 Richard RauchStyle normalization; removal of say-nothing-useful...
2003-11-07 Richard RauchNormalized the style of freeglut_font.c No substantial...
2003-11-07 Richard RauchSomewhat normalized the style of this file.
2003-11-07 Richard RauchFurther normalization of the code's style. No substant...
2003-11-07 Richard RauchSplit one last overlong line in freeglut_cursor.c.
2003-11-07 Richard RauchAdded GLUT_CURSOR_NONE support in UNIX_X11 (well, NetBS...
2003-11-07 Richard RauchFurther normalized the style of the cursor code.
2003-11-07 Richard RauchSlight style improvements. Two rules of thumb that...
2003-11-07 Richard RauchGrr. Forgot to enable the "freeglut" C programming...
2003-11-07 Richard RauchMinor corrections to the UNIX_X11 mouse-wheel support...
2003-11-06 Richard RauchOoops. I screwed up on part of John's fixes. Sorry.
2003-11-06 Richard RauchCleanup pass after committing callback conversion ...
2003-11-06 Richard RauchConverted the "Callbacks" structure (with named members...
2003-11-06 Richard RauchFrom John, a couple of lines needed to be changed to...
2003-11-04 Richard RauchMultiple changes from John. Style issues, plus a bug...
2003-11-04 Richard RauchSome changes, mostly from John. Mostly style changes.
2003-11-04 Richard RauchGot rid of the G_LOG_DOMAIN junk, per discussion on...
2003-11-04 Richard RauchMinor formatting quibbles. (The brain isn't up to...
2003-11-04 Richard RauchMissed a block where one level was 2-space indented.
2003-11-03 Richard RauchFixed a memory leak (thanks for the correction, John!).
2003-11-03 Richard Rauch * Indentation issues.
2003-11-03 Richard RauchHeh.
next