backported fixes from deeprunner
[miniglut] / miniglut.h
2023-04-01 John Tsiombikasimplemeted glutWarpPointer (untested on win32)
2022-08-23 John Tsiombikasremoved extra comma at the end of enum
2022-08-23 John Tsiombikasimplemented colormap management on X11 (glutSetColor...
2021-12-31 John Tsiombikasfixed bugs in windows context creation, which would...
2021-09-27 John Tsiombikasadded glutIgnoreKeyRepeat and glutSetKeyRepeat functions
2020-05-30 John Tsiombikasspaceball support on X11
2020-05-27 John Tsiombikasaddes special key enumerations and translation
2020-05-27 John Tsiombikasmade the header compatible with C++
2020-05-27 John Tsiombikas- added animation in the test program to test timers
2020-05-27 John Tsiombikaswindows port
2020-05-26 John Tsiombikasprimitives
2020-05-25 John TsiombikasMiniGLUT initial commit