Include freeglut header via <GL/freeglut.h> rather than "../include/GL/freeglut.h"
[freeglut] / src / freeglut_menu.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 StewartglutBitmapString and glutBitmapLength expect (unsigned...
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-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-10 Richard RauchModified the menus to refer to {border} rather than...
2003-11-08 Richard RauchA first pass over freeglut_menu.c to bring it in line...
2003-11-04 Richard RauchMultiple changes from John. Style issues, plus a bug...
2003-11-04 Richard RauchGot rid of the G_LOG_DOMAIN junk, per discussion on...
2003-10-31 Richard RauchEn masse removal of most (I think) of the remaining...
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-26 Richard RauchAdded John's text-positioning modification.
2003-10-11 Richard RauchCommitted two lines from John to help fix the menus...
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-06 Eric Sandallfreeglut_menu.c:328 Fix submenu triangle (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-27 J.C. JonesMajor overhaul to the menu system, by John Fay
2003-08-05 Christopher John... Using override_redirect instead of motif wm hints.
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...