miniglut
2023-05-18 John Tsiombikasbackported fixes from deeprunner master
2023-04-02 John Tsiombikasadd auto-build files for github
2023-04-01 John Tsiombikasimplemeted glutWarpPointer (untested on win32)
2022-09-04 John Tsiombikaspreparing release 0.5
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 Tsiombikasremoved extra comma at the end of enum
2022-08-23 John Tsiombikasimplemented colormap management on X11 (glutSetColor...
2022-08-23 John Tsiombikaslowered the acceptable zbuffer bits to unacceptable...
2022-08-22 John Tsiombikasuse display lists in the example program and add fps...
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 Tsiombikaspreparing for release 0.4
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 Tsiombikaspreparing release 0.3
2020-08-06 John Tsiombikaschanged readme logo url
2020-08-06 John Tsiombikasadded glutWireTeapot
2020-08-06 John Tsiombikasadded Utah teapot
2020-07-27 John Tsiombikaslogo in the readme
2020-06-17 John TsiombikasMerge branch 'master' of github.com:jtsiomb/miniglut
2020-06-16 John Tsiombikasimplemented glutSetCursor(GLUT_CURSOR_NONE) on X11
2020-06-01 John Tsiombikasfixed makefile, older GNU make versions do not support...
2020-05-30 John Tsiombikaspreparing release v0.2
2020-05-30 John Tsiombikasfixed win32 srgb/multisample context creation
2020-05-30 John Tsiombikaswin32 support for multisampling and sRGB
2020-05-30 John Tsiombikasvc project
2020-05-30 John Tsiombikasrecreated the msvc project to build a static library
2020-05-30 John Tsiombikasfixed mingw build
2020-05-30 John Tsiombikasmakefile rules to build as static library and install...
2020-05-30 John Tsiombikasspaceball support on X11
2020-05-30 John Tsiombikasfinished the MWM fullscreen implementation
2020-05-29 John Tsiombikasfixed makefile to build on IRIX by auto-detecting it...
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 Tsiombikasadded watcom makefile for windows
2020-05-27 John Tsiombikasprepare release 0.1
2020-05-27 John Tsiombikasmore msvc trash in .gitignore
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-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