summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2010-01-16Only take md5sum if there is no pnm output file.Tor Andersson
2009-12-05Fluxh xref between pages in pdfdraw.Sebastian Rasmussen
2009-12-05Remove unnecessary resolve of root and info objects in pdftools.Sebastian Rasmussen
2009-12-03Fork first, then exec.Tor Andersson
2009-12-03Silence compiler warning.Tor Andersson
2009-12-03Fix possible buffer overflows in the viewer application.Tor Andersson
2009-12-02Update win32, jbig2 and jpx code for malloc changes.Tor Andersson
2009-11-29Add some braces and fix up double-indentation on multi-line if/while expressi...Tor Andersson
2009-11-29Clean up some macro incantations to play better with auto-indenting.Tor Andersson
2009-11-29Fix up indentation.Tor Andersson
2009-11-28Malloc cannot return null. Clean up in mupdf resource code.Tor Andersson
2009-11-20Malloc cannot return null. Clean up streams and filters.Tor Andersson
2009-11-20As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...Tor Andersson
2009-08-27Fixed silly typo in pdfinfo text string.Sebastian Rasmussen
2009-08-24Do not have pdfinfo or pdfshow die on corrupt page trees.Sebastian Rasmussen
2009-08-24Load the stream not the image dictionary when extracting images from pdfs.Sebastian Rasmussen
2009-08-23Add type to links so applications can determine how to handle them.Sebastian Rasmussen
2009-08-21Remove preloading of resources into store, instead load resources on-demand b...Sebastian Rasmussen
2009-08-21Save error messages in a static buffer so that the windows viewer can show th...Tor Andersson
2009-08-19Print nonsense error message instead of crashing in windows viewer.Tor Andersson
2009-08-19Implement support for AES encryption.Tor Andersson
2009-08-15Do not preload named destinations, instead do lookup when necessary.Sebastian Rasmussen
2009-08-13Remove encryption support from pdfclean.Tor Andersson
2009-07-28Set XClassHint in X11 viewer to allow window managers and other utilities lik...Tor Andersson
2009-07-27Workaround to disable XShmPutImage if we get an error from the MIT-SHM extens...Tor Andersson
2009-07-18Enable pdfapps to step arbitrary number of pages in either direction.Sebastian Rasmussen
2009-07-18Have pdfinfo print the filename being processed.Sebastian Rasmussen
2009-07-18Do not let pdfinfo fail on invalid objects/dicts.Sebastian Rasmussen
2009-07-18Load the pagecount after the encryption has been parsed and installed.Tor Andersson
2009-07-12Fix typo in pdfinfo that made it crash on pdf containing patterns.Sebastian Rasmussen
2009-07-09Parse page tree on-demand instead of parsing the entire tree after reading xref.Sebastian Rasmussen
2009-07-09Not resolving pages when inserting them in page tree removes a lot of code wi...Sebastian Rasmussen
2009-07-08Fix a few occurrances of undeclared functions and functions that could be sta...Sebastian Rasmussen
2009-07-08Let the command-line argument for mupdf be a percentage instead of a factor.Sebastian Rasmussen
2009-07-06Do not accidentally resolve indirect references in pdfclean.Sebastian Rasmussen
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