Replace #ifdef WIN32 with #ifdef TARGET_HOST_WIN32, as per FreeGLUT convention
[freeglut] / src /
2003-10-31 Richard RauchLast of the hard TABs in the src/*.c files.
2003-10-31 Richard RauchEn masse removal of most (I think) of the remaining...
2003-10-31 Richard RauchPicked up some stray TABs scattered in this file.
2003-10-31 Richard RauchNoted by XXX comments that the XFlush() calls probably...
2003-10-31 Richard RauchPolished off the say-nothing-new comments and lines...
2003-10-31 Richard RauchMissed a few say-nothing-new comments in fgOpenWindow().
2003-10-31 Richard RauchCleansed fgCloseWindow():
2003-10-31 Richard RauchCleaned up fgOpenWindow():
2003-10-31 Richard RauchCleanup to fgSetWindow(). The usual suspects:
2003-10-31 Richard RauchCleanup to fgSetupixelFormat(). Should be no functiona...
2003-10-31 Richard RauchThere should be no changes to code functionality, thoug...
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-30 Richard RauchForgot to set {direction} explicitly to +/- 1 for freeg...
2003-10-30 Richard RauchMinor fix to allow for multiple ticks to be received...
2003-10-30 Richard RauchGrrr. My attempt to commit got aborted, and the commit...
2003-10-29 Christopher John... There is a problem with the way I did glutFullscreen...
2003-10-29 Christopher John... Rewrote glutFullscreen().
2003-10-29 Richard RauchShould be no real changes to the code function.
2003-10-29 Richard RauchShould be entirely superficial changes to code style:
2003-10-29 Richard RauchAdded Thierry's change to include sys/param.h. This...
2003-10-29 Richard RauchDeleted some say-nothing-new comments.
2003-10-29 Richard RauchDeleted a bunch of say-nothing-new comments. Someday...
2003-10-29 Richard RauchPrevious changes were made without the freeglut major...
2003-10-29 Richard RauchRewrote the TODO BEFORE THE STABLE RELEASE comment...
2003-10-29 Richard RauchGot the last of the say-nothing-new comments in freeglu...
2003-10-29 Richard Rauch * Fixed a bug that I introduced in fgWarning()/fgError...
2003-10-28 Richard RauchCommit, mostly of work from John:
2003-10-28 Richard RauchRe-indentation style changes from John.
2003-10-27 Richard RauchConverted a few "x != NULL" tests to "x" for clarity.
2003-10-27 Richard RauchCleaned up a little redundancy in a comment on the...
2003-10-27 Richard RauchRemoved about 90 lines of say-nothing-new comments.
2003-10-27 Richard RauchPropogated a pointer-check from menu-attach to menu...
2003-10-27 Richard RauchCosmetic changes (mostly deleted a few more say-nothing...
2003-10-27 Richard RauchChanged an "#elif TARGET_HOST_UNIX_X11" to "#else"...
2003-10-27 Richard RauchMinor modifications to the menus:
2003-10-27 Richard RauchCleaned up glutMainLoop() a bit:
2003-10-27 Richard RauchPartially (re-?)unified some of the glutMainLoopEvent...
2003-10-26 Richard RauchMoved the idle callback out of glutMainLoopEvent()...
2003-10-26 Richard RauchAdded John's text-positioning modification.
2003-10-26 Richard RauchCommitted change from Nigel to fix the joystick bug...
2003-10-26 Richard RauchSuperficial cleanup of the code. Mostly taking lines...
2003-10-26 Richard RauchAdded some error-checking (particularly w.r.t. strdup()).
2003-10-26 Richard RauchRemoved two more bogus "carriage return" references...
2003-10-26 Richard RauchFixed the buglet about failing to report the program...
2003-10-21 Christopher John... Added --disable-replace-glut option to autoconf configure.
2003-10-14 Richard RauchSwept the freeglut_font.c for comment cleanup:
2003-10-13 Richard RauchRemoved the obsolete hack (or very ill-conceived dream...
2003-10-13 Richard RauchCleaned up some of the style issues (mostly "fluff...
2003-10-13 Richard RauchComment-cleaning sweep.
2003-10-13 Richard RauchCleaned up the comments a bit in the callbacks.c file...
2003-10-12 Richard RauchAdded all missing GLUT cursor types for X11.
2003-10-11 Richard RauchThree tidying-up changes to the code of freeglut_callba...
2003-10-11 Richard RauchFixed a basic readability/style error in the code....
2003-10-11 Richard RauchAdded a safety-check on a memory allocation. (Timers...
2003-10-11 Richard RauchCommitted two lines from John to help fix the menus...
2003-10-11 Richard RauchCheck the glutDisplayFunc() callback for being a NULL...
2003-10-08 Richard RauchChanged CreateNotify (in X11 ONLY) to act like a Config...
2003-10-08 Eric Sandallfreeglut_menu.c:217,519,532: Fix menus to stay in the...
2003-10-08 Richard RauchSeveral updates from John and myself.
2003-10-08 Richard RauchFixed a bug in the menu callback behavior. Menus were...
2003-10-06 Eric Sandallfreeglut_menu.c:328 Fix submenu triangle (John Fay)
2003-10-04 J.C. JonesTweaking for menu behavior in Linux regarding mouse...
2003-10-01 Richard RauchApplied a patch from "extraeme@netbsd.org" to add joyst...
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 RauchPer Nigel Stewart's comments, converted
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-20 J.C. JonesResolution for bug 809561 reported by Nigel Stewart...
2003-09-14 Christopher John... Removed unused AC_PROG_RANLIB from configure.in
2003-09-13 J.C. JonesThierry Thomas said that FreeBSD has no machine/joystic...
2003-09-13 J.C. JonesNigel Stewart's joystick fix (for hopefully all platfor...
2003-09-10 Christopher John... A minor fix to that last commit.
2003-09-10 Christopher John... Removed some remaining glib depandancy.
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-09 Christopher John... Fix for a deinitialization related crash.
2003-09-08 J.C. JonesMenus should deallocate better now - John Fay
2003-09-03 Christopher John... Moved #ifdef for non XFree86 X11 compile.
2003-09-02 Christopher John... Fix to stop fgSetWindow(NULL) crashing on X11.
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 Christopher John... Changed #ifdef to #if
2003-08-28 J.C. Joneschange the GLUT stroke function arguments from "const...
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-20 Christopher John... Minor typo fix
2003-08-19 Christopher John... Moving that "#if TARGET_HOST_UNIX_X11" to the correct...
2003-08-17 Christopher John... Game mode fixes from Bernhard Kaindl and Eric Espie.
2003-08-05 Christopher John... Using override_redirect instead of motif wm hints.
2003-08-05 Christopher John... I suspect a lot of people will not have motif installed.
2003-08-05 Eric Sandall(98) src/Makefile.am:34 Added mwmborder.c
2003-08-05 Eric Sandallsrc/freeglut_main.c:816 and :1571, set the current...
2003-08-04 Christopher John... Added X11 code for glutGet(GLUT_WINDOW_BORDER_WIDTH...
2003-08-04 Christopher John... Replacing glutGet(GLUT_WINDOW_X) and glutGet(GLUT_WINDO...
2003-08-04 J.C. JonesKeep the X11 decoration-zapping code confined to X11...
2003-08-04 J.C. JonesMenus' decorations are removed on Linux. Not sure if...
2003-08-02 Christopher John... Putting stuff back that was undone with the menu code...
next