freeglut
2008-11-02 Sven PanneAdded OpenGL 3.0 context creation API entries
2008-11-02 Sven PanneRefactored GLX context creation into a single function...
2008-11-02 Sven PanneMake a wgl/glXGetProcAddress abstraction available...
2008-11-02 Sven PanneDo not depend on GLU, it will vanish in the future...
2008-11-02 Sven PanneRemoved superfluous #includes.
2008-11-02 Sven PanneFix for bug #1709675 ("probably not be so ISO-conforman...
2008-11-02 Sven PanneAdded AM_PROG_CC_C_O to configure.ac, removing a warnin...
2008-07-21 John F. FayImplementing a patch from Jocelyn Frechot (thank you...
2008-07-10 John F. FayAdding "glutExit" to the functions in "fghGetProcAddres...
2008-04-05 John F. FayAdding "SC_MONITORPOWER" and other new options to the...
2007-12-02 John F. FayAdding "glutFullScreenToggle" for X11 -- still needs...
2007-12-01 John F. FayFixing the window position for asynchronous X11 impleme...
2007-11-26 John F. FayMaking a demo program that uses "glutMainLoopEvent"
2007-11-12 John F. FayImplementing Jocelyn Frechot's changes -- see e-mail...
2007-10-02 John F. FayRemoving more Win64 build warnings from joystick code
2007-09-30 John F. FayRemoving the final compiler warning when building on...
2007-09-29 John F. FayRemoving the remaining compiler warnings from the curso...
2007-09-25 John F. FayChanging the cursor definition macro for newer versions...
2007-09-25 John F. FayMore changes for Jocelyn Frechot's multisampling change...
2007-09-23 John F. FayFixing a remaining bug in the multisampling change...
2007-09-22 John F. FayPutting in Jocelyn Frechot's X11 visual context changes...
2007-09-21 John F. FayRemoving compiler warnings in MSVC 2005 build
2007-09-21 John F. FayImplementing Larry Ramey's "glutExit" feature (see...
2007-09-19 John F. FayImplementing first part of Windows version of "GLUT_CAP...
2007-09-19 John F. FayFixing Linux key-repeat mode bug reported in "[ 1796845...
2007-09-19 John F. FayFixing a build error on SuSE described in bug report...
2007-09-18 John F. FayImplementing feature request "[ 947118 ] Popup menu...
2007-09-18 John F. FayAdding Takeshi Nishimura's Feature Request "[ 1045202...
2007-09-18 John F. FayAddressing Feature Request #1307049 that "freeglut...
2007-09-18 John F. FayAdded Windows "nmake" Makefiles and dependency files...
2007-09-16 John F. FayFixing bug #1688954, submitted in Marcy '07. I changed...
2007-09-16 John F. FayFixing bug report #1052151 from October 2004.
2006-11-28 John F. FayAdding a Frequently Asked Questions file
2006-09-28 Joe KrahnRemoved incorrect comment about internal WGL/ARB defini...
2006-09-27 Joe KrahnUndo svn:eol-style=CR/LF for MSVC project files.
2006-09-26 Joe KrahnAdded FREEGLUT_LIB_PRAGMAS to control MS library pragma...
2006-09-26 Joe KrahnAdded svn:eol-style=CRLF property to MSVC project/works...
2006-09-25 John F. FayFixing a typo bug in the display mode checking (removin...
2006-09-25 Joe KrahnFixed a small mistake in the previous commit for glutGet.
2006-09-25 Joe KrahnAdded proper support for number of mouse buttons in...
2006-09-24 Joe KrahnConverted Time counter to a uniform unsigned long it...
2006-09-23 Joe KrahnRemoved WindowState.IsGameMode; it is redundant with...
2006-09-21 John F. FayAdding support for the multisampling query per bug...
2006-09-21 John F. FayFixing Bug #1398196 - Windows message argument
2006-09-21 Joe Krahntest (comment edited)
2006-09-21 John F. FayAdding temporary fix to "glutInitDisplayString" to...
2006-09-21 John F. FayAdding multisampling to *nix and Windows; also some...
2006-09-21 John F. FayEnhancing the "CallbackMaker" demo
2006-09-21 John F. FayJoe Krahn's changes to "TARGET_HOST" defined constants
2006-09-21 John F. FayFixing two minor bugs, adding comments
2006-09-21 John F. FayChanging "GameMode" to "GameModeWindow ... and testing...
2006-08-05 Sven PanneCheck fgets for return value to avoid warnings.
2006-08-05 Sven PanneFixed typo in date
2006-08-05 Sven PanneUpdated build requirements for SuSE 10.1
2005-10-12 Sven PanneOoops, forgot to ingore INSTALL and install-sh in previ...
2005-10-12 Sven PanneMoved GLUT_INIT_STATE to <GL/freeglut_ext.h>, it is...
2005-10-12 Sven PanneSimply use autoreconf in autogen.sh, it is much simpler...
2005-10-06 John F. FayAllowing compilation of Windows version by removing...
2005-10-06 John F. FayImplementing Stereo in Windows
2005-09-07 Sven PanneUse target-specific *_CPPFLAGS, not the deprecated...
2005-09-07 Sven PanneUse -Wall for automake to catch some buglets, deprecate...
2005-09-04 Sven PanneSilenced autogen.sh
2005-08-31 John F. FayNecessary files for Open Watcom support
2005-08-31 John F. FayAdding Open Watcom support
2005-08-31 John F. FayDocumenting support for Open Watcom
2005-08-31 John F. FayImplementing 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 PanneImprove autoconf magic: To detect headers like GL/gl...
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-06 Sven PanneReverting previous commit: %lf is a valid format specif...
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 John F. FayFixing output formats ... 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-02 Sven PanneRemove wrong "execute" bits when creating a distributio...
2005-07-02 Sven PanneTiny cosmetic change, not worth a ChangeLog entry.
2005-07-02 Sven PanneAdded John's missing ChangeLog entry.
2005-07-01 John F. FayAdding the \"freeglut_input_devices.c\" file to the...
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-07-01 Sven PanneRemoved redundant files from EXTRA_DIST.
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...
next