summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-20Fix memory leaks during annotation synthesis.Robin Watts
2016-07-20Add char encoding to produced SVG files.Robin Watts
2016-07-20Fix memory leak in fz_new_buffer_from_image_as_png.Robin Watts
2016-07-20Fix missing alpha only plotter.Robin Watts
2016-07-20Fix timing (-st) reporting for muraster and default to no BGPRINTRay Johnston
2016-07-20JNI: Add PDFDocument methods for grafting objects onto documents.Sebastian Rasmussen
2016-07-20JNI: Add DisplayList.toStructuredText().Sebastian Rasmussen
2016-07-20JNI: Implement PDFOBject.write*() methods.Sebastian Rasmussen
2016-07-20JNI: fz_var()/return to make behavior correct upon fz_throw().Sebastian Rasmussen
2016-07-20JNI: Check more JNI arguments for null.Sebastian Rasmussen
2016-07-20JNI: Declare methods for internal use private.Sebastian Rasmussen
2016-07-19JNI: Fix local ref leaks in methods using object arrays.Robin Watts
2016-07-19JNI: Fix bug in Document.loadOutline.Sebastian Rasmussen
2016-07-18Bug 696927: Move debug printfs to fz_warn.Robin Watts
2016-07-18Bug 696662: Android viewer: data from URI stream fix.Robin Watts
2016-07-18Attempt to fix PWG output.Robin Watts
2016-07-18JNI: Fix typo in Pixmap.getSample() interface.Sebastian Rasmussen
2016-07-17JNI: Implement document Outline.Sebastian Rasmussen
2016-07-17JNI: Implement Link for hyperlinks in document.Sebastian Rasmussen
2016-07-17JNI: When adding stream/page contents, accept String.Sebastian Rasmussen
2016-07-17JNI: Validate that page indicies are always positive.Sebastian Rasmussen
2016-07-17JNI: Add BufferInputStream, BufferOutputStream.Sebastian Rasmussen
2016-07-17JNI: Extend Buffer interface, especially for reading.Sebastian Rasmussen
2016-07-17JNI: Cleanup of Annotation and PDFObject_toByteString.Sebastian Rasmussen
2016-07-15android example - fix whitespace issue.fred ross-perry
2016-07-15android example: An attempt to improve the fluttering at the edges while zoom...fred ross-perry
2016-07-15android example - add cacheing of page contents and annotations.fred ross-perry
2016-07-15android example - add a button to toggle annotationsfred ross-perry
2016-07-15android example - VERY brief build instructions.fred ross-perry
2016-07-15android desktop view - add a button to toggle annotations on/off.fred ross-perry
2016-07-15java - move fitz sources into a 'src' subfolder.fred ross-perry
2016-07-15Android viewer - fix bugs in mupdf.c associated with changing APIs.fred ross-perry
2016-07-15Fix indentation for Java sources.Tor Andersson
2016-07-15Fix bug in .gitattributes pattern.Tor Andersson
2016-07-15Add -P flag to muraster.Robin Watts
2016-07-15Fix build breakage in Android viewer jni code.Robin Watts
2016-07-15Bug 696493: Fix typo in earlier commit.Robin Watts
2016-07-15Support changing reflowable font size in JNI sample viewer.Sebastian Rasmussen
2016-07-15Adding missing JNI interfaces.Sebastian Rasmussen
2016-07-15Cleanup of JNI code for consistency.Sebastian Rasmussen
2016-07-15Add interface indicating if a document is reflowable.Sebastian Rasmussen
2016-07-14Simple update due to API changeMichael Vrhel
2016-07-14Fix typo in fz_new_stext_page_from_page.Tor Andersson
2016-07-14Update android viewer with fz_close_device.Robin Watts
2016-07-14Update iOS code to call fz_close_device.Robin Watts
2016-07-14Fix whitespace and indentation.Tor Andersson
2016-07-14Add editorconfig and update gitattributes.Tor Andersson
2016-07-14Update MuJS.Tor Andersson
2016-07-14x11: Update x11/win32 viewer for fz_close_device changes.Tor Andersson
2016-07-13Bug 696699: Fix Text extraction mediabox information.Robin Watts