summaryrefslogtreecommitdiff
path: root/apps/pdfclean.c
AgeCommit message (Expand)Author
2013-06-20Rearrange source files.Tor Andersson
2013-06-19Exception handling changesRobin Watts
2013-06-18Merge common and internal headers into one.Tor Andersson
2013-06-18Move header files into separate include directory.Tor Andersson
2013-05-29Access the trailer via an interfacePaul Gardiner
2012-12-24Bug 693503: Fix leak while writing a broken file.Robin Watts
2012-10-05Rename mubusy to mutool.Tor Andersson
2012-01-27Rename pdfdraw to mupdfdraw etc.Robin Watts
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-19Remove confusing optional 'password' argument to pdf_open_xref.Tor Andersson
2012-01-11Use enum for FZ_STORE_DEFAULT default size.Tor Andersson
2012-01-11Hide glyph cache in context.Tor Andersson
2012-01-11Set default values for alloc context and max store size if none are given.Sebastian Rasmussen
2012-01-10Automatically load page tree when accessing a page/page count.Sebastian Rasmussen
2012-01-10Fix many spelling errors.Sebastian Rasmussen
2012-01-06pdfclean; trailer dictionary expansion fixRobin Watts
2012-01-03Add mubusy buildRobin Watts
2011-12-15Remove 'soft limit' on pixmaps in favour of fz_store.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-12-12Add -i and -f flags to pdfclean.Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-08Remove deprecated error handling code.Tor Andersson
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-17Bug 692487: Make pdfclean keep internal links where possible.Robin Watts
2011-11-17Fix bug 692627; pdfclean -ggg of encrypted files fails.Robin Watts
2011-10-04Reintroduce alloc context section.Robin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-20Reshuffle exception context code to fit Tor's aesthetic sense.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-04-05Clean up xps and pdf page access functions.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-03-06Inhibit warning message spam by introducing a repeat counter.Tor Andersson
2011-01-27Add fz_calloc function to check for integer overflow when allocating arrays, ...Tor Andersson
2010-12-30Adhere to nil idiom.Sebastian Rasmussen
2010-12-13Allow reverse page ranges for pdf tools.Sebastian Rasmussen
2010-12-04Support repairing PDF documents with compressed object streams.Tor Andersson
2010-12-04Add option to ascii hex encode binary streams in pdfclean.Tor Andersson
2010-09-27Fix typo.Tor Andersson
2010-08-07Fix typo in pdfclean that caused a segfault.Sebastian Rasmussen
2010-07-28Combine duplicate object removal and xref compacting into a single pass in pd...Sebastian Rasmussen
2010-07-29Use chained reader like interface for filters instead of process interface.Tor Andersson
2010-07-26Only drop objects that have been renumbered in pdfclean.Sebastian Rasmussen
2010-07-20Replace explicit comparisons with MIN/MAX/ABS macros.Sebastian Rasmussen
2010-07-19Update usage text in pdfclean.Tor Andersson
2010-07-19Update debian package and the man pages for the command line tools.Tor Andersson
2010-07-17Minor edits.Tor Andersson