Moved GLUT_INIT_STATE to <GL/freeglut_ext.h>, it is not part of the
[freeglut] / src /
2005-10-06 John F. FayImplementing Stereo in Windows
2005-09-07 Sven PanneUse target-specific *_CPPFLAGS, not the deprecated...
2005-08-31 John F. FayAdding Open Watcom support
2005-07-14 Sven PanneNuked useless bit-fiddling, pointed out by John. I...
2005-07-14 Sven PanneSynched the DLL definitions with reality.
2005-07-14 Sven PanneFixed the GLUT_CURSOR_INHERIT logic once again...
2005-07-13 John F. FayFixing a cursor bug in \"GLUT_CURSOR_INHERIT\"
2005-07-13 Sven PanneAvoid gcc warnings for some joystick code (e.g. on...
2005-07-13 Sven PanneTiny cleanup only...
2005-07-13 Sven PanneSolaris doesn't have cfmakeraw, but it is only a conven...
2005-07-08 Sven PanneMade all the "glutJoystickXXX" functions part of the...
2005-07-08 Sven PanneMade a few global arrays "static", avoiding namespace...
2005-07-06 Sven PanneWe only have pending redisplay callbacks when the windo...
2005-07-06 Sven PanneRemoved redundant code.
2005-07-06 Sven PanneX11 only: Destroy the global menu rendering context...
2005-07-05 John F. FayImplementing the new menu context variable names in...
2005-07-05 John F. FayChanging a comment ... nothing big.
2005-07-05 Sven PanneX11 only: Free XVisualInfo structures when they are...
2005-07-05 Sven PanneTiny change to make grep's life easier: Rename the...
2005-07-02 Sven PanneHandle modifiers in MotionNotify events, too. This...
2005-07-02 Sven PannePartial fixes for bug #1218900 (freeglut-2.4.0 on FreeBSD).
2005-07-01 Sven PanneSome steps toward compilation under MinGW. Note that...
2005-07-01 Sven PanneFixed #ifdef for ChangeDisplaySettingsEx prototype.
2005-07-01 Sven PanneSilenced a signed/unsigned mismatched via a cast.
2005-07-01 Sven PanneMinGW is lacking a prototype for ChangeDisplaySettingsE...
2005-06-30 Sven PanneOoops, forgot to set the current window in the last...
2005-06-30 Sven PanneWhen a window is iconified, only an UnmapNotify is...
2005-06-30 Sven PanneCleaned up CreateNotify/ConfigureNotify handling.
2005-06-30 Sven PanneOoops, forgot to dump a few fields in some events...
2005-06-30 Sven PanneAdded --enable-debug configure flag. Currently it only...
2005-06-23 John F. FayNew file for Joe Krahn\'s dials input device
2005-06-22 John F. FayFixing a bug in the Sierpinski sponge code that made...
2005-06-22 John F. FayJoe Krahn\'s input (dials) device implementation.
2005-06-02 J.C. Jones2.4.0 Release Candiate 5
2005-05-26 John F. FayTakeshi Nishimura\'s changes to make the Windows mouse...
2005-05-26 J.C. JonesFix joysticks so they are polled by their timer correct...
2005-05-24 Sven PanneThe original glutEnterGameMode() returns the window...
2005-05-24 Sven PanneWhen switching to game mode under X11, no ConfigureNoti...
2005-05-22 Sven PanneGuarantee consistency of names/addresses in glutGetProc...
2005-05-19 Sven PanneFixed SF bug #1204256: Off-by-one error in X11 mode...
2005-05-19 Sven PanneFixed SF bug #1204261: Mini space leak when creating...
2005-05-18 John F. FayRemoving a C++ comment and simplifying the string handling
2005-05-17 John F. FayMisiek\'s changes to fix Game Mode--getting display...
2005-05-13 John F. FayRemoving two unused variables so this will compile...
2005-05-12 John F. FayTakeshi Nishimura\'s menu changes--menus should now...
2005-05-12 John F. FayTakeshi Nishimura\'s menu fixes
2005-05-06 Sven PanneNecessary compilation fixes for newer GCCs (e.g. 3...
2005-05-04 John F. FayChanging hard-coded constant (number of mouse buttons...
2005-05-04 John F. FayChanging the version number from 2.0 to 2.4.0 ... do...
2005-05-04 John F. FayRemoving an unused variable
2005-05-04 John F. FayAdding a comment on why \"freeglut\" differs from GLUT...
2005-05-04 John F. FayRemoving an unused function
2005-05-04 John F. FayMaking the \"key repeat\" initialization consistent...
2005-05-04 John F. FayUpdating the ChangeLog and TODO files in preparation...
2005-04-29 John F. FayAdding a \"TODO\" comment about dynamically allocating...
2005-04-28 John F. FayAdding Window Exit event handling to the Windows code...
2005-04-27 John F. FayFixing bug [ 1111218 ] fullscreen not working
2005-04-27 John F. FayFixing Bug Report [ 1160442 ] glutGet(GLUT_ELAPSED_TIME...
2005-04-26 John F. FayFixing the typecasts on the callback fetches and invoca...
2005-04-26 John F. FayFixing erroneous implementation of Takeshi\'s fix
2005-04-26 John F. FayChanging include path from relative to absolute to...
2005-04-22 John F. FayYuri D\'Elia\'s changes to get the virtual maximum...
2005-04-22 John F. FayYuri D\'Elia\'s changes to the game mode window
2005-04-22 John F. FayChange a hard-coded number to a defined constant and...
2005-04-22 John F. FayRemoving duplicate cursor code. This and the previous...
2005-04-22 John F. FayTrying again to change \"fgStructure.Window\" to \...
2005-04-15 John F. FayTesting!
2005-02-16 Brian Paulfixes for menus being attached to multiple buttons...
2005-02-16 Brian Pauladded error check (John Fay)
2005-02-15 Brian PaulAUX buffers for Windows (John Fay)
2005-02-11 Brian PaulAux color buffer support. Pass one of GLUT_AUX[1234...
2005-02-11 Brian PaulFix object/function pointer inconsistencies which are...
2005-01-23 Sven PanneStylistic change only (added "do { ... } while( 0 ...
2005-01-23 Sven PanneTesting for errno.h is overkill. :-)
2005-01-23 Sven PanneWindows platforms only: Merged some cursor-related...
2005-01-05 Sven PanneHopefully removed all damage done by commits without...
2005-01-05 Sven PanneReworked the X11 part of glutSetCursor, fixing bug...
2005-01-03 Sven PanneFixed part of bug #926883 (Video mode matching code...
2005-01-03 Sven Panne(234) Fixed part of bug #926883 (Video mode matching...
2005-01-03 Sven PanneFixed part of bug #926883 (Video mode matching code...
2005-01-03 Sven PanneImproved error message a bit when no suitable visual...
2005-01-03 Sven Panneautoconf'd vfprintf
2005-01-03 Sven PanneRemoved redundant #include
2005-01-03 Sven Panneautoconf'd <errno.h> handling and removed an unused...
2005-01-03 Sven Panneautoconf'd <limits.h> and <sys/param.h> handling, remov...
2005-01-03 Sven PanneCosmetics.
2005-01-03 Sven Panneautoconf'd <fcntl.h> and <sys/ioctl.h> handling
2005-01-03 Sven PanneImproved <sys/typed.h> / <unistd.h> handling as suggest...
2005-01-03 Sven PanneFixed <sys/time.h> / <time.h> handling as suggested...
2005-01-03 Sven PanneMoved '#include "config.h"' to freeglut_internal.h...
2005-01-03 Sven PanneMake it compile again with "-Wall -pedantic -Werror...
2005-01-03 J.C. JonesChanges remove duplicate menu code from "freeglut_windo...
2005-01-03 J.C. JonesAdding initialization checking to all GLUT interface...
2005-01-01 Sven PanneAdded missing files from "src" subdirectory to dist.
2005-01-01 Sven PanneMake "gcc -Wall -pedantic -Werror" happy.
2004-12-31 Sven PanneFixed first bug of #1064195 (two things when using...
2004-12-31 Sven PanneFixed bug #1040435 (glutBitmapString() bug).
2004-12-31 Sven PanneFixed bug #1045054 (KeyReleaseMask typo).
2004-12-31 Sven PanneFixed bug #1087642 (glutDeviceGet(GLUT_DEVICE_KEY_REPEA...
2004-12-31 Sven PanneFixed bug #1079530 (glutGetProcAddress and geometric...
next