implemented SUPER key/modifier support on windows
[freeglut] / ChangeLog
2014-12-22 Veres Lajostypofixes - https://github.com/vlajos/misspell_fixer
2012-01-10 John F. FayMoving the source code files from 'src' to 'src/Common...
2009-08-10 Sven PanneAdded support for sRGB framebuffers via the GLX_ARB_fra...
2009-06-22 John F. FayChanging the OpenWatCom support per e-mail from Paul...
2009-06-11 Sven PanneDisable the ATEXIT_HACK for Watcom, their "exit" functi...
2009-05-24 Sven PanneMove all files related to Visual Studio 2008 into 2...
2009-05-22 Sven PanneAvoid warnings when the ATEXIT_HACK is used with GCC...
2009-05-22 Sven PanneAdded the ugly ATEXIT_HACK from GLUT 3.7, making freegl...
2009-05-22 Sven PanneUse our module definition file, so we get undecorated...
2009-05-22 Sven PanneRemoved obsolete lines. Fixed version number.
2009-04-05 Sven PanneAdded more project/workspace/... files to distribution.
2009-04-05 Sven PanneRemoved remnants of CVS.
2009-03-30 Sven PanneMake the example fully OpenGL-3.1-compliant.
2009-03-27 Sven PanneMake Visual C happy by including stddef.h and explicitl...
2009-03-26 Sven PanneSynched ChangeLog with latest changes
2009-03-16 Sven PanneSet the default number of samples per pixel to 4 and...
2009-03-16 Sven PanneAdded GLUT_AUX and GLUT_MULTISAMPLE as possible paramet...
2009-03-16 Sven PanneAdded missing API entries.
2009-03-15 Sven PanneRecreated ChangeLog via svn2cl, so we use the standard...
2006-09-21 John F. FayFixing Bug #1398196 - Windows message argument
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.
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-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. FayDocumenting support for Open Watcom
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 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 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 Sven PanneX11 only: Free XVisualInfo structures when they are...
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 PanneAdded John's missing ChangeLog entry.
2005-07-01 Sven PanneSome steps toward compilation under MinGW. Note that...
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 PanneWhen a window is iconified, only an UnmapNotify is...
2005-06-30 Sven PanneCleaned up CreateNotify/ConfigureNotify handling.
2005-06-30 Sven PanneAdded --enable-debug configure flag. Currently it only...
2005-06-23 John F. FayKeeping current ...
2005-06-14 Sven PanneAdded an RPM spec file based on the one shipped with...
2005-06-10 J.C. JonesRelease of 2.4.0
2005-06-02 J.C. Jones2.4.0 Release Candiate 5
2005-05-26 J.C. Jones2.4.0 RC4 updates
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-22 Sven PanneLowering minimum autoconf version required.
2005-05-20 J.C. JonesTag for 2.4.0 RC3
2005-05-20 J.C. JonesNotes
2005-05-16 J.C. JonesMark for 2.4 RC 2
2005-05-12 John F. FayUpdating the ChangeLog ...
2005-05-09 J.C. JonesFreeglut 2.4.0 Release Candidate 1
2005-05-06 Sven PanneFixed a cuboctahedron vertex, implemented wire mode...
2005-05-06 Sven PanneNecessary compilation fixes for newer GCCs (e.g. 3...
2005-05-05 John F. FayUpdated the ChangeLog again ...
2005-05-04 John F. FayUpdating the ChangeLog and TODO files in preparation...
2005-04-29 John F. FayUpdationg the ChangeLog ...
2005-04-25 John F. FayUpdating the ChangeLog ... it seems to be something...
2005-04-22 John F. FayUpdating the ChangeLog to reflect activity over the...
2005-04-15 John F. FayUpdating the ChangeLog as a means of testing pCVSc
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 <errno.h> handling and removed an unused...
2005-01-03 Sven PanneResurrected my recent additions which were nuked by...
2005-01-03 J.C. JonesGeneral ChangeLog Updates
2005-01-01 Sven PanneAdded missing files from "src" subdirectory to dist.
2005-01-01 Sven PanneModernized configure.ac a bit and added a rule to Makef...
2005-01-01 Sven PanneMake "gcc -Wall -pedantic -Werror" happy.
2005-01-01 Sven PanneRenamed "configure.in" to the officially preferred...
2005-01-01 Sven PanneAdded eMbedded Visual Tools project/workspace files...
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 PanneAlas, the ChangeLog has not the usual ChangeLog format...
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...
2004-03-15 Richard RauchForgot to update the ChangeLog for the benefit of those...
2004-02-07 Richard RauchAdded entries for the joystick updates and the offscree...
2003-12-13 J.C. JonesRelease 2.2.0
2003-12-11 J.C. JonesUpdates for 2.2.0 RC2
next