summaryrefslogtreecommitdiff
path: root/pdf/pdf_page.c
AgeCommit message (Expand)Author
2012-06-21Forms: permit annotations with no appearance streamPaul Gardiner
2012-06-01Merge branch 'master' into formsPaul Gardiner
2012-05-08Switch to reading content streams on the fly during interpretation.Robin Watts
2012-05-08Forms: handle field appearance change on mouse up/downPaul Gardiner
2012-04-30Fix problem with SEGV in page tree loading.Robin Watts
2012-04-22Avoid leaking the page stack in pdf_load_page_tree_node.Robin Watts
2012-04-21Big 692996: Eliminate recursion to avoid exception stack overflows.Robin Watts
2012-04-05Fix potential problems on malloc failure.Robin Watts
2012-03-19Bug 692669: Snap Rotate values for pages to be a multiple of 90Robin Watts
2012-03-13Rename some functions and accessors to be more consistent.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-25Add fz_trim_buffer function, and call it.Robin Watts
2012-02-03Reference count fz_link objects.Tor Andersson
2012-02-03Add document interface.Tor Andersson
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-13Rework pdf_resolve_indirect to make it idempotent.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-09Update fz_try/fz_catch to be fz_try/{fz_always}/fz_catch.Robin Watts
2012-01-06Add 'marking' functions for dictionaries.Robin Watts
2011-12-23Generalise pdf_links to be fz_links.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-15More Memsqueezing fixes.Robin Watts
2011-12-15Another Memsqueezing bug.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-01Don't round the mediabox when loading the pdf_page object.Tor Andersson
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-04-09Throw an error if none of the content stream parts could be loaded.Tor Andersson
2011-04-08Be even less strict about broken page content array parts.Tor Andersson
2011-04-08Recover from error when only parts of the page content array are broken.Tor Andersson
2011-04-07pdf: Purge unmaintained debug/log printing messages.Tor Andersson
2011-04-05Clean up xps and pdf page access functions.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04pdf: Rename mupdf directory.Tor Andersson