summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-16mutool draw: Add banded mode output for pbm files.Robin Watts
2016-03-16Avoid unused var warnings in Memento ref counting code.Robin Watts
2016-03-16glyph plotter; Use repeated inclusion of headerRobin Watts
2016-03-16Add optimised CMYK plotters.Robin Watts
2016-03-16Spot when we are fz_outputting to /dev/null or nul:Robin Watts
2016-03-16Speed pam writing.Robin Watts
2016-03-16Bug 696648: Send -sm output to stderr.Robin Watts
2016-03-16Minimize number of extra braces in the try/catch macros.Tor Andersson
2016-03-15Tweak fz_try/catch to fix overflow case.Robin Watts
2016-03-15Avoid shadowing 'stm' variable.Robin Watts
2016-03-15Memento: Track fz_streams.Robin Watts
2016-03-15Memento: Fix specification of -ldl in memento builds.Robin Watts
2016-03-15Memento: Avoid warnings building without HAVE_LIBDLRobin Watts
2016-03-15Fix leak in PDF device.Robin Watts
2016-03-15Make PDF objects ref changes memento-trackable.Robin Watts
2016-03-15Memento: Rename memento 'globals' to 'memento'.Robin Watts
2016-03-15Make all ref changes on storable items Memento trackable.Robin Watts
2016-03-15Memento: Add Memento_{takeRef,dropRef,reference} functions.Robin Watts
2016-03-15Fix leak in PDF inline image handling.Robin Watts
2016-03-15mudraw: Fix leak of fz_output in stdout case.Robin Watts
2016-03-15Fix mode2compress for PCL.Robin Watts
2016-03-15Fix leak/missing error cleanup in halftoning code.Robin Watts
2016-03-15Mutool draw: Simplify output handling code.Robin Watts
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
2016-03-14Make pdf_is_stream work on loaded stream dictionary objects as well.Tor Andersson
2016-03-14Fix 696507: Clamp correct values in fz_invert_pixmap_rect.Tor Andersson
2016-03-14html: Use pair break table from UAX #14 to add soft breaks.Tor Andersson
2016-03-14ucdn: Add support for UAX#14 linebreaking classes.Sebastian Rasmussen
2016-03-14xml: Fix linebreak before closing tag test.Tor Andersson
2016-03-14Build java on 32-bit linux.Tor Andersson
2016-03-14Add C++ extern "C" guards in public header files.Tor Andersson
2016-03-14mudraw: Print summary information to stderr.Tor Andersson
2016-03-14Make release build the default.Tor Andersson
2016-03-14js: Document password and metadata.Tor Andersson
2016-03-14js: Add DisplayList and DisplayListDevice.Tor Andersson
2016-03-14js: Fix some reference counting errors.Tor Andersson
2016-03-14js: Add upcasting to fz_document from pdf_document.Tor Andersson
2016-03-14js: More object accessor functions.Tor Andersson
2016-03-14js: Add pdf.countPages and pdf.findPage.Tor Andersson
2016-03-14js: Add buffer.save() to write contents of buffer to file.Tor Andersson
2016-03-14js: Add obj.writeStream and writeRawStream to update stream contents.Tor Andersson
2016-03-14js: Add obj.readStream and obj.readRawStream.Tor Andersson
2016-03-14js: Add PDFObject.forEach(f) to iterate over dictionaries and arrays.Tor Andersson
2016-03-14Fix TextWalker.showGlyph signature string.Tor Andersson
2016-03-14Take pdf_obj argument to pdf_is_stream.Tor Andersson
2016-03-11Bug 696634: Android: Allow filenames including hash.Robin Watts
2016-03-11Fix various warnings.Robin Watts
2016-03-11Implement fz_text_language support functions.Robin Watts
2016-03-11Rejig Bidirectional and Text code.Robin Watts
2016-03-10Memento: Pull in latest fixes from gs.Robin Watts