Initial work on callbacks with user data parameters.
[freeglut] / src / fg_callbacks.c
2017-06-30 Rcmaniac25Initial work on callbacks with user data parameters.
2014-10-17 Diederick Niehorsterrenamed all references to freeglut_xxx files (their...
2014-10-12 Diederick NiehorsterFixed bug identified by Kevin. If pollrate is larger...
2014-05-14 John TsiombikasUsing the -pedantic flag with gcc uncovered a series...
2013-04-07 Diederick Niehorsterdoc that timers are sorted by endtime + don't call...
2013-04-04 Diederick Niehorsterinstead of separate Pause and Resume CBs, we now have...
2013-03-06 Diederick Niehorsternow have a default reshape callback function that is...
2013-03-06 Diederick Niehorsterjoystick:
2013-03-01 Diederick Niehorstercomment on implementation of window status callback
2013-03-01 Diederick Niehorsterlibrary should call window status func at all times...
2013-03-01 Diederick Niehorstermade fghVisibility more intuitive, documented glutVisib...
2012-12-18 Diederick Niehorsterremoved unnecessary token pasting (##) preprocessor...
2012-11-23 Diederick Niehorsterused a macro to remove all the code repetition in fg_ca...
2012-11-23 Diederick Niehorsteradded glutPositionFunc callback, now just need to imple...
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