some whitespace cleanup
[freeglut] / src / fg_main.c
2017-07-12 Diederick Niehorstersome whitespace cleanup
2017-06-30 Rcmaniac25More explicit argument list for INVOKE_WCB callbacks
2017-06-30 Rcmaniac25Finished implementing all user-data callbacks (GCC...
2017-06-30 Rcmaniac25Initial work on callbacks with user data parameters.
2017-05-25 John TsiombikasIn glutMainLoop, the checking of ExecState, and wether...
2014-10-20 John Tsiombikasremoved all HAVE_ERRNO checks
2014-10-20 John Tsiombikasremoved vfprintf and checking from CMakeLists.txt,...
2014-10-17 Diederick Niehorsterrenamed all references to freeglut_xxx files (their...
2014-01-22 Diederick Niehorsterimplement handling of GLDebugSwitch: we use glutReportE...
2013-04-20 Diederick NiehorsterfgProcessWork, not fgPlatformProcessWork
2013-04-20 Diederick Niehorsterstrip out GLUT_DISPLAY_CALLBACK from worklist _before_...
2013-04-18 Diederick Niehorstershould not strip out GLUT_DISPLAY_CALLBACK at the end...
2013-04-07 Diederick Niehorsterpart of dealing with work is platform independent,...
2013-04-07 Diederick Niehorsterredisplay is now also on the work list instead of handl...
2013-04-07 Diederick Niehorsterdoc that timers are sorted by endtime + don't call...
2013-04-05 Diederick NiehorsterChange FREEGLUT_WARNINGS and *_ERRORS to FREEGLUT_PRINT...
2013-04-04 Diederick Niehorster- moving to a new way of handling window changes (posit...
2013-03-06 Diederick Niehorsteron windows too: call resize callback only in response...
2013-03-06 Diederick Niehorsternow have a default reshape callback function that is...
2013-03-06 Diederick NiehorsterfghHavePendingRedisplaysCallback: docs fixed up, and...
2013-03-06 Diederick Niehorstercomment on timer checking, are timers always sorted...
2013-03-06 Diederick Niehorsterjoystick:
2013-03-05 Diederick NiehorsterfghSleepForEvents immediately returns if we have an...
2013-03-04 Diederick Niehorstererror when entering main loop with no windows defined...
2013-02-09 Diederick Niehorsternow have 64bit internal time on Windows, as we deal...
2013-01-27 Diederick Niehorstercan now configure build such that runtime warnings...
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-06-15 Diederick Niehorsteras per Ioannis Petikas' suggestion on the mailing list...
2012-06-09 Sylvain BeuclerMake glutInitContextFunc/glutPauseFunc/glutResumeFunc...
2012-05-04 Sylvain BeuclerAdd new callback to reload context, pending propername
2012-03-11 Diederick Niehorstermoved common files back to src root