summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
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
2012-03-13Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.Tor Andersson
2012-03-12Create style sheet and group extracted text into blocks, lines and spans.Tor Andersson
2012-03-12Merge branch 'header-split'Robin Watts
2012-03-12Add -w, -h and -f options to mudraw.cRobin Watts
2012-03-12More API work.Robin Watts
2012-03-12Merge branch 'master' into header-splitRobin Watts
2012-03-12More API tidying.Robin Watts
2012-03-10Make mudraw and the trace device print well-formed XML.Sebastian Rasmussen
2012-03-07More release tidyups.Robin Watts
2012-03-07Tweak Halftone functionsRobin Watts
2012-03-07Splitting tweaks.Tor Andersson