summaryrefslogtreecommitdiff
path: root/thirdparty/freeglut
AgeCommit message (Collapse)Author
2017-12-13Import FreeGLUT fixes for clipboard and unicode input.Tor Andersson
Fixes issues with dead keys in unicode input.
2017-11-22Update freeglut and change freeglut build output directory.Tor Andersson
It should be in "build/$release/thirdparty/freeglut".
2017-11-13gl: Fix GLUT build on MacOS X.Tor Andersson
2017-11-08gl: Remove GLFW and reinstate FreeGLUT.Tor Andersson
GLFW doesn't build on Visual Studio 2005 anymore, and I don't have time to keep up with the changes. So, we're switching back to FreeGLUT, which is more stable. I've added the two missing features that made us switch to GLFW in the first place: input methods and system clipboard support. If MuPDF is compiled with our version of FreeGLUT, we now use these functions: * glutKeyboardExtFunc * glutSetClipboard * glutGetClipboard