implemented SUPER key/modifier support on windows
[freeglut] / progs /
2022-03-08 John TsiombikasAdded keyboard demo, and changed the spaceball demo...
2021-09-29 John Tsiombikasshapes demo: added flat shading option (fixed-function...
2018-03-26 Diederick Niehorstercleaning up mixed tabs and spaces
2017-06-30 Rcmaniac25Added timer_callback sample for user callbacks
2017-06-14 Diederick Niehorstermulti-touch demo: if an index 64 would come in, this...
2017-06-14 Diederick Niehorsterresizer demo: adding a bit more output to console to...
2017-06-14 Diederick Niehorstermulti-touch callback had a copy paste error in the...
2015-03-07 John Tsiombikasadded the init error handler example program contribute...
2014-10-19 John Tsiombikasfixed the unreachable GL error check in getAttribOrUnif...
2014-10-13 Diederick Niehorstermore cleanup: config.h include never needed in demo
2014-10-11 John Tsiombikasfixed build on MSVC6
2014-08-27 Diederick NiehorsterX11: implemented borderless and captionless window...
2014-08-27 Diederick Niehorstercaption height should include the width of the border...
2014-08-27 Diederick Niehorsterresizer demo:
2014-06-01 Sylvain BeuclerUnify GLES1 and GLES2 (libraries are compatible and...
2014-06-01 Diederick Niehorsteradd menu to opengl 3 demo. Should work as menu windows...
2014-05-14 John TsiombikasUsing the -pedantic flag with gcc uncovered a series...
2014-01-21 John Tsiombikasfixed timer.c: wouldn't compile in C89 mode due to...
2014-01-17 Diederick Niehorstertimer demo now has a menu to:
2013-05-19 Sylvain BeuclerMake Android work again - adapt to recent changes and...
2013-04-04 Diederick Niehorstermenu fonts API improved
2013-04-04 Diederick Niehorsteradded cursor changing to resizer demo, for testing
2013-04-04 Diederick Niehorstercan now set the font used for a menu
2013-04-04 Diederick Niehorster- moving to a new way of handling window changes (posit...
2013-04-01 Diederick Niehorstercleaned up a bunch of warnings
2013-04-01 Diederick Niehorsternote about glutSetVertexAttribTexCoord2 in shapes demo
2013-04-01 Diederick Niehorsterfurther worked on the teapot drawing code:
2013-03-19 Diederick Niehorsternormalizing line endings..
2013-03-04 Diederick Niehorstererror when entering main loop with no windows defined...
2013-03-01 Diederick Niehorsterimplemented glutSetIconTitle that works on win32, when...
2013-03-01 Diederick NiehorsterVisibility functions better implemented now. All goes...
2013-03-01 Diederick Niehorsterimplemented somewhat better visibility/windowstatus...
2013-03-01 Diederick Niehorsterlibrary should call window status func at all times...
2013-02-28 Diederick Niehorsterfiles for demoing GLUT_ICON
2013-02-28 Diederick Niehorsterimplemented GLUT_WINDOW_STENCIL_SIZE and GLUT_WINDOW_BU...
2013-02-27 Diederick NiehorsterGLUT_CURSOR_INHERIT now works, also implemented another...
2013-02-27 Diederick Niehorsterdemo glutSetCursor
2013-02-27 Diederick NiehorsterAdded subwindows to CallbackMaker demo, for testing...
2013-02-27 Diederick Niehorsteradded modifier key status to callbackmaker output,...
2013-02-26 Diederick Niehorstersubwin demo now has a grandchild (subwin in subwin...
2013-01-27 Diederick Niehorstersmoothgl3 and shapes demos, now checking if glutGetProc...
2013-01-17 Diederick Niehorsteroops, debug code that shouldn't have been committed...
2013-01-17 Diederick NiehorsterUpdating last edit time and FreeGLUT version for API...
2012-11-23 Diederick Niehorstertiny cosmetics in resizer demo
2012-11-23 Diederick Niehorstertimer func now changes two colors alternatingly, using...
2012-11-23 Diederick Niehorsternicer output to terminal in Position callback
2012-11-23 Diederick Niehorsternow providing new position of child relative to parent...
2012-11-23 Diederick Niehorsterresizer demo now uses timer to display window information
2012-11-23 Diederick Niehorsterimplemented position callback on windows and some other...
2012-11-23 Diederick Niehorsterprepared callbackmaker for testing position callback
2012-11-22 Diederick Niehorstermore cleanup in callbackmaker demo, now showing best...
2012-11-22 Diederick Niehorstercleaned up callback registering code in One demo, now...
2012-11-22 Diederick Niehorsterextensive changes in callbackmaker: each of the two...
2012-11-21 Diederick Niehorsternicely lining up the two windows for the callbackmaker...
2012-11-20 Diederick Niehorstersmall enhancement to Callbackmaker demo
2012-11-20 Diederick Niehorstersmall updates to one demo, so windowed windows display...
2012-11-20 Diederick Niehorstersome comments missing in shapes demo
2012-11-19 Diederick Niehorstercosmetics in one demo
2012-11-19 Diederick Niehorstershapes demo: now only draw necessary size info, and...
2012-11-19 Diederick Niehorsterfixed normals of glutCone, thanks Ioannis!
2012-11-19 Diederick NiehorsterGLUT_GEOMETRY_VISUALIZE_NORMALS is a better name than...
2012-11-19 Diederick Niehorstercan now visualize normals of GLUT geometry in GL2 mode...
2012-11-18 Diederick Niehorstersize of cuboctahedron in shapes demo now in line with...
2012-11-18 Diederick Niehorstershapes demo: cuboctahedron is from the demo itself...
2012-11-18 Diederick Niehorstercan now also draw the normal vectors (seems very useful...
2012-11-18 Diederick Niehorstersmall enhancements to shapes demo:
2012-11-17 Diederick Niehorstermenus attached to child windows did not appear in the...
2012-11-17 Diederick Niehorsternow have function to get window style based on FreeGLUT...
2012-11-16 Diederick Niehorsterreimplemented the client-area/window-area conversion...
2012-09-25 Diederick Niehorsterfixing conflicts with opengl headers on some systems...
2012-08-13 Diederick Niehorsterfixed shader route in shapes demo:
2012-08-13 Diederick Niehorstershapes demo: material color now set to red in shader...
2012-08-07 John Tsiombikas- trying to fix bug 2781865
2012-08-05 Diederick Niehorstercalling glutExit in the erro callback is a really bad...
2012-07-26 Diederick Niehorsterlittle bit of cleanup and extra comments
2012-07-24 Diederick Niehorsterthe Callbackmaker demo, with its window close callback...
2012-07-24 Diederick Niehorsterfix to smooth demo to work with GL 3.3 and higher,...
2012-07-24 Diederick Niehorsteradded warning and error callbacks to demo
2012-07-24 Diederick Niehorsterimplementing menu status callback
2012-07-23 Diederick NiehorsterglutGet(GLUT_WINDOW_X) and glutGet(GLUT_WINDOW_Y) on...
2012-07-23 Diederick Niehorstersome cleanup of one demo. added menu back in gamemode
2012-07-23 Diederick Niehorsterchild window now only used for keyboard callbacks and...
2012-07-23 Diederick Niehorsteradded one more child window (child-of-child) to one...
2012-07-22 Diederick Niehorsteradded entry callback to one demo
2012-07-21 Diederick Niehorsteradded a child window to one demo, added different menus...
2012-07-21 Diederick Niehorsterbetter test of menus: one window now has right and...
2012-06-18 Diederick Niehorstercannot use //-style comments in shader source, doesn...
2012-06-15 Diederick Niehorsteradded bunch of error checks to shapes demo
2012-06-12 Diederick Niehorsterbit of documentation
2012-06-09 Sylvain BeuclerMake glutInitContextFunc/glutPauseFunc/glutResumeFunc...
2012-06-09 Sylvain BeuclerFix compilation of demos/shapes
2012-06-09 Diederick Niehorstershapes demo can now test shader based drawing as well...
2012-06-08 Diederick Niehorsterfixed warnings
2012-05-21 Diederick Niehorsterfixed C++ code in multi-touch demo (thanks Geoff McLane!)
2012-05-13 Sylvain Beuclermulti-touch sample: use FG2.8 (reversed) prototype...
2012-05-08 Sylvain BeuclerMulti-touch test program
2012-05-04 Sylvain BeuclerAdd new callback to reload context, pending propername
2012-05-04 Sylvain Beuclerandroid: handle pause/unpause of application + recreate...
2012-05-01 Sylvain Beuclerfg_geometry: remove GLES-specific #ifdefs (in code...
2012-04-30 Diederick Niehorsternow using the Koch Snowflake (from fractals.dat) instea...
next