Age | Commit message (Expand) | Author |
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 |
2016-09-14 | Android example - drawing ink annotations | fred ross-perry |
2016-09-08 | Add options to control heuristics in structured text. | Sebastian Rasmussen |
2016-09-08 | JNI: Make exceptions unchecked. | Sebastian Rasmussen |
2016-09-01 | JNI: Support size() and push() for arrays. | Sebastian Rasmussen |
2016-09-01 | JNI: Remove unused nativeAnnots/-Links. | Sebastian Rasmussen |
2016-08-19 | Java - change contains() in Rect and RectI to properly handle empty rects. | Fred Ross-Perry |
2016-08-16 | Java/JNI - add TextChar.isWhitespace | fredross-perry |
2016-08-16 | Android java - ad textAsHtml() to the Page class. | fred ross-perry |
2016-08-16 | Java/JNI - Add empty ctor and union method to Rect and RectI. | fred ross-perry |
2016-08-15 | JNI: BufferOutputStream should only be used for writing. | Sebastian Rasmussen |
2016-08-08 | Java/JNI: Added blocks/lines/spans/chars to StructuredText. | fred ross-perry |
2016-08-08 | android java - add "contains" function to Rect. | fred ross-perry |
2016-08-02 | JNI: Add/change PDFDocument.save() related methods. | Sebastian Rasmussen |
2016-08-02 | JNI: Put all Pixmap.clear() in a single location. | Sebastian Rasmussen |
2016-07-20 | JNI: Add PDFDocument methods for grafting objects onto documents. | Sebastian Rasmussen |
2016-07-20 | JNI: Add DisplayList.toStructuredText(). | Sebastian Rasmussen |
2016-07-20 | JNI: Implement PDFOBject.write*() methods. | Sebastian Rasmussen |
2016-07-20 | JNI: Declare methods for internal use private. | Sebastian Rasmussen |
2016-07-18 | JNI: Fix typo in Pixmap.getSample() interface. | Sebastian Rasmussen |
2016-07-17 | JNI: Implement document Outline. | Sebastian Rasmussen |
2016-07-17 | JNI: Implement Link for hyperlinks in document. | Sebastian Rasmussen |
2016-07-17 | JNI: When adding stream/page contents, accept String. | Sebastian Rasmussen |
2016-07-17 | JNI: Add BufferInputStream, BufferOutputStream. | Sebastian Rasmussen |
2016-07-17 | JNI: Extend Buffer interface, especially for reading. | Sebastian Rasmussen |
2016-07-17 | JNI: Cleanup of Annotation and PDFObject_toByteString. | Sebastian Rasmussen |
2016-07-15 | java - move fitz sources into a 'src' subfolder. | fred ross-perry |