The mapping from XInput button mask to the standard X event button mask is not 1...
[freeglut] / progs /
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...
2012-04-22 Diederick Niehorsteradded 'r' toggle to shapes demo to also animate rotatio...
2012-04-21 Sylvain BeuclerFix compiler warnings
2012-04-19 Sylvain BeuclerAdd 'shapes' test for GLES1 (Android and Mesa EGL)...
2012-03-18 Diederick Niehorsterper old glut manpages, glutTeapot calls generate clockw...
2012-03-17 Diederick Niehorstercorrected data type (its a demo after all, better be...
2012-03-16 Diederick Niehorsternow a toggle for perspective/orthogonal projection...
2012-03-16 Diederick Niehorsterouter radius parameter in shapes demo now doubles as...
2012-03-13 John TsiombikasRemoved autotools build files (I think I got all of...
2012-03-13 Diederick Niehorsterremoved VC6 files
2012-03-12 Diederick Niehorstermoved glutTimerFunc in timer demo
2012-03-10 John Tsiombikasadded the timer demo
2011-12-14 John F. FayUndoing changeset 949 as it breaks the Linux build...
2011-12-13 John F. FayAdding an error message code to the "smooth_opengl3...
2011-09-28 John F. FayAddressing Ubuntu bug 686312 reported as freeglut bug...
2011-09-28 John F. FayAddressing Ubuntu bug 686315 reported as freeglut bug...
2011-09-05 John F. FayFinal patch on full screen fix per e-mail from Diederic...
2011-09-04 John F. FayAdding the "patch_demo" patch per e-mail from Diederick...
2011-03-26 John F. FayAdding the "subwin" demo to the MSVC 6.0 workspace...
2011-03-25 John F. FayFixing the build on *nix per e-mail from John Tsiombika...
2011-03-23 John F. FayMaking some constants in the 'subwin' demo floating...
2011-03-18 John F. FayAdding the 'subwinfix.patch' patch to set the focus...
2011-03-17 John F. FayAdding more examples to 'one.c' to test the game mode...
2011-03-16 John F. FayImplementing John Tsiombikas' missing error demo patch...
2011-01-23 John F. FayRemoving a bunch of Windows line endings -- see bug...
2010-11-01 John F. FayAddressing feature request 2116152 -- adding an fgError...
2009-11-19 John F. FayMaking the "smooth_opengl3" typedefs to be Windows...
2009-11-11 John F. FayMaking the spaceball demo a bit more elegant per e...
2009-11-11 John F. FayGetting the "spaceball" demo to build properly in Windows
2009-11-08 John F. FayConverting tab characters to spaces in the source code ...
2009-11-06 John F. FayFirst attempt at adding John Tsiombikas' spaceball...
2009-05-24 Sven PanneMove all files related to Visual Studio 2008 into 2...
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-17 John F. FayAdding Visual Studio 2008 solution and project files
2009-03-16 John F. FayAdding "GLUT_MULTISAMPLE" to "shapes" demo ... because...
2009-03-10 John F. FayAdding the "smooth_opengl3" demo
2009-03-09 John F. FaySetting the "fractals" demo initial number of levels...
2009-03-01 John F. FayFixing Microsoft compatibility with the new "vsnprintf...
2009-03-01 Sven PanneWindows fun again: Use the correct calling convention...
2009-02-28 Sven PanneWhen -mno-cygwin is used, we get ancient GL headers...
2009-02-28 Sven Panne_CrtDumpMemoryLeaks and its header are Microsoft-specif...
2009-02-28 Sven PanneUse vsnprintf instead of the potentially dangerous...
2009-02-28 Sven PannePosition the distance message closer to the middle...
2009-02-19 John F. FayFixing the DOS/Linux line ending problems in the progs...
2009-02-15 Sven PanneFinal changes to make the example fully OpenGL-3.0...
2009-02-15 Sven PanneUse GLSL shaders (still 1.20, though). Dump GL info.
2009-02-15 Sven PanneAdded a commandline option for 'classic' contexts....
2009-02-15 Sven PanneUse VBOs in new example. Added a few comments.
2009-02-14 Sven PanneInitial version of a fully OpenGL-3.0-compliant of...
2007-11-26 John F. FayMaking a demo program that uses "glutMainLoopEvent"
2006-09-27 Joe KrahnUndo svn:eol-style=CR/LF for MSVC project files.
2006-09-26 Joe KrahnAdded svn:eol-style=CRLF property to MSVC project/works...
2006-09-21 John F. FayEnhancing the "CallbackMaker" demo
2006-08-05 Sven PanneCheck fgets for return value to avoid warnings.
2005-07-06 Sven PanneReverting previous commit: %lf is a valid format specif...
2005-07-05 John F. FayFixing output formats ... nothing big
2005-06-23 John F. FayAdding separate static library and DLL demonstration...
2005-06-23 John F. FayAdding separate demo program projects for static librar...
2005-06-23 John F. FayAdding support for separate static library demo programs
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-04 John F. FayReplacing the original \"freeglut\" \"shapes\" demo...
2005-01-03 Sven PanneFixed <sys/time.h> / <time.h> handling as suggested...
2005-01-01 Sven PanneMake "gcc -Wall -pedantic -Werror" happy.
2004-12-31 Sven PanneImproved ignorance.
2004-03-28 Steve BakerRemoved unnecessary initialisation.
2004-03-28 Steve BakerAdded a cullface test.
2004-03-15 Richard RauchRemoved Makefile support for the offscreen demo.
2004-03-15 Richard RauchRemoved offscreen demo program.
2004-02-19 Richard RauchI had rubbed the offscreen/Makefile.am off from the...
2004-02-19 Richard RauchAdded "offscreen" demo, a very simple program that...
next