summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2015-05-15epub: Use flag bits for white-space enum.Tor Andersson
2015-05-15epub: Apply @page selector margins.Tor Andersson
2015-05-15epub: Handle white-space property.Tor Andersson
2015-05-15Memento improvements.Robin Watts
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-05-14Remove stray duplicate #defineRobin Watts
2015-05-14Move away from file descriptors to FILE *'s.Robin Watts
2015-05-07Update version number to 1.7a for the bugfix release.Tor Andersson
2015-05-06epub: Add 'auto' as a special number value.Tor Andersson
2015-05-05epub: Parse (and ignore) display: inline-block.Tor Andersson
2015-05-05epub: Decode URL escapes in epub paths.Tor Andersson
2015-05-04epub: Fix 695971: Don't confuse id selectors (#name) with colors in CSS.Tor Andersson
2015-04-27epub: Support individual T,B,L,R border styles and colors.Tor Andersson
2015-04-23epub: Support roman and alphabetic numbering in ordered lists.Tor Andersson
2015-04-20epub: list items with bullets and countersTor Andersson
2015-04-16mutool clean -z option to compress streams.Tor Andersson
2015-04-16ASCIIHexEncode inline images during sanitization if do_ascii is set.Tor Andersson
2015-04-16Avoid forward definition of enums.Robin Watts
2015-04-15epub: Be resilient in the face of broken CSS.Tor Andersson
2015-04-14Split fz_meta into separate querying functions.Tor Andersson
2015-04-09Remove the _no_run functions.Tor Andersson
2015-04-07Fix whitespace.Tor Andersson
2015-04-07Tweak CHANGES and README for release 1.7.Robin Watts
2015-04-07Trigger default layout in fz_document layer.Tor Andersson
2015-04-07Structured text extraction; improve glyph bounding box calculations.Robin Watts
2015-04-06Move the guts of pdfclean into the lib.Robin Watts
2015-04-03Bug 694713: Avoid assert when using pdf_page_writeRobin Watts
2015-03-25Bug 695878: Add entry to fz_outline to indicate if outline entry is openRobin Watts
2015-03-24Update our printf to cope with various useful extensions.Robin Watts