Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-13 | Import FreeGLUT fixes for clipboard and unicode input. | Tor Andersson | |
Fixes issues with dead keys in unicode input. | |||
2017-11-22 | Update freeglut and change freeglut build output directory. | Tor Andersson | |
It should be in "build/$release/thirdparty/freeglut". | |||
2017-11-13 | gl: Fix GLUT build on MacOS X. | Tor Andersson | |
2017-11-08 | gl: 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 |