summaryrefslogtreecommitdiff
path: root/apps/mupdfclean.c
AgeCommit message (Expand)Author
2012-08-06Handle exceptions better in mupdfcleanSebastian 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-05-31Add linearization to pdf_write function.Robin Watts
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-10Clamp page numbers given to mupdfclean.Sebastian Rasmussen
2012-04-30Remove 2 unused variables.Robin Watts
2012-04-28Move guts of pdfclean into new pdf_write function.Robin Watts
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-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-03-06Remove stray newlines in error messages.Tor Andersson
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-08Lock reworking.Robin Watts
2012-01-31Make pdfclean more resilient to errors while parsing.Robin Watts
2012-01-27Rename pdfdraw to mupdfdraw etc.Robin Watts