summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-10-29Fix 696303: Off-by-one error when checking for exception stack overflow.Tor Andersson
2015-10-21Bump version number.Tor Andersson
2015-10-14Add proper support for when a combobox widget has options that are 2-element ...Michael Vrhel
2015-10-14Add FZ_UNUSED macro for use with public static inline functions.Tor Andersson
2015-10-06epub: Implement style 'visibility' attribute.Tor Andersson
2015-10-06xps: Add separate link parsing step.Tor Andersson
2015-10-06xps: Make guts of path and text parsing publically visible.Tor Andersson
2015-10-06xps: Simplify transform attribute/tag parsing.Tor Andersson
2015-10-02Don't stretch CJK substitute fonts.Tor Andersson
2015-10-02Fix 696148: Always create a glyph width table.Tor Andersson
2015-10-02Bug 696117: Add NaCl cross compile rules.Robin Watts
2015-10-02Reference count fz_outline struct.Robin Watts
2015-10-01Bug 696146: Improve pdf_repair to find /Root in new style XRefs.Robin Watts
2015-09-30Bug 696115: Further fix for setjmp/longjmp.Robin Watts
2015-09-29add fz_separation_disabled_on_page() and related functionsfredrossperry
2015-09-28Bug 696115: Fix problem with fz_try/fz_catch with modern gcc's.Robin Watts
2015-09-15epub: Use a fallback font.Tor Andersson
2015-09-14Add utility functions to help reduce device creation boilerplate.Tor Andersson
2015-09-10Add missing prototype for fz_keep_pageMichael Vrhel
2015-09-02Add in support for icc profiles in gprf/gproof formatMichael Vrhel
2015-09-01Update UCDN database.Tor Andersson
2015-08-27Support several levels of incremental xrefPaul Gardiner
2015-08-27Add a deep-copy function for pdf objectsPaul Gardiner
2015-08-27Ensure the unsaved signatures list is held in ascending orderPaul Gardiner
2015-08-24Move ucdn.h into public headers.Tor Andersson
2015-08-24Fix typo.Tor Andersson
2015-08-17Add fz_read_string function to read a null terminated stringRobin Watts
2015-08-17Add JNI interface to MuPDFCore to read/write separations on a page.Robin Watts
2015-07-31Clean up fz_read_[u]intNN() functions and add big-endian versions.Tor Andersson
2015-07-29Add support for parsing GIF images.Sebastian Rasmussen
2015-07-29Support reading LZW codes in reverse order from each byte.Sebastian Rasmussen
2015-07-29Support reading stream bits in reverse order.Sebastian Rasmussen
2015-07-29Support LZW codes shorter than 9 bits.Sebastian Rasmussen
2015-07-20Improve Grid fitting of images for .gproof files.Robin Watts
2015-07-20Code to generate a GProof file from a currently opened document.Robin Watts
2015-07-20First cut at gprf document handler.Robin Watts
2015-07-20Tweak fz_tempfile to include directory hint.Robin Watts
2015-07-10Add some more comments to the fz_separations class.Robin Watts
2015-06-29Add separations functions to the fz_page interface.Robin Watts
2015-06-29Add Separation class to fitz.Robin Watts
2015-06-29Further tweaks to fz_image handling.Robin Watts
2015-06-29Rejig the internals of fz_image slightly.Robin Watts
2015-06-29Add an fz_tempfile utility.Robin Watts
2015-06-26Add stream functions for reading LE values of different sizesRobin Watts
2015-06-26Bug 696053: Update windows mupdf to respect command line flags.Robin Watts
2015-06-05Fix mutool clean for FZ_LARGEFILE case.Robin Watts
2015-06-02Fix FZ_LARGEFILE operation for large files with old style xrefs.Robin Watts
2015-05-19epub: User stylesheets.Tor Andersson
2015-05-19epub: Support !important property declarations.Tor Andersson