moved static variables and functions that should not have stuck behind in fg_joystick...
[freeglut] / progs / demos / CallbackMaker /
2014-05-14 John TsiombikasUsing the -pedantic flag with gcc uncovered a series...
2013-04-04 Diederick Niehorstermenu fonts API improved
2013-04-04 Diederick Niehorstercan now set the font used for a menu
2013-04-01 Diederick Niehorstercleaned up a bunch of warnings
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 Niehorsterimplemented somewhat better visibility/windowstatus...
2013-03-01 Diederick Niehorsterlibrary should call window status func at all times...
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-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 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 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-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 Niehorsteradded warning and error callbacks to demo
2012-07-24 Diederick Niehorsterimplementing menu status callback
2012-03-13 John TsiombikasRemoved autotools build files (I think I got all of...
2012-03-13 Diederick Niehorsterremoved VC6 files
2011-09-28 John F. FayAddressing Ubuntu bug 686315 reported as freeglut bug...
2009-05-24 Sven PanneMove all files related to Visual Studio 2008 into 2...
2009-04-05 Sven PanneRemoved remnants of CVS.
2009-03-17 John F. FayAdding Visual Studio 2008 solution and project files
2009-03-01 John F. FayFixing Microsoft compatibility with the new "vsnprintf...
2009-02-28 Sven PanneUse vsnprintf instead of the potentially dangerous...
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
2005-06-23 John F. FayAdding separate demo program projects for static librar...
2005-01-01 Sven PanneMake "gcc -Wall -pedantic -Werror" happy.
2004-12-31 Sven PanneImproved ignorance.
2004-02-07 Richard Rauch"Heavy editing" by John to his CallbackMaker demo.
2003-12-25 Richard RauchConfiguring with "--enable-warnings" broke three demos:
2003-12-11 J.C. JonesInclude project file in the distribution.
2003-12-11 J.C. JonesAdd some essentials to get this program to compile...
2003-11-10 Richard RauchA *.dsp file for CallbackMaker in the demos.
2003-11-10 Richard RauchNew demo from John: CallbackMaker.