backported fixes from deeprunner
[miniglut] / miniglut.c
2023-05-18 John Tsiombikasbackported fixes from deeprunner master
2023-04-01 John Tsiombikasimplemeted glutWarpPointer (untested on win32)
2022-09-04 John Tsiombikasremoved the warn() function, not necessary
2022-09-04 John Tsiombikaswindows: fixed indexed color support, build on msvc6...
2022-09-04 John Tsiombikasimplemented glutSetColor/glutGetColor on win32
2022-08-23 John Tsiombikasimplemented colormap management on X11 (glutSetColor...
2022-08-23 John Tsiombikaslowered the acceptable zbuffer bits to unacceptable...
2022-08-11 John Tsiombikasfixed build on IRIX, and reduced the minimum acceptable...
2022-05-24 John Tsiombikaswin32: fixed missing VKEY translations for VK_OEM_*
2021-12-31 John Tsiombikasfixed bugs in windows context creation, which would...
2021-10-11 John Tsiombikasfixed small memory leaks (missing XFree calls after...
2021-09-27 John Tsiombikasadded glutIgnoreKeyRepeat and glutSetKeyRepeat functions
2020-12-06 John Tsiombikasfixed glutFullScreen regression
2020-08-07 John Tsiombikaslet's avoid int32_t since we don't use libc
2020-08-06 John Tsiombikasadded glutWireTeapot
2020-08-06 John Tsiombikasadded Utah teapot
2020-06-16 John Tsiombikasimplemented glutSetCursor(GLUT_CURSOR_NONE) on X11
2020-05-30 John Tsiombikasfixed win32 srgb/multisample context creation
2020-05-30 John Tsiombikaswin32 support for multisampling and sRGB
2020-05-30 John Tsiombikasspaceball support on X11
2020-05-30 John Tsiombikasfinished the MWM fullscreen implementation
2020-05-29 John Tsiombikas- fixed the detection of EHWM _NET_STATE_FULLSCREEN...
2020-05-28 John TsiombikasglutFullScreen() implemented on X11
2020-05-28 John Tsiombikasfixed keyboard handling on windows
2020-05-28 John Tsiombikaswindows glutFullScreen implementation
2020-05-27 John Tsiombikasclient rect adjustment (windows)
2020-05-27 John Tsiombikasaddes special key enumerations and translation
2020-05-27 John Tsiombikas- added animation in the test program to test timers
2020-05-27 John Tsiombikaswindows port
2020-05-27 John Tsiombikasremoved X Window parameters to cross-platform functions
2020-05-27 John Tsiombikasinline assembly for msvc and watcom (untested)
2020-05-26 John Tsiombikasprimitives
2020-05-25 John TsiombikasMiniGLUT initial commit