summaryrefslogtreecommitdiff
path: root/pdf/pdf_page.c
AgeCommit message (Expand)Author
2013-02-26Implement annotation deletion, with necessary changes to partial updatePaul Gardiner
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-04Bug 693503: Fix stack overflows due to infinite recursion.Robin Watts
2012-10-17First steps towards supporting transitions.Robin Watts
2012-08-08Merge branch 'master' into formsPaul Gardiner
2012-08-06Fix leak of page objects/refs for documents without page treeSebastian Rasmussen
2012-08-06Make use of fz_always instead of repeating code for error and normal pathSebastian Rasmussen
2012-08-06No need to check for NULL before dropping objectsSebastian Rasmussen
2012-08-01Merge branch 'master' into formsPaul Gardiner
2012-07-09Forms: add widget enumeration, and text-widget content typePaul Gardiner
2012-07-06Improve bounds checking in page tree.Sebastian Rasmussen
2012-07-05Merge branch 'master' into formsRobin Watts
2012-07-05Move to static inline functions from macros.Robin Watts
2012-06-21Forms: permit annotations with no appearance streamPaul Gardiner
2012-06-15Support UserUnit for scaling PDF pages.Tor Andersson
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