Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-13 | gl: Fix GLUT build on MacOS X. | Tor Andersson | |
2017-11-13 | gl: Make KEY_DELETE match actual ASCII DEL code. | 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 | |||
2017-04-27 | Include "mupdf/ucdn.h" explicitly. | Tor Andersson | |
2015-10-06 | gl: Add scroll wheel support. | Tor Andersson | |
2015-10-06 | gl: Bundle page texture info into a struct. | Tor Andersson | |
2015-10-06 | gl: Windows stuff. | Tor Andersson | |
* Add icons to application and window. * Open file dialog if no command line argument. * Install file type associations. | |||
2015-10-06 | gl: Cut, copy, and paste in text fields. | Tor Andersson | |
2015-10-06 | gl: Use UTF-8 string internally in text field. | Tor Andersson | |
2015-10-06 | gl: Use upper control characters for special keys. | Tor Andersson | |
2015-10-06 | gl: Split text field handling into separate file and add keyboard focus. | Tor Andersson | |
2015-10-06 | gl: Handle keyboard events in main loop. | Tor Andersson | |
Also fix event loop and refreshing the display at the correct times. | |||
2015-10-06 | gl: Add an internal header file for GL application. | Tor Andersson | |