summaryrefslogtreecommitdiff
path: root/platform/x11
AgeCommit message (Expand)Author
2018-11-13Bug 692592: Handle relative file links.Tor Andersson
2018-11-13Bug 696569: Get rid of drop shadow and use black background when inverted.Tor Andersson
2018-11-12Fix 697783: Invert mouse wheel mapping in mupdf-win32.Tor Andersson
2018-11-09Fix 698734: Use invoked binary name in usage message for mupdf-x11.Mohamad Barbar
2018-11-09Fix 698320: Add 'z' keybinding to reset zoom.Tor Andersson
2018-11-09Fix 696302: Support numeric keypad arrow keys in mupdf-x11.Tor Andersson
2018-11-09Fix 697461: Use floating point resolution in mupdf-x11.Tor Andersson
2018-11-08Fix 699336: Add more levels to mupdf-x11 zoom list.Tor Andersson
2018-11-07Fix 700131: Reverse ctl+wheel zoom direction.Tor Andersson
2018-10-23Remove extra blank lines.Tor Andersson
2018-08-20Fix the Windows build.Paul Gardiner
2018-08-10Use stubs instead of conditional compile with HAVE_LIBCRYPTO.Tor Andersson
2018-08-10Add digital signature UI stubs to mujstest.Tor Andersson
2018-08-10Rejig pdf_update_page and pdf_update_annot.Tor Andersson
2018-07-17Have pdfapp_save close and reopen the document in all casesPaul Gardiner
2018-07-09Silence gcc warnings about non-const arguments.Sebastian Rasmussen
2018-07-06Only do signing if HAVE_LIBCRYPTO is defined.Robin Watts
2018-07-06Fix stray consts.Robin Watts
2018-07-05Signature support: add signing support to the windows appPaul Gardiner
2018-07-05Add fz_transform_page helper function.Tor Andersson
2018-07-05Pass rects by value: device and document interface.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-06-22Use fz_quad type in structured text and selection/highlighting.Tor Andersson
2018-06-22Keep copy of decoded utf8 text string in pdf_obj.Tor Andersson
2018-03-22Clean up windows ifdefs.Tor Andersson
2018-03-07Fix 699081: Missing coordinate transformation when copying text.Tor Andersson
2018-02-27Remove pdf_xobject wrapper struct.Tor Andersson
2018-02-27Use text encoding for pdf_choice_widget options and values.Tor Andersson
2018-02-02Signature support: add a null pdf_check_signature functionPaul Gardiner
2018-02-02Signature support: decouple mupdf from the pkcs7 implementationPaul Gardiner
2018-01-19Perform signature verification via fz_streamPaul Gardiner
2017-12-13Fix 698787: avoid using "system()" to copy files.Tor Andersson
2017-11-22jni: Make sure to dirty annotation whenever it changes.Fred Ross-Perry
2017-11-22Prefer using fz_snprintf over snprintf.Sebastian Rasmussen
2017-11-08Use fz_snprintf in preference to snprintf.Robin Watts
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-09-07Make sure to always drop a fz_device even upon error.Sebastian Rasmussen
2017-08-21Remove redundant fz_stext_char_bbox function.Tor Andersson
2017-08-17Simplify stext structure and device.Tor Andersson
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-06pdfapp: Warn when outline fails to load.Sebastian Rasmussen
2017-07-06pdfapp: Handle PDF javascript not loading.Sebastian Rasmussen
2017-06-16Windows MuPDF viewer; add ability to start on a given page.Robin Watts
2017-06-06Declare missing functions in header files.Sebastian Rasmussen
2017-06-06Declare functions without arguments as taking void.Sebastian Rasmussen
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-04Drop FZ_PATH_MAX macro.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-27Use FZ_PATH_MAX.Tor Andersson