summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-24Bug 696983 - Fix bidirectional XPS spacing.Tor Andersson
2016-08-24When NULL is added to PDF dicts/arrays, insert null objects.Sebastian Rasmussen
2016-08-24Be stricter in what can be added into arrays/dicts.Sebastian Rasmussen
2016-08-24Do not resolve PDF dict keys before using them.Sebastian Rasmussen
2016-08-24Always check that PDF dict keys are names in same way.Sebastian Rasmussen
2016-08-24Add macros for checking PDF object type.Sebastian Rasmussen
2016-08-24Turn warnings in dict/array functions into exceptions.Sebastian Rasmussen
2016-08-23Java - correct the JNI signatures for bbox fields in StructuredText inner cla...Fred Ross-Perry
2016-08-22Document part of fz_stream interface.Sebastian Rasmussen
2016-08-21Fix typo in document creation macro.Sebastian Rasmussen
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-17zip: Used unpacked entry size, not listed entry size.Sebastian Rasmussen
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-16JS: Push null if image lacks an image mask.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-07Fix fz_vsnprintf() so it prints %zu.Sebastian Rasmussen
2016-08-07JNI: Only store links/annotations if all are successfully handled.Sebastian Rasmussen
2016-08-02JS: Add Path.curveTo*(), similar to JNI.Sebastian Rasmussen
2016-08-02JS: Add several Image.get*() methods similar to JNI.Sebastian Rasmussen
2016-08-02JS: Add Pixmap.getX() and .getY() similar to JNI.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-08-02Re-add line endings for mutool show grep.Sebastian Rasmussen
2016-08-02Remove function not being called.Sebastian Rasmussen
2016-08-02Parse more fz_document_writer() options.Sebastian Rasmussen
2016-08-01Move to bitfields in fz_font rather than chars/ints etc.Robin Watts
2016-08-01Bug 696984: Badly rendered characters.Robin Watts
2016-07-31Java: Add import of ByteArrayOuputStream.Sebastian Rasmussen
2016-07-31Make mutool clean only iterate over valid link annotations.Sebastian Rasmussen
2016-07-31Make sure that number of colors in mesh params is valid.Sebastian Rasmussen
2016-07-22Bug 696941: Fix use after free.Robin Watts
2016-07-22Move hash calculation outside locked region.Robin Watts
2016-07-22Speed tweaks to muraster.Robin Watts
2016-07-22Fix pixmap and reference leak in pdfextract.Sebastian Rasmussen