implemented SUPER key/modifier support on windows
[freeglut] / include /
2022-03-07 John TsiombikasAdded GLUT_ACTIVE_SUPER modifier, and corresponding...
2018-04-02 John Tsiombikas- fallback to non-sRGB visuals if the context creation...
2018-03-26 Diederick Niehorstercleaning up mixed tabs and spaces
2017-06-30 Rcmaniac25Added "hack" function for glutCreateMenuUcall
2017-06-30 Rcmaniac25Changed EXPAND_WCB so it works with MSVC and GCC
2017-06-30 Rcmaniac25Finished implementing all user-data callbacks (GCC...
2017-06-30 Rcmaniac25Initial work on callbacks with user data parameters.
2016-01-20 Jinrong Xiemoved spaceball macros from freeglut_std.h to freeglut_...
2016-01-20 Jinrong XieAdded API macros for additional Spaceball buttons.
2016-01-20 Jinrong XieAdded API macros for Spaceball buttons.
2015-12-14 Rcmaniac25Added GLUT_ALLOW_NEGATIVE_WINDOW_POSITION so windows...
2014-10-17 Diederick Niehorsteradding glutStrokeWidthf and glutStrokeLengthf from...
2014-10-17 Diederick Niehorsterrenamed all references to freeglut_xxx files (their...
2014-09-28 Diederick Niehorsterdrawing join dots on stroke fonts is now optional ...
2014-06-01 Sylvain BeuclerUnify GLES1 and GLES2 (libraries are compatible and...
2013-04-04 Diederick Niehorstermenu fonts API improved
2013-04-04 Diederick Niehorsterinstead of separate Pause and Resume CBs, we now have...
2013-04-04 Diederick Niehorstercan now set the font used for a menu
2013-04-01 Diederick Niehorsterimplement setter for texture coord 2 (u,v) vertex attri...
2013-04-01 Diederick Niehorsterfurther worked on the teapot drawing code:
2013-03-31 Diederick Niehorstersame as for all other geometry functions, teapot takes...
2012-11-23 Diederick Niehorsteradded glutPositionFunc callback, now just need to imple...
2012-11-19 Diederick NiehorsterGLUT_GEOMETRY_VISUALIZE_NORMALS is a better name than...
2012-11-18 Diederick Niehorstercan now also draw the normal vectors (seems very useful...
2012-11-16 Diederick Niehorsterincluding OpenGL/gl.h and OpenGL/glu.h when on apple...
2012-09-25 Diederick NiehorsterGLUT_WINDOW_HEADER_HEIGHT should always have been GLUT_...
2012-06-09 Sylvain BeuclerMake glutInitContextFunc/glutPauseFunc/glutResumeFunc...
2012-06-09 Sylvain BeuclerAdd pointers to discussion on multi-touch
2012-06-09 Sylvain BeuclerMark FREEGLUT_VERSION_2_0 as deprecated as per ML discu...
2012-05-25 Diederick Niehorsteron windows+MSVC, debug builds of the library now have...
2012-05-24 Diederick Niehorsternote about teapot rendering, front facing polygons...
2012-05-04 Sylvain BeuclerAdd new callback to reload context, pending propername
2012-05-01 Sylvain Beuclerfg_geometry: remove GLES-specific #ifdefs (in code...
2012-03-31 Sylvain Beuclerfg_geometry: Enable supported geometry functions for...
2012-03-31 Sylvain BeuclerOpenGL 2.0: add 2 user-defined, per-context vertex...
2012-03-31 Sylvain Beuclerfg_geometry: sphere: GL_UNSIGNED_INT->GL_UNSIGNED_SHORT...
2012-03-31 John Tsiombikasadded an option (GLUT_SKIP_STALE_MOTION_EVENTS) to...
2012-03-23 Sylvain BeuclerDon't alter glutWireTeapot and glutSolidTeapot prototyp...
2012-03-23 Sylvain Beucler- Document what works with GLES1 and GLES2 as of now
2012-03-22 Sylvain BeuclerGeometry: Use 'double' instead of 'GLdouble' in include...
2012-03-17 Sylvain BeuclerIdentify more precisly where GLdouble->GLfloat is neede...
2012-03-17 Sylvain BeuclerCopy documentation about FREEGLUT_GLES2 and FREEGLUT_GL...
2012-03-16 Sylvain BeuclerGLES1 and GLES2 versions are now compiled with -DFREEGL...
2012-03-15 Diederick Niehorsteradded a bit more doc
2012-03-13 John TsiombikasRemoved autotools build files (I think I got all of...
2012-03-11 Diederick Niehorstertimers internally now use 64bit unsigned int, if available
2012-03-11 Sylvain BeuclerSupport GLES headers
2011-09-04 John F. FayPutting in Diederick Niehorster's fullstreen patch...
2011-06-10 John F. FayPatch for new Visual Studios to fix typos and quiet...
2011-03-18 John F. FayAdding multitouch capability per e-mail from Florian...
2010-11-01 John F. FayAddressing feature request 2116152 -- adding an fgError...
2010-01-25 John F. FayMaking all Windows include file names lower-case for...
2010-01-04 John F. FayFixing a typo in a comment
2010-01-04 John F. FayImplementing feature request 2824176: detection of...
2009-08-10 Sven PanneAdded support for sRGB framebuffers via the GLX_ARB_fra...
2009-06-11 Sven PanneDisable the ATEXIT_HACK for Watcom, their "exit" functi...
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-04-05 Sven PanneRemoved remnants of CVS.
2009-03-09 John F. FayMaking the definition of "WIN32_LEAN_AND_MEAN" conditio...
2009-02-03 John F. FayRemoving some errant tabs, fixing ticket #2137721,...
2008-11-02 Sven PanneAdded OpenGL 3.0 context creation API entries
2007-12-02 John F. FayAdding "glutFullScreenToggle" for X11 -- still needs...
2007-11-12 John F. FayImplementing Jocelyn Frechot's changes -- see e-mail...
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...
2006-09-26 Joe KrahnAdded FREEGLUT_LIB_PRAGMAS to control MS library pragma...
2005-10-12 Sven PanneMoved GLUT_INIT_STATE to <GL/freeglut_ext.h>, it is...
2005-10-06 John F. FayAllowing compilation of Windows version by removing...
2005-08-31 John F. FayImplementing WATCOM support
2005-07-08 Sven PanneMade all the "glutJoystickXXX" functions part of the...
2005-03-23 Brian Pauladded comment about AUX flags
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-01 Sven PanneMake "gcc -Wall -pedantic -Werror" happy.
2004-12-31 Sven PanneImproved ignorance.
2004-05-12 J.C. JonesJohn Fay: Direct/indirect rendering context change...
2004-03-15 Daniel Wagneradded support for WindowsCE (building on top of klimt)
2004-03-15 Richard RauchCompleted removal of all support for the offscreen...
2004-02-19 Richard RauchAdded "offscreen" demo, a very simple program that...
2003-12-30 Nigel StewartThree supported win32 compilation environments: MSVC...
2003-11-25 Richard RauchCommit of work from Nigel:
2003-11-11 Richard RauchRemoval of all remaining TABs in the freeglut *.[ch...
2003-10-28 Richard RauchCommit, mostly of work from John:
2003-10-21 Christopher John... Added --disable-replace-glut option to autoconf configure.
2003-09-14 J.C. JonesResolve bug 806008 -- let Microsoft's compiler know...
2003-08-28 J.C. JonesChanges stroke function arguments from "const char...
2003-08-27 Christopher John... Added double underscores to the header included macros.
2003-07-23 Christopher John... This should put an end to the font binary compatibility...
2003-07-12 Andreas Umbachchanges for make dist
2003-07-11 Christopher John... Fix for the font binary compatibility problem.
2003-06-28 Eric SandallNow installs freeglut_ext.h and glut.h to /usr/include...
2003-06-27 Brian PaulXF86 game mode fixes, context sharing option. (John...
2003-06-25 Brian PaulAssorted version 2.0.0 updates (John Fay).
2003-06-23 Brian PaulAssorted updates from John Fay.
2003-06-19 Brian Pauls/FREEGLUT_VERSION_1_3/FREEGLUT_VERSION_1_4/
2003-06-19 Eric SandallGLUT_VERSION updates from John Fay
2003-06-18 Eric Sandall* Hopefully I did THIS one right (used 'cvs update...
2003-06-18 Brian PaulAdded FREEGLUT_VERSION_1_3.
2003-06-17 Brian Pauladded glutGetProcAddress()
next