summaryrefslogtreecommitdiff
path: root/platform/java/mupdf_native.c
AgeCommit message (Expand)Author
2017-11-22jni: Put destination coordinates into Outline object.Fred Ross-Perry
2017-11-22jni: Free quadpoints and vertices upon JNI error.Sebastian Rasmussen
2017-11-22jni: Only keep the reference when the java constructor succeeds.Sebastian Rasmussen
2017-11-22jni: Check for exception after allocating objects.Sebastian Rasmussen
2017-11-22jni: Return correct quadpoints coordinates.Sebastian Rasmussen
2017-11-22jni: Return correct inklist coordinates.Sebastian Rasmussen
2017-11-22jni: Prevent memory leak by freeing upon error.Sebastian Rasmussen
2017-11-10Purge obsolete NDK_PROFILER code.Tor Andersson
2017-11-10jni: Update for StructuredText highlight and copy changes.Tor Andersson
2017-11-08Bug 698616: Fix use after free in Page_textAsHtmlRobin Watts
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-12Purge out of date separation bindings.Tor Andersson
2017-09-07Make sure to always drop a fz_device even upon error.Sebastian Rasmussen
2017-08-17Update java for structured text and other changes.Tor Andersson
2017-08-17Simplify stext structure and device.Tor Andersson
2017-08-15jni: Make jni compile again.Sebastian Rasmussen
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-19Rejig page separations interface.Robin Watts
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-06-28jni: Avoid freeing data buffer twice in case of error.Sebastian Rasmussen
2017-06-27jni: Make jni compile without warnings.Sebastian Rasmussen
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-06-16Fix MSVC build of mupdf_native.cRobin Watts
2017-06-03Tweak pdf_graft_map API.Robin Watts
2017-05-29java: Avoid casts where original type can be used.Sebastian Rasmussen
2017-04-28jni: Include "mupdf/ucdn.h" explicitly.Sebastian Rasmussen
2017-04-20jni: Pass independent character matrices when walking through text.Sebastian Rasmussen
2017-04-20jni: Fix typo in native identifier.Sebastian Rasmussen
2017-04-20jni: to_Annotation() may fz_throw(), make it safe.Sebastian Rasmussen
2017-04-20jni: PDFAnnotation and PDFPage additions.Sebastian Rasmussen
2017-04-20jni: Implement missing interfaces.Sebastian Rasmussen
2017-04-20jni: Check that JNI enums match those in the library.Sebastian Rasmussen
2017-04-18jni: Propagate exception message, do not override it.Sebastian Rasmussen
2017-04-18jni: Clear java exception when rethrow via fz_throw().Sebastian Rasmussen
2017-04-18jni: NewStringUTF() may throw exception, handle this.Sebastian Rasmussen
2017-04-18jni: Use consistent naming in conversion functions.Sebastian Rasmussen
2017-04-13Export fz_recognize_document and use it in java code.Sebastian Rasmussen
2017-03-28Java fixes.Tor Andersson
2017-03-28Rejig fz_new_device to be fz_new_derived_device.Robin Watts
2017-03-27Tweak document_writer - don't pass dev back in.Robin Watts
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-01Add PDFPage and PDFAnnotation subclasses.Tor Andersson
2017-02-21java: Fix typo in authenticatePassword.Tor Andersson
2017-02-20android: Use system fonts as fallback instead of compiling binary blobs.Tor Andersson
2017-02-14Fix patch drawing in AndroidDrawDevice.Tor Andersson
2017-02-14java: Make PDFDocument a subclass of Document.Tor Andersson
2017-02-06Add bookmarks so we can find a location after reflowing a document.Tor Andersson
2017-01-23android: Add ndk-build makefile to build JNI library for android viewers.Sebastian Rasmussen
2017-01-17Fix typos.Sebastian Rasmussen