summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2016-08-23Java - correct the JNI signatures for bbox fields in StructuredText inner cla...Fred Ross-Perry
2016-08-19Android example: added text searching.Fred Ross-Perry
2016-08-19Java - change contains() in Rect and RectI to properly handle empty rects.Fred Ross-Perry
2016-08-17Android example - add first page and last page buttonsFred Ross-Perry
2016-08-16Android example - update gradle versionfredross-perry
2016-08-16Android example - remove isBlank, start2=afterFirstLayoutComplete, ul/dr=uppe...fredross-perry
2016-08-16Java/JNI - add TextChar.isWhitespacefredross-perry
2016-08-16Android example - simple implementation of reflow.fred ross-perry
2016-08-16Android java - ad textAsHtml() to the Page class.fred ross-perry
2016-08-16Android viewer: get experimental proofing to build again.fred ross-perry
2016-08-16Android example: fix initial layout timing issue.fred ross-perry
2016-08-16Android example - fix a crash bug by recycling bitmaps between documents.fred ross-perry
2016-08-16Android example : improved text selection.fred ross-perry
2016-08-16Java/JNI - Add empty ctor and union method to Rect and RectI.fred ross-perry
2016-08-16JNI: Add finalizers for Shade and PDFGraftMap.Sebastian Rasmussen
2016-08-15JNI: BufferOutputStream should only be used for writing.Sebastian Rasmussen
2016-08-08Android example - collected changesfred ross-perry
2016-08-08Java/JNI: Added blocks/lines/spans/chars to StructuredText.fred ross-perry
2016-08-08android java - add "contains" function to Rect.fred ross-perry
2016-08-07JNI: Only store links/annotations if all are successfully handled.Sebastian Rasmussen
2016-08-02JNI: Add/change PDFDocument.save() related methods.Sebastian Rasmussen
2016-08-02JNI: Delete forgotten global references to classes.Sebastian Rasmussen
2016-08-02JNI: Put all Pixmap.clear() in a single location.Sebastian Rasmussen
2016-07-31Java: Add import of ByteArrayOuputStream.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-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 696662: Android viewer: data from URI stream fix.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