summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2012-06-18Fix indentation and white space errors.Tor Andersson
2012-06-15Support UserUnit for scaling PDF pages.Tor Andersson
2012-06-13Tweak pdf_new_{rect,matrix,xobject} to avoid warnings.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-06-12Followup to commit 120dadb; improved error handling during interpretation.Robin Watts
2012-06-11Fix Bug 693099: Render failure due to corrupt jpeg data.Robin Watts
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-05-10Combine all small tools into mubusy and remove the separate executables.Tor Andersson
2012-05-10Fix whitespace errors.Tor Andersson
2012-05-10mupdfclean - update to allow renumbering of encrypted objectsRobin Watts
2012-05-08Bug 693028 - improve mupdf viewer handling of broken page streamsRobin Watts
2012-05-08Switch to reading content streams on the fly during interpretation.Robin Watts
2012-05-08Update seeking behaviour of null streams.Robin Watts
2012-05-03Bug 693022: Image/Pixmaps stuck in cacheRobin Watts
2012-04-30Fix problem with SEGV in page tree loading.Robin Watts
2012-04-30Proper fix for previous locking issues.Robin Watts
2012-04-30Simple mupdfposter appRobin Watts
2012-04-30Fix locking issues discovered by Sebras.Robin Watts
2012-04-28Move guts of pdfclean into new pdf_write function.Robin Watts
2012-04-22Avoid leaking the page stack in pdf_load_page_tree_node.Robin Watts
2012-04-21Correct mistake in fz_meta.Robin Watts
2012-04-21Big 692996: Eliminate recursion to avoid exception stack overflows.Robin Watts
2012-04-19Bug 692847: Tiling problem fix.Robin Watts
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-04-16Reduce the changes that mupdfclean makes to floats.Robin Watts
2012-04-05Fix potential problems on malloc failure.Robin Watts
2012-04-05Don't unlock a lock we don't own.Robin Watts
2012-04-05Bug 692141 - Work around bug in VS2005 Team SuiteRobin Watts
2012-03-28Whitespace fixes.Tor Andersson
2012-03-19Bug 692669: Snap Rotate values for pages to be a multiple of 90Robin Watts
2012-03-19Bug 692746; avoid 'double palettes' on jpx images.Robin Watts
2012-03-15Bug 692874: Fix Launch annotations.Robin Watts
2012-03-14Bug 692917: Move to dynamic stroke_states.Robin Watts
2012-03-14Warn not throw on indirection cycles in pdf_resolve_indirect.Robin Watts
2012-03-14Avoid NULL dereferences in error cases when trying to warn.Robin Watts
2012-03-13Add ctx argument and rename fz_bound_pixmap to fz_pixmap_bbox.Tor Andersson
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-12Merge branch 'master' into header-splitRobin Watts
2012-03-12Squash MSVC warning.Robin Watts
2012-03-12Fix bitshifting by a negative amount in PS functionsRobin Watts
2012-03-12Take care of boundary conditions in ps function evaluation.Sebastian Rasmussen
2012-03-07More release tidyups.Robin Watts
2012-03-07Splitting tweaks.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-03-06Fix ref counting bugs in race condition correction code.Robin Watts
2012-03-06Warn instead of throw when permissions are missing in encrypted PDF.Sebastian Rasmussen
2012-03-06Guess encryption revision from the version if missing.Sebastian Rasmussen