menu fonts API improved
[freeglut] / progs / demos / CallbackMaker / CallbackMaker.c
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
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-21 John F. FayEnhancing the "CallbackMaker" demo
2005-01-01 Sven PanneMake "gcc -Wall -pedantic -Werror" happy.
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-11-10 Richard RauchNew demo from John: CallbackMaker.