summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2009-07-06Use nil instead of 0 for pointers.Sebastian Rasmussen
2009-07-06Declare functions void if they take no arguments.Sebastian Rasmussen
2009-07-05Make internal functions static.Sebastian Rasmussen
2009-07-05Fix bug in pdfinfo where shadings were gathered as if they were patterns.Sebastian Rasmussen
2009-07-05Fix bugs in pdfinfo where not all objects were properly tracked.Sebastian Rasmussen
2009-07-05Refactor xref opening and closing to a common file for all pdf tools.Sebastian Rasmussen
2009-07-04Follow naming conventions in pdfinfo.Sebastian Rasmussen
2009-07-04Remove creation of fake objects from pdfinfo.Sebastian Rasmussen
2009-07-04Remove unused outline from pdfinfo.Sebastian Rasmussen
2009-07-04Improve printing of processed file names in pdfinfo.Sebastian Rasmussen
2009-07-03Use fz_getopt & co.Tor Andersson
2009-07-02Fix some typos in moz_main.Tor Andersson
2009-07-02Increment reference count of catalog and info objects when opening a pdf.Tor Andersson
2009-07-01Initialize zoom factor in winmain.Tor Andersson
2009-07-01Fix warning about signedness conversions.Tor Andersson
2009-07-01Update mozilla plugin to new fz_obj architecture.Tor Andersson
2009-07-01Update mozilla plugin error handling.Tor Andersson
2009-06-30Add support to print information about encrypted pdfs.Sebastian Rasmussen
2009-06-30Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make a...Tor Andersson
2009-06-29Attempt to continue is password is missing for pdf debug tools.Sebastian Rasmussen
2009-06-29Correct pdfinfo usage text.Sebastian Rasmussen
2009-06-22Validate command-line zoom factor.Sebastian Rasmussen
2009-06-22Properly initialize variables in pdfextract.Sebastian Rasmussen
2009-06-11Re-enable text extraction functions.Tor Andersson
2009-05-12Update winmain.c for fz_error changing to a simple int.Ralph Giles
2009-05-23Removed dumping of images from pdfshow.Sebastian Rasmussen
2009-05-23Added separate image/font extraction tool.Sebastian Rasmussen
2009-05-23Fix typos in pdfshow usage text.Sebastian Rasmussen
2009-05-10Properly drop xref when object has been shown.Sebastian Rasmussen
2009-05-03Dump images as pnm if decoded and shown in binary.Sebastian Rasmussen
2009-05-02Fix typo in pdfinfo.Sebastian Rasmussen
2009-05-01Not getting meta information is not fatal.Sebastian Rasmussen
2009-05-01Make use of aging and eviction of items in store to enable caching of items b...Sebastian Rasmussen
2009-03-08Fix whitespace issues.Sebastian Rasmussen
2009-04-03Replaced alloc/free with fitz specific implementation.Sebastian Rasmussen
2009-03-16Fix some Coverity issues.Tor Andersson
2009-03-11Remove fz_outofmem constant.Tor Andersson
2009-03-11Change fz_error* struct into an integer error type fz_error.Tor Andersson
2009-03-11Fix typo in getopt string.Tor Andersson
2009-03-11Add fz_catch function, and cause the throw/rethrow/catch functions to print t...Tor Andersson
2009-03-06Add missing pdfdraw tool.Tor Andersson
2009-03-05Split pdftool into separate mini-tools again.Tor Andersson
2009-03-02Handle single image filters when printing information.Sebastian Rasmussen
2009-03-02Do resolve on the correct object when printing information.Sebastian Rasmussen
2009-03-02Make mask with colorspace just be a warning when printing information.Sebastian Rasmussen
2009-02-28Fix typo.Sebastian Rasmussen
2009-02-28Properly handle alternate colorspaces.Sebastian Rasmussen
2009-02-28Use pdf font name if no base font name is available.Sebastian Rasmussen
2009-02-28Handle files without pages.Sebastian Rasmussen
2009-02-28No resolving of objects that do not exist.Sebastian Rasmussen