Added GLUT_ACTIVE_SUPER modifier, and corresponding GLUT_KEY_SUPER_L and
[freeglut] / include / GL / freeglut_ext.h
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...
2017-06-30 Rcmaniac25Changed EXPAND_WCB so it works with MSVC and 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_...
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 ...
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:
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-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-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 John Tsiombikasadded an option (GLUT_SKIP_STALE_MOTION_EVENTS) to...
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-15 Diederick Niehorsteradded a bit more doc
2011-09-04 John F. FayPutting in Diederick Niehorster's fullstreen patch...
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-04 John F. FayImplementing feature request 2824176: detection of...
2009-08-10 Sven PanneAdded support for sRGB framebuffers via the GLX_ARB_fra...
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...
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-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...
2004-05-12 J.C. JonesJohn Fay: Direct/indirect rendering context change...
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-11-25 Richard RauchCommit of work from Nigel:
2003-10-28 Richard RauchCommit, mostly of work from John:
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-06-27 Brian PaulXF86 game mode fixes, context sharing option. (John...
2003-06-23 Brian PaulAssorted updates from John Fay.
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()
2003-06-12 Don HeyseJohn's window positioning corrections.
2003-02-07 Don HeyseBroke freeglut.h into glut.h and freeglut_ext.h