summaryrefslogtreecommitdiff
path: root/pdf/mupdf.h
AgeCommit message (Expand)Author
2012-08-01Merge branch 'master' into formsPaul Gardiner
2012-07-18Update pdf_to_utf8 to handle either a stream or a stringPaul Gardiner
2012-07-06Remove debugging functions for release builds.Sebastian Rasmussen
2012-06-20Add better mechanism for enumerating annotation rectangles.Robin Watts
2012-06-14Add -j flag to mudraw; create simple mujstest scripts automatically.Robin Watts
2012-06-13Remove unnecessary function and improve namingPaul Gardiner
2012-06-12A few general utility functions added for the sake of the forms workPaul Gardiner
2012-05-31Add linearization to pdf_write function.Robin Watts
2012-05-23Bring xref object and stream mutation functions back from the dead.Tor Andersson
2012-05-11Split part of fz_document interface for pdf_document into separate file.Tor Andersson
2012-04-30Simple mupdfposter appRobin Watts
2012-04-28Move guts of pdfclean into new pdf_write function.Robin Watts
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-07Splitting tweaks.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-26Continued documentation improvements.Sebastian Rasmussen
2012-02-26Document the most commonly used interface functions.Sebastian Rasmussen
2012-02-25Revamp pdf lexing codeRobin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-06Pass context to cmap and font descriptor functions.Tor Andersson
2012-02-03Add document interface.Tor Andersson
2012-02-01Tweak to previous pdf_decode_cmap fix.Robin Watts
2012-01-31Fix big 692824: incorrect application of word space.Robin Watts
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-19Transform link rectangles by the hidden page CTM.Tor Andersson
2012-01-19Remove confusing optional 'password' argument to pdf_open_xref.Tor Andersson
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-18Better handling of 'uncacheable' Type3 glyphs. Bug 692745.Robin Watts
2012-01-13Avoid infinite loops with XObjects.Robin Watts
2012-01-12Use the same coordinate system for pdf and xps pages in the interface.Tor Andersson
2012-01-10Automatically load page tree when accessing a page/page count.Sebastian Rasmussen
2012-01-04Bug 692739: Add ability to abort time consuming actionsRobin Watts
2011-12-28Outline/link destination tweaks.Robin Watts
2011-12-23Generalise pdf_links to be fz_links.Robin Watts
2011-12-15Fix warnings/errors on unix builds.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-25First cut at support for OCGs in mupdf (bug 692314)Robin Watts
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-10Add XPS outline parsing and move outline data struct to fz_outline.Tor Andersson
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-06-01Fix android build; bug 692222.Robin Watts
2011-04-15Use DroidSans.ttf as substitute font.Tor Andersson
2011-04-14Expose informational encryption details.Tor Andersson
2011-04-10Combine build and interpret to make csi, gstate and material private structs.Tor Andersson
2011-04-10Clean up mupdf.hTor Andersson
2011-04-10Make crypt struct opaque.Tor Andersson