Make it compile again with "-Wall -pedantic -Werror", redoing quite a
[freeglut] / src / freeglut_cursor.c
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-12-17 J.C. JonesSome assertion changes / removals from Dr. John Fay
2004-09-13 Brian Paulmore updates from John Fay
2004-09-13 Brian Paulsome function renaming, etc (John Fay)
2004-09-10 Brian Paulupdated comments from John Fay
2004-03-15 Daniel Wagneradded support for WindowsCE (building on top of klimt)
2004-03-14 Nigel StewartStripped out tabs and end-of-line whitespace
2004-03-08 Nigel StewartInclude freeglut header via <GL/freeglut.h> rather...
2003-12-30 Nigel StewartReplace assignment of array to struct with field-by...
2003-11-18 Christopher John... Lots of stuff that John F. Fay pointed out.
2003-11-14 Richard RauchAdded a brief explanatory note to the X code for GLUT_C...
2003-11-10 Richard RauchWell, a couple of days have gone by, so I assume that...
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-04 Richard RauchGot rid of the G_LOG_DOMAIN junk, per discussion on...
2003-10-31 Richard RauchLast of the hard TABs in the src/*.c files.
2003-10-29 Richard Rauch * Fixed a bug that I introduced in fgWarning()/fgError...
2003-10-28 Richard RauchRe-indentation style changes from John.
2003-10-13 Richard RauchRemoved the obsolete hack (or very ill-conceived dream...
2003-10-13 Richard RauchComment-cleaning sweep.
2003-10-12 Richard RauchAdded all missing GLUT cursor types for X11.
2003-06-23 Eric SandallChanged all references to the 'freeglut-1.3' directory...