Age | Commit message (Expand) | Author |
2018-04-05 | jni: Expose interfaces for setting gamma and inverting pixmaps. | Sebastian Rasmussen |
2018-03-16 | Add simple fonts with 8-bit greek and cyrillic encodings. | Tor Andersson |
2018-03-16 | Add simple CJK font creation. | Tor Andersson |
2018-02-27 | Improve line ending style accessors. | Tor Andersson |
2018-02-13 | Add JNI and JS bindings to layer device calls. | Tor Andersson |
2018-02-08 | jni: Remove unnecessary close callback in seekable stream interface. | Tor Andersson |
2018-01-27 | jni: Add Java interfaces to fz_stream and fz_output types. | Tor Andersson |
2017-11-22 | jni/js: Add support for annotation modification dates. | Sebastian Rasmussen |
2017-11-22 | jni/js: Use correct text encoding in annotation author and contents. | Fred Ross-Perry |
2017-11-22 | jni/js: Add interfaces for creating UTF-16BE and PDF byte strings. | Sebastian Rasmussen |
2017-11-22 | jni: Remove unnecessary PDFObject.asByteName(). | Sebastian Rasmussen |
2017-11-22 | jni: Put destination coordinates into Outline object. | Fred Ross-Perry |
2017-11-22 | jni: Initialize Context before using any MuPDF classes. | Sebastian Rasmussen |
2017-11-22 | jni: Clarify initialization order in Context. | Sebastian Rasmussen |
2017-11-10 | jni: Update for StructuredText highlight and copy changes. | Tor Andersson |
2017-08-17 | Update java for structured text and other changes. | Tor Andersson |
2017-08-15 | jni: Make jni compile again. | Sebastian Rasmussen |
2017-07-19 | Rejig page separations interface. | Robin Watts |
2017-06-22 | Add Color Management interface to MuPDF, with LCMS implementation. | Michael Vrhel |
2017-06-03 | Tweak pdf_graft_map API. | Robin Watts |
2017-04-20 | jni: Add constructor to duplicate existing matrix. | Sebastian Rasmussen |
2017-04-20 | jni: PDFAnnotation and PDFPage additions. | Sebastian Rasmussen |
2017-04-20 | jni: Implement missing interfaces. | Sebastian Rasmussen |
2017-04-20 | jni: Remove exposed device hints. | Sebastian Rasmussen |
2017-04-18 | jni: Fix typo in identifier. | Sebastian Rasmussen |
2017-04-13 | Export fz_recognize_document and use it in java code. | Sebastian Rasmussen |
2017-03-27 | Tweak document_writer - don't pass dev back in. | Robin Watts |
2017-03-15 | Add PDF_ANNOT_UNKNOWN enum. | Tor Andersson |
2017-03-01 | Add PDFPage and PDFAnnotation subclasses. | Tor Andersson |
2017-02-14 | Fix patch drawing in AndroidDrawDevice. | Tor Andersson |
2017-02-14 | java: Make PDFDocument a subclass of Document. | Tor Andersson |
2017-02-06 | Add fitPage, fitPageWidth functions to AndroidDrawDevice. | Tor Andersson |
2017-02-06 | Add bookmarks so we can find a location after reflowing a document. | Tor Andersson |
2017-01-31 | Add helper functions to AndroidDrawDevice. | Tor Andersson |
2017-01-23 | android: Add ndk-build makefile to build JNI library for android viewers. | Sebastian Rasmussen |
2017-01-17 | java: Simplify loadLibrary call. | Tor Andersson |
2017-01-09 | java: Clean up and simplify example viewer. | Tor Andersson |
2016-11-16 | pdf: Add 'compressed/raw' flag to pdf_add_stream. | Tor Andersson |
2016-11-15 | Fix Java 32/64bit detection. | Robin Watts |
2016-11-15 | Update JNI code to load 32 or 64 bit DLL as appropriate. | Robin Watts |
2016-11-08 | Change access to protected on parts of Image.java to allow AndroidImage to bu... | fred ross-perry |
2016-11-03 | jni: Make it easy to use stext without options. | Sebastian Rasmussen |
2016-11-02 | jni: Add AndroidImage, using Android Bitmaps to create Images. | Sebastian Rasmussen |
2016-10-26 | Update ios/android to use new way of passion stext options. | Sebastian Rasmussen |
2016-09-23 | Android example: move kankan module. | Fred Ross-Perry |
2016-09-23 | JNI: Rework conversion functions and nulls. | Robin Watts |
2016-09-23 | Clean up annotation enum names. | Tor Andersson |
2016-09-15 | JNI: Ensure that BufferInputStream position is in range. | Sebastian Rasmussen |
2016-09-15 | JNI: Rename member variable to fit with usage. | Sebastian Rasmussen |
2016-09-14 | Android example - Add proofing support. | fred ross-perry |