Fixed bug #252: menu windows are drawn with immediate mode and the fixed
[freeglut] / src / fg_internal.h
2019-09-25 John TsiombikasFixed bug #252: menu windows are drawn with immediate...
2018-03-26 Diederick Niehorstercleaning up mixed tabs and spaces
2017-07-12 Thomas KlausnerDo not define HAVE_USBHID_H manually, cmake does it...
2017-06-30 Rcmaniac25Corrected phrasing in docs and unneeded \ in code
2017-06-30 Rcmaniac25Removed unneeded line optimization for INVOKE_WCB macro
2017-06-30 Rcmaniac25Fixed issue where setting the same callback with differ...
2017-06-30 Rcmaniac25Initial refactoring of callback macros to make sure...
2017-06-30 Rcmaniac25More explicit argument list for INVOKE_WCB callbacks
2017-06-30 Rcmaniac25Changed EXPAND_WCB so it works with MSVC and GCC
2017-06-30 Rcmaniac25Finished implementing all user-data callbacks (GCC...
2017-06-30 Rcmaniac25Initial work on callbacks with user data parameters.
2016-01-20 Jinrong Xieupdate comments of WCB_SpaceXXX in fg_internal.h
2016-01-17 Diederick Niehorsterfixed up wrong comment
2015-12-14 Rcmaniac25Added GLUT_ALLOW_NEGATIVE_WINDOW_POSITION so windows...
2015-04-04 Manuel BachmannImplement initial Wayland support
2014-12-22 Veres Lajostypofixes - https://github.com/vlajos/misspell_fixer
2014-10-17 Diederick Niehorsterrenamed all references to freeglut_xxx files (their...
2014-09-28 Diederick Niehorsterdrawing join dots on stroke fonts is now optional ...
2014-08-18 Nigel StewartFor builds not using cmake, generate fg_version.h to...
2014-01-24 Rcmaniac25Added BlackBerry PlayBook support Bug memleak when...
2014-01-24 Rcmaniac25Added support for rotation so an app can be rotated...
2014-01-24 Rcmaniac25Initial commit of BlackBerry implementation. It compile...
2013-04-07 Diederick Niehorsterredisplay is now also on the work list instead of handl...
2013-04-04 Diederick Niehorsterinstead of separate Pause and Resume CBs, we now have...
2013-04-04 Diederick Niehorstercan now set the font used for a menu
2013-04-04 Diederick Niehorster- moving to a new way of handling window changes (posit...
2013-04-01 Diederick Niehorsterimplement setter for texture coord 2 (u,v) vertex attri...
2013-03-06 Diederick Niehorsterjoystick:
2013-02-27 Diederick NiehorsterNow implemented properly working mouse entry and exit...
2012-11-24 Diederick Niehorsterkicking out the FGCBSelect function prototype that...
2012-11-23 Diederick Niehorsteradded glutPositionFunc callback, now just need to imple...
2012-11-23 Diederick Niehorsteradded WCB_Position callback in callback table (only...
2012-11-22 Diederick Niehorstersome callback naming cosmetics as suggested in an old...
2012-11-18 Diederick Niehorstercan now also draw the normal vectors (seems very useful...
2012-07-29 Diederick Niehorstersome cleanup
2012-07-21 Diederick Niehorstercan now also handle the case where menus is opened...
2012-06-09 Sylvain BeuclerMake glutInitContextFunc/glutPauseFunc/glutResumeFunc...
2012-05-04 Sylvain BeuclerAdd new callback to reload context, pending propername
2012-04-21 Sylvain BeuclerFix more compiler warnings
2012-04-09 Sylvain Beucler__ANDROID__ is defined in the Android build environment...
2012-03-31 Sylvain BeuclerOpenGL 2.0: add 2 user-defined, per-context vertex...
2012-03-31 Sylvain BeuclerDeclare OpenGL 2.0 dynamically-loaded functions for...
2012-03-31 John Tsiombikasadded an option (GLUT_SKIP_STALE_MOTION_EVENTS) to...
2012-03-19 Diederick Niehorstersimplified check for whether opengl 2.1+ context is...
2012-03-15 Diederick NiehorsterFreeGLUT version number is now only defined in CMake...
2012-03-12 Diederick Niehorsternow use unsigned __int64 for time type when on MSVC...
2012-03-11 Diederick Niehorstermoved common files back to src root