summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
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
2012-03-19Bug 692934: Add Zoom to Width/Zoom to Height to MuPDF viewerRobin Watts
2012-03-16Allow XPS document to be opened from unzipped _rels/.rels in mupdf app again.Tor Andersson
2012-03-16Add missing mudraw.1 man page.Robin Watts
2012-03-16Mudraw: Maximum width/height flags.Robin Watts
2012-03-16Bug 692805: BBox rounding issuesRobin Watts
2012-03-15Bug 692866: Do not add a final newline when cutting/pasting.Robin Watts
2012-03-15Bug 692871: Improve X11 cut/paste handlingRobin Watts
2012-03-14Fix memory leaks in style sheet handling of the new text device.Tor Andersson
2012-03-13Bug 692882 - fix buffer overflow.Robin Watts
2012-03-13Make fz_print functions all take a FILE *.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