summaryrefslogtreecommitdiff
path: root/platform/gl/gl-main.c
AgeCommit message (Expand)Author
2018-11-13gl: Calculate accurate initial window size when scaling to fit screen.Tor Andersson
2018-11-13Bug 692592: Handle relative file links.Tor Andersson
2018-11-09Fix 696310: Limit the initial window size to fit on the screen.Tor Andersson
2018-11-09Update mupdf-gl documentation.Tor Andersson
2018-10-23gl: Fix launching mupdf-gl to the page number passed on the command line.Tor Andersson
2018-10-04Fix simple typos.1.14.0Tor Andersson
2018-10-03gl: Save history in all normal exit situations.Tor Andersson
2018-09-25gl: Save history and bookmarks in ~/.mupdf.history.Tor Andersson
2018-09-21gl: Form filling UI.Tor Andersson
2018-09-05gl: Close password dialog when pressing Escape key.Tor Andersson
2018-08-10gl: Add glutLeaveMainLoop workaround for Apple's GLUT library.Tor Andersson
2018-08-10Rejig pdf_update_page and pdf_update_annot.Tor Andersson
2018-07-06gl: Add signing UI for Digital Signatures.Tor Andersson
2018-07-05Add fz_transform_page helper function.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-07-05gl: Poll changed annots with pdf_update_page, and clear after rendering.Tor Andersson
2018-07-04Add fz_snap_selection function to snap selection to chars/words/lines.Tor Andersson
2018-06-22Use fz_quad type in structured text and selection/highlighting.Tor Andersson
2018-06-22gl: Add -J flag to disable Javascript in PDF forms.Tor Andersson
2018-06-22gl: Transform rotated pages so that the pixmap origin is always at 0,0.Tor Andersson
2018-06-22gl: Multi-line text input fields.Tor Andersson
2018-06-22gl: Use black backdrop when displaying an inverted (black) page.Tor Andersson
2018-06-22gl: Increase font size on high resolution displays.Tor Andersson
2018-06-22gl: Add annotation editor.Tor Andersson
2018-06-22gl: Add layout packer and various widgets.Tor Andersson
2018-05-18gl: Zoom in/out centered on the mouse cursor.Tor Andersson
2018-02-12Clear search highlight when opening a new search, or hitting escape.Tor Andersson
2018-01-31Fix 698878: Mouse wheel scrolling.Tor Andersson
2017-12-13gl: Tell glut to return from main loop when the window closes.Tor Andersson
2017-11-13gl: Fix GLUT build on MacOS X.Tor Andersson
2017-11-13gl: Fix busy loop.Tor Andersson
2017-11-09Fix windows build of GL app.Robin Watts
2017-11-08Be a bit paranoid.Tor Andersson
2017-11-08Select and copy structured text by lines.Tor Andersson
2017-11-08gl: Remove GLFW and reinstate FreeGLUT.Tor Andersson
2017-11-08Use fz_snprintf in preference to snprintf.Robin Watts
2017-09-20gl: Remember scroll position in history and bookmarks.Tor Andersson
2017-09-20gl: Scroll to link coordinates when following links.Tor Andersson
2017-09-20gl: Add 'I' invert colors command.Tor Andersson
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-04-27Clean up store debug printing.Tor Andersson
2017-04-27Ensure we can compile as -pedantic -std=c99.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-13Clean up mupdf-gl usage message.Tor Andersson
2017-04-13gl: Support going to a specific page number on the command line.Tor Andersson
2017-03-22Fix windows GLFW build.Tor Andersson
2017-03-15gl: implement fullscreen supportTuncer Ayaz
2017-03-15gl: use fix title for X11 class and instanceTuncer Ayaz
2017-02-20Add F1 help dialog to show key bindings in mupdf-gl.Tor Andersson