summaryrefslogtreecommitdiff
path: root/pdf/mupdf.h
AgeCommit message (Expand)Author
2013-02-22Add fz_get_annot_typePaul Gardiner
2013-02-20Bug 693639: some convenience functions.Tor Andersson
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-31Add support for annotation creationPaul Gardiner
2013-01-30Parts of Robin's PDF editing/page creation commit useful for annotationsPaul Gardiner
2013-01-30Always pass value structs (rect, matrix, etc) as values not by pointer.Tor Andersson
2013-01-04Bug 693503: Fix stack overflows due to infinite recursion.Robin Watts
2012-10-25Support separate rendering of the main page contents and the annotationsPaul Gardiner
2012-10-17First steps towards supporting transitions.Robin Watts
2012-10-08Bug 693350: Add some dreaded 'const's for string keys.Robin Watts
2012-09-06Add pdf_dict_puts_drop function.Robin Watts
2012-09-04Merge branch 'master' into formsPaul Gardiner
2012-08-29Merge branch 'master' into formsPaul Gardiner
2012-08-28Add fz_open_document_with_stream function.Tor Andersson
2012-08-23Rename fz_new_name to pdf_new_name.Robin Watts
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