summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2018-10-04Fix simple typos.1.14.0Tor Andersson
2018-10-03gl: Save history in all normal exit situations.Tor Andersson
2018-09-26Update Android build.Tor Andersson
2018-09-25Update Harfbuzz submodule to version 1.9.0.Tor Andersson
2018-09-25gl: Save history and bookmarks in ~/.mupdf.history.Tor Andersson
2018-09-25Fix bin2coff rules to allow project directories with spaces in them.Tor Andersson
2018-09-25gl: Fix dialog size calculation in text field dialog.Tor Andersson
2018-09-21gl: Form filling UI.Tor Andersson
2018-09-21gl: Break UI lines on space characters.Tor Andersson
2018-09-21Regularize language and script names.Tor Andersson
2018-09-21Don't build freetype source files twice.Tor Andersson
2018-09-20Be consistent in use of #if FZ_ENABLE_...Robin Watts
2018-09-19Add DebugGSView and ReleaseGSView configs.Robin Watts
2018-09-19gl: ifdef freeglut specific API calls so it will build on MacOS.Tor Andersson
2018-09-19Update to OpenJPEG 2.3.0.Sebastian Rasmussen
2018-09-16Update VS solution to cope with PKCS7 build changes.Robin Watts
2018-09-07jni: Check exposed constants for consistency with C constants.Sebastian Rasmussen
2018-09-07jni: Remove unused flags and improve the names of some others.Sebastian Rasmussen
2018-09-07jni: Depend on fz_buffer() for default buffer size.Sebastian Rasmussen
2018-09-07jni: Make Device interface abstract.Sebastian Rasmussen
2018-09-07jni: Update TraceDevice to adhere to Device interface.Sebastian Rasmussen
2018-09-07jni: Improve whitespace situation in TraceDevice.Sebastian Rasmussen
2018-09-07jni: Update NativeDevice to adhere to Device interface.Sebastian Rasmussen
2018-09-07jni: Make Device interface in Java and JNI correspond to each other.Sebastian Rasmussen
2018-09-07jni: Fix typo in ColorParams.Sebastian Rasmussen
2018-09-06jni: Remove redundant public access modifier.Sebastian Rasmussen
2018-09-06jni: Add interface for snapping selection to structured text.Sebastian Rasmussen
2018-09-06jni: Add StructuredTextWalker interface.Sebastian Rasmussen
2018-09-05gl: Close password dialog when pressing Escape key.Tor Andersson
2018-09-05gl: Allow varying font sizes in text rendering.Tor Andersson
2018-08-31Visual Studio Solution tweaks.Robin Watts
2018-08-21gl: Don't forget to terminate the string when clearing a text field.Tor Andersson
2018-08-20Fix the Windows build.Paul Gardiner
2018-08-10The proper term is apparently 'filename extension', not 'suffix'.Tor Andersson
2018-08-10gl: Add glutLeaveMainLoop workaround for Apple's GLUT library.Tor Andersson
2018-08-10Use proper name space for form field flag constants.Tor Andersson
2018-08-10Tweak hexdumped data to increase build portability.Tor Andersson
2018-08-10Fix Android java build.Tor Andersson
2018-08-10Respect NoRotate flag for icon-based annotations.Tor Andersson
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-10gl: Adobe allows border widths from 0 to 12.Tor Andersson
2018-08-10FIXUP pdf_update_page: use JNI_FALSETor Andersson
2018-08-10Rejig pdf_update_page and pdf_update_annot.Tor Andersson
2018-08-01Update jbig2dec.Sebastian Rasmussen
2018-07-17Have pdfapp_save close and reopen the document in all casesPaul Gardiner
2018-07-17Add MementoOpenSSL configurations.Robin Watts
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