implemented SUPER key/modifier support on windows
[freeglut] / config.h.in
2014-08-18 Nigel StewartFor builds not using cmake, generate fg_version.h to...
2013-04-05 Diederick NiehorsterChange FREEGLUT_WARNINGS and *_ERRORS to FREEGLUT_PRINT...
2013-01-27 Diederick Niehorstercan now configure build such that runtime warnings...
2012-05-21 Diederick Niehorsterno longer using sinf/cosfsqrtf in fg_geometry, no need...
2012-05-13 Sylvain BeuclerMulti-touch: fix CMake: Xi and XInput2.h detection...
2012-05-01 Sylvain BeuclerDetect sinf/cosf/sqrtf presence with CMake (instead...
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 NiehorsterHAVE_ULONG_LONG now only defined when unsigned long...
2012-03-11 Diederick NiehorsterNeed for our XParseGeometry implementation now detected...
2012-03-11 Diederick Niehorstertimers internally now use 64bit unsigned int, if available
2012-03-09 Sylvain BeuclerDetect vfprintf (used in fgError/fgWarning)
2012-02-25 John F. FayChecking for "gettimeofday" per e-mail from John Tsiomb...
2012-01-08 John F. FayAdding the first step towards "cmake" support. It...