summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
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
2012-03-01Setjmp/longjmp exception tweaks.Robin Watts
2012-03-01Remove mask entry from fz_pixmap as never used any more.Robin Watts
2012-02-29Fix trailing whitespace and mixed tabs/spaces in indentation.Tor Andersson
2012-02-29Fix typo that causes an undefined pointer to be freed.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-25Fix assert/SEGVs seen in cluster due to using a color image as a mask.Robin Watts
2012-02-25Revamp pdf lexing codeRobin Watts
2012-02-25Add fz_trim_buffer function, and call it.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts