summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2012-08-06Check for a display list before trying to render it in pdfappSebastian Rasmussen
2012-08-06Add option to mudraw to process further files upon errorSebastian Rasmussen
2012-08-06Make use of fz_always instead of repeating code for error and normal pathSebastian Rasmussen
2012-08-06Handle exceptions better in mupdfcleanSebastian Rasmussen
2012-07-27Fix typo in pdfshow.Tor Andersson
2012-07-27Fix typo in mudraw preventing tracking of slowest page drawSebastian Rasmussen
2012-07-25Exit in child process if fork/exec to open $BROWSER doesn't work.Tor Andersson
2012-07-06Use pdf_fprintf_obj instead of pdf_print_obj in apps.Sebastian Rasmussen
2012-07-05Move to static inline functions from macros.Robin Watts
2012-07-05Avoid calling pdf_array_len (and friends) in a loop.Robin Watts
2012-07-04Tweak mubusy so it responds to 'pdfclean' as well as 'mupdfclean' etc.Robin Watts
2012-06-15Scale page size by UserUnit in pdfinfo.Tor Andersson
2012-06-13Make backspace go to the previous page in x11 viewer.Sebastian Rasmussen
2012-06-12Remove use of uninialized context.Paul Gardiner
2012-06-12Change mudraw to set the error code if rendering errors present.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-27Print filenames for fastes/slowest page in mudrawSebastian Rasmussen
2012-05-27Have mupdfinfo gather resource info only on what to show.Sebastian Rasmussen
2012-05-23Update usage messages for mubusy command line tools.Tor Andersson
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-10Clamp page numbers given to mupdfclean.Sebastian Rasmussen
2012-05-09Bug 693032: Fix usage messages in mupdfextract and mupdfshowRobin Watts
2012-05-08Bug 693028 - improve mupdf viewer handling of broken page streamsRobin Watts
2012-05-07Warn instead of giving error on missing password in pdfshow.Sebastian Rasmussen
2012-05-01Always print the file name upon errors in mudraw.Sebastian Rasmussen
2012-04-30Remove 2 unused variables.Robin Watts
2012-04-30Simple mupdfposter appRobin Watts
2012-04-28Free document/app when document cannot be shown in X11 viewer.Sebastian Rasmussen
2012-04-28Move guts of pdfclean into new pdf_write function.Robin Watts
2012-04-28Avoid diving by zero in mudraw.Sebastian Rasmussen
2012-04-20Pass UTF8 filename to fz_open_document / fz_open_file to remove kludges.Tor Andersson
2012-04-20Add -ttt into usage string for mudraw.Robin Watts
2012-04-20Update pdf_version to 1.0Robin Watts
2012-04-20Update usage string, and About box.Robin Watts
2012-04-19Bug 692924: Allow mupdfinfo to accept files that don't end in .pdfRobin Watts
2012-04-19Remove 256x256 variant from windows icon to support VS2005.Tor Andersson
2012-04-19Tweak manpages and add makefile rule to generate plain text versions.Tor Andersson
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-04-06Bug 692960: Ensure that -g flag overrides filename detectionRobin 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-03-28Update application icons.Tor Andersson
2012-03-28Bump version string to 1.0 release candidate 1.Tor Andersson
2012-03-21Fix warning where we return nothing rather than NULL in sweepref.Tor Andersson
2012-03-19mupdfclean: eliminate mutual recursion (sweepobj/sweepref).Robin Watts
2012-03-19Add simple 'inverted color' mode for mupdf viewer.Robin Watts