summaryrefslogtreecommitdiff
path: root/platform/java/mupdf_native.h
AgeCommit message (Expand)Author
2018-09-21Regularize language and script names.Tor Andersson
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-06jni: Add interface for snapping selection to structured text.Sebastian Rasmussen
2018-09-06jni: Add StructuredTextWalker interface.Sebastian Rasmussen
2018-08-10Rejig pdf_update_page and pdf_update_annot.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-05-16Purge unused functions.Tor Andersson
2018-05-09Fix java build.Tor Andersson
2018-04-05jni: Expose interfaces for setting gamma and inverting pixmaps.Sebastian Rasmussen
2018-03-16Add simple fonts with 8-bit greek and cyrillic encodings.Tor Andersson
2018-03-16Add simple CJK font creation.Tor Andersson
2018-02-27Improve line ending style accessors.Tor Andersson
2018-02-13Add JNI and JS bindings to layer device calls.Tor Andersson
2018-01-31Update mupdf_native.h header.Tor Andersson
2018-01-27jni: Add Java interfaces to fz_stream and fz_output types.Tor Andersson
2017-11-22jni/js: Add support for annotation modification dates.Sebastian Rasmussen
2017-11-22jni/js: Use correct text encoding in annotation author and contents.Fred Ross-Perry
2017-11-22jni/js: Add interfaces for creating UTF-16BE and PDF byte strings.Sebastian Rasmussen
2017-11-22jni: Remove unnecessary PDFObject.asByteName().Sebastian Rasmussen
2017-11-10jni: Update for StructuredText highlight and copy changes.Tor Andersson
2017-08-17Update java for structured text and other changes.Tor Andersson
2017-08-15jni: Make jni compile again.Sebastian Rasmussen
2017-07-19Rejig page separations interface.Robin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-06-03Tweak pdf_graft_map API.Robin Watts
2017-04-20jni: PDFAnnotation and PDFPage additions.Sebastian Rasmussen
2017-04-20jni: Implement missing interfaces.Sebastian Rasmussen
2017-04-20jni: Remove exposed device hints.Sebastian Rasmussen
2017-04-18jni: Fix typo in identifier.Sebastian Rasmussen
2017-04-13Export fz_recognize_document and use it in java code.Sebastian Rasmussen
2017-03-28Java fixes.Tor Andersson
2017-03-01Add PDFPage and PDFAnnotation subclasses.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
2016-11-16pdf: Add 'compressed/raw' flag to pdf_add_stream.Tor Andersson
2016-10-26Update ios/android to use new way of passion stext options.Sebastian Rasmussen
2016-10-21jni: Update mupdf_native.h.Tor Andersson
2016-09-23Clean up annotation enum names.Tor Andersson
2016-09-14Android example - Add proofing support.fred ross-perry
2016-09-08Add options to control heuristics in structured text.Sebastian Rasmussen
2016-09-08JNI: Make exceptions unchecked.Sebastian Rasmussen
2016-09-01JNI: Support size() and push() for arrays.Sebastian Rasmussen
2016-08-23Java - correct the JNI signatures for bbox fields in StructuredText inner cla...Fred Ross-Perry
2016-08-02JNI: Add/change PDFDocument.save() related methods.Sebastian Rasmussen
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-17JNI: Implement document Outline.Sebastian Rasmussen